...

Package subscriptions

import "github.com/Azure/azure-sdk-for-go/profiles/latest/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 CloudError
type ErrorAdditionalInfo
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 LocationMetadata
type LocationType
    func PossibleLocationTypeValues() []LocationType
type ManagedByTenant
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 PairedRegion
type Policies
type RegionCategory
    func PossibleRegionCategoryValues() []RegionCategory
type RegionType
    func PossibleRegionTypeValues() []RegionType
type ResourceName
type ResourceNameStatus
    func PossibleResourceNameStatusValues() []ResourceNameStatus
type SpendingLimit
    func PossibleSpendingLimitValues() []SpendingLimit
type State
    func PossibleStateValues() []State
type Subscription
type TenantCategory
    func PossibleTenantCategoryValues() []TenantCategory
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 CloudError

type CloudError = original.CloudError

type ErrorAdditionalInfo

type ErrorAdditionalInfo = original.ErrorAdditionalInfo

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 LocationMetadata

type LocationMetadata = original.LocationMetadata

type LocationType

type LocationType = original.LocationType
const (
    LocationTypeEdgeZone LocationType = original.LocationTypeEdgeZone
    LocationTypeRegion   LocationType = original.LocationTypeRegion
)

func PossibleLocationTypeValues

func PossibleLocationTypeValues() []LocationType

type ManagedByTenant

type ManagedByTenant = original.ManagedByTenant

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 PairedRegion

type PairedRegion = original.PairedRegion

type Policies

type Policies = original.Policies

type RegionCategory

type RegionCategory = original.RegionCategory
const (
    RegionCategoryExtended    RegionCategory = original.RegionCategoryExtended
    RegionCategoryOther       RegionCategory = original.RegionCategoryOther
    RegionCategoryRecommended RegionCategory = original.RegionCategoryRecommended
)

func PossibleRegionCategoryValues

func PossibleRegionCategoryValues() []RegionCategory

type RegionType

type RegionType = original.RegionType
const (
    RegionTypeLogical  RegionType = original.RegionTypeLogical
    RegionTypePhysical RegionType = original.RegionTypePhysical
)

func PossibleRegionTypeValues

func PossibleRegionTypeValues() []RegionType

type ResourceName

type ResourceName = original.ResourceName

type ResourceNameStatus

type ResourceNameStatus = original.ResourceNameStatus
const (
    ResourceNameStatusAllowed  ResourceNameStatus = original.ResourceNameStatusAllowed
    ResourceNameStatusReserved ResourceNameStatus = original.ResourceNameStatusReserved
)

func PossibleResourceNameStatusValues

func PossibleResourceNameStatusValues() []ResourceNameStatus

type SpendingLimit

type SpendingLimit = original.SpendingLimit
const (
    SpendingLimitCurrentPeriodOff SpendingLimit = original.SpendingLimitCurrentPeriodOff
    SpendingLimitOff              SpendingLimit = original.SpendingLimitOff
    SpendingLimitOn               SpendingLimit = original.SpendingLimitOn
)

func PossibleSpendingLimitValues

func PossibleSpendingLimitValues() []SpendingLimit

type State

type State = original.State
const (
    StateDeleted  State = original.StateDeleted
    StateDisabled State = original.StateDisabled
    StateEnabled  State = original.StateEnabled
    StatePastDue  State = original.StatePastDue
    StateWarned   State = original.StateWarned
)

func PossibleStateValues

func PossibleStateValues() []State

type Subscription

type Subscription = original.Subscription

type TenantCategory

type TenantCategory = original.TenantCategory
const (
    TenantCategoryHome        TenantCategory = original.TenantCategoryHome
    TenantCategoryManagedBy   TenantCategory = original.TenantCategoryManagedBy
    TenantCategoryProjectedBy TenantCategory = original.TenantCategoryProjectedBy
)

func PossibleTenantCategoryValues

func PossibleTenantCategoryValues() []TenantCategory

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