Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type BaseClient
- type CheckResourceNameResult
- type Client
- type CloudError
- type ErrorAdditionalInfo
- type ErrorResponse
- type ListResult
- type ListResultIterator
- type ListResultPage
- type Location
- type LocationListResult
- type LocationMetadata
- type LocationType
- type ManagedByTenant
- type Operation
- type OperationDisplay
- type OperationListResult
- type OperationListResultIterator
- type OperationListResultPage
- type OperationsClient
- type PairedRegion
- type Policies
- type RegionCategory
- type RegionType
- type ResourceName
- type ResourceNameStatus
- type SpendingLimit
- type State
- type Subscription
- type TenantCategory
- type TenantIDDescription
- type TenantListResult
- type TenantListResultIterator
- type TenantListResultPage
- type TenantsClient
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
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 ¶
func NewClientWithBaseURI ¶
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 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 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 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 ¶
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
Click to show internal directories.
Click to hide internal directories.