...

Package subscriptions

import "github.com/Azure/azure-sdk-for-go/profiles/2019-03-01/resources/mgmt/subscriptions"
Overview
Index
Subdirectories

Overview ▾

Index ▾

Constants
func UserAgent() string
func Version() string
type BaseClient
    func New() BaseClient
    func NewWithBaseURI(baseURI string) BaseClient
type CheckResourceNameResult
type Client
    func NewClient() Client
    func NewClientWithBaseURI(baseURI string) Client
type ErrorDefinition
type ErrorResponse
type ListResult
type ListResultIterator
    func NewListResultIterator(page ListResultPage) ListResultIterator
type ListResultPage
    func NewListResultPage(cur ListResult, getNextPage func(context.Context, ListResult) (ListResult, error)) ListResultPage
type Location
type LocationListResult
type Operation
type OperationDisplay
type OperationListResult
type OperationListResultIterator
    func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator
type OperationListResultPage
    func NewOperationListResultPage(cur OperationListResult, getNextPage func(context.Context, OperationListResult) (OperationListResult, error)) OperationListResultPage
type OperationsClient
    func NewOperationsClient() OperationsClient
    func NewOperationsClientWithBaseURI(baseURI string) OperationsClient
type Policies
type ResourceName
type ResourceNameStatus
    func PossibleResourceNameStatusValues() []ResourceNameStatus
type SpendingLimit
    func PossibleSpendingLimitValues() []SpendingLimit
type State
    func PossibleStateValues() []State
type Subscription
type TenantIDDescription
type TenantListResult
type TenantListResultIterator
    func NewTenantListResultIterator(page TenantListResultPage) TenantListResultIterator
type TenantListResultPage
    func NewTenantListResultPage(cur TenantListResult, getNextPage func(context.Context, TenantListResult) (TenantListResult, error)) TenantListResultPage
type TenantsClient
    func NewTenantsClient() TenantsClient
    func NewTenantsClientWithBaseURI(baseURI string) TenantsClient

Package files

models.go

Constants

const (
    DefaultBaseURI = original.DefaultBaseURI
)

func UserAgent

func UserAgent() string

func Version

func Version() string

type BaseClient

type BaseClient = original.BaseClient

func New

func New() BaseClient

func NewWithBaseURI

func NewWithBaseURI(baseURI string) BaseClient

type CheckResourceNameResult

type CheckResourceNameResult = original.CheckResourceNameResult

type Client

type Client = original.Client

func NewClient

func NewClient() Client

func NewClientWithBaseURI

func NewClientWithBaseURI(baseURI string) Client

type ErrorDefinition

type ErrorDefinition = original.ErrorDefinition

type ErrorResponse

type ErrorResponse = original.ErrorResponse

type ListResult

type ListResult = original.ListResult

type ListResultIterator

type ListResultIterator = original.ListResultIterator

func NewListResultIterator

func NewListResultIterator(page ListResultPage) ListResultIterator

type ListResultPage

type ListResultPage = original.ListResultPage

func NewListResultPage

func NewListResultPage(cur ListResult, getNextPage func(context.Context, ListResult) (ListResult, error)) ListResultPage

type Location

type Location = original.Location

type LocationListResult

type LocationListResult = original.LocationListResult

type Operation

type Operation = original.Operation

type OperationDisplay

type OperationDisplay = original.OperationDisplay

type OperationListResult

type OperationListResult = original.OperationListResult

type OperationListResultIterator

type OperationListResultIterator = original.OperationListResultIterator

func NewOperationListResultIterator

func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator

type OperationListResultPage

type OperationListResultPage = original.OperationListResultPage

func NewOperationListResultPage

func NewOperationListResultPage(cur OperationListResult, getNextPage func(context.Context, OperationListResult) (OperationListResult, error)) OperationListResultPage

type OperationsClient

type OperationsClient = original.OperationsClient

func NewOperationsClient

func NewOperationsClient() OperationsClient

func NewOperationsClientWithBaseURI

func NewOperationsClientWithBaseURI(baseURI string) OperationsClient

type Policies

type Policies = original.Policies

type ResourceName

type ResourceName = original.ResourceName

type ResourceNameStatus

type ResourceNameStatus = original.ResourceNameStatus
const (
    Allowed  ResourceNameStatus = original.Allowed
    Reserved ResourceNameStatus = original.Reserved
)

func PossibleResourceNameStatusValues

func PossibleResourceNameStatusValues() []ResourceNameStatus

type SpendingLimit

type SpendingLimit = original.SpendingLimit
const (
    CurrentPeriodOff SpendingLimit = original.CurrentPeriodOff
    Off              SpendingLimit = original.Off
    On               SpendingLimit = original.On
)

func PossibleSpendingLimitValues

func PossibleSpendingLimitValues() []SpendingLimit

type State

type State = original.State
const (
    Deleted  State = original.Deleted
    Disabled State = original.Disabled
    Enabled  State = original.Enabled
    PastDue  State = original.PastDue
    Warned   State = original.Warned
)

func PossibleStateValues

func PossibleStateValues() []State

type Subscription

type Subscription = original.Subscription

type TenantIDDescription

type TenantIDDescription = original.TenantIDDescription

type TenantListResult

type TenantListResult = original.TenantListResult

type TenantListResultIterator

type TenantListResultIterator = original.TenantListResultIterator

func NewTenantListResultIterator

func NewTenantListResultIterator(page TenantListResultPage) TenantListResultIterator

type TenantListResultPage

type TenantListResultPage = original.TenantListResultPage

func NewTenantListResultPage

func NewTenantListResultPage(cur TenantListResult, getNextPage func(context.Context, TenantListResult) (TenantListResult, error)) TenantListResultPage

type TenantsClient

type TenantsClient = original.TenantsClient

func NewTenantsClient

func NewTenantsClient() TenantsClient

func NewTenantsClientWithBaseURI

func NewTenantsClientWithBaseURI(baseURI string) TenantsClient

Subdirectories

Name Synopsis
..
subscriptionsapi