Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type BaseClient
- type Client
- type CreateOrUpdateFuture
- type DeleteFuture
- type Description
- type DescriptionListResult
- type DescriptionListResultIterator
- type DescriptionListResultPage
- type ErrorDetails
- type NameAvailabilityInfo
- type NameUnavailabilityReason
- type Operation
- type OperationDisplay
- type OperationInputs
- type OperationListResult
- type OperationListResultIterator
- type OperationListResultPage
- type OperationsClient
- type PatchDescription
- type Properties
- type ProvisioningState
- type Resource
- type Sku
- type SkuInfo
- type StorageContainerProperties
- type UpdateFuture
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(subscriptionID uuid.UUID) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID uuid.UUID) BaseClient
type Client ¶
func NewClientWithBaseURI ¶
type CreateOrUpdateFuture ¶
type CreateOrUpdateFuture = original.CreateOrUpdateFuture
type DeleteFuture ¶
type DeleteFuture = original.DeleteFuture
type Description ¶
type Description = original.Description
type DescriptionListResult ¶
type DescriptionListResult = original.DescriptionListResult
type DescriptionListResultIterator ¶
type DescriptionListResultIterator = original.DescriptionListResultIterator
func NewDescriptionListResultIterator ¶
func NewDescriptionListResultIterator(page DescriptionListResultPage) DescriptionListResultIterator
type DescriptionListResultPage ¶
type DescriptionListResultPage = original.DescriptionListResultPage
func NewDescriptionListResultPage ¶
func NewDescriptionListResultPage(cur DescriptionListResult, getNextPage func(context.Context, DescriptionListResult) (DescriptionListResult, error)) DescriptionListResultPage
type ErrorDetails ¶
type ErrorDetails = original.ErrorDetails
type NameAvailabilityInfo ¶
type NameAvailabilityInfo = original.NameAvailabilityInfo
type NameUnavailabilityReason ¶
type NameUnavailabilityReason = original.NameUnavailabilityReason
const ( AlreadyExists NameUnavailabilityReason = original.AlreadyExists Invalid NameUnavailabilityReason = original.Invalid )
func PossibleNameUnavailabilityReasonValues ¶
func PossibleNameUnavailabilityReasonValues() []NameUnavailabilityReason
type OperationDisplay ¶
type OperationDisplay = original.OperationDisplay
type OperationInputs ¶
type OperationInputs = original.OperationInputs
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(subscriptionID uuid.UUID) OperationsClient
func NewOperationsClientWithBaseURI ¶
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID uuid.UUID) OperationsClient
type PatchDescription ¶
type PatchDescription = original.PatchDescription
type Properties ¶
type Properties = original.Properties
type ProvisioningState ¶
type ProvisioningState = original.ProvisioningState
const ( Canceled ProvisioningState = original.Canceled Deleting ProvisioningState = original.Deleting Failed ProvisioningState = original.Failed Provisioning ProvisioningState = original.Provisioning Succeeded ProvisioningState = original.Succeeded )
func PossibleProvisioningStateValues ¶
func PossibleProvisioningStateValues() []ProvisioningState
type Sku ¶
func PossibleSkuValues ¶
func PossibleSkuValues() []Sku
type StorageContainerProperties ¶
type StorageContainerProperties = original.StorageContainerProperties
type UpdateFuture ¶
type UpdateFuture = original.UpdateFuture
Click to show internal directories.
Click to hide internal directories.