Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type APIKey
- type APIKeyListResult
- type APIKeyListResultIterator
- type APIKeyListResultPage
- type BaseClient
- type CheckNameAvailabilityParameters
- type ConfigurationStore
- type ConfigurationStoreListResult
- type ConfigurationStoreListResultIterator
- type ConfigurationStoreListResultPage
- type ConfigurationStoreProperties
- type ConfigurationStoreUpdateParameters
- type ConfigurationStoresClient
- type ConfigurationStoresCreateFuture
- type ConfigurationStoresDeleteFuture
- type ConfigurationStoresUpdateFuture
- type Error
- type IdentityType
- type KeyValue
- type ListKeyValueParameters
- type NameAvailabilityStatus
- type OperationDefinition
- type OperationDefinitionDisplay
- type OperationDefinitionListResult
- type OperationDefinitionListResultIterator
- type OperationDefinitionListResultPage
- type OperationsClient
- type ProvisioningState
- type RegenerateKeyParameters
- type Resource
- type ResourceIdentity
- type Sku
- type UserIdentity
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type APIKeyListResult ¶
type APIKeyListResult = original.APIKeyListResult
type APIKeyListResultIterator ¶
type APIKeyListResultIterator = original.APIKeyListResultIterator
func NewAPIKeyListResultIterator ¶
func NewAPIKeyListResultIterator(page APIKeyListResultPage) APIKeyListResultIterator
type APIKeyListResultPage ¶
type APIKeyListResultPage = original.APIKeyListResultPage
func NewAPIKeyListResultPage ¶
func NewAPIKeyListResultPage(getNextPage func(context.Context, APIKeyListResult) (APIKeyListResult, error)) APIKeyListResultPage
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(subscriptionID string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type CheckNameAvailabilityParameters ¶
type CheckNameAvailabilityParameters = original.CheckNameAvailabilityParameters
type ConfigurationStore ¶
type ConfigurationStore = original.ConfigurationStore
type ConfigurationStoreListResult ¶
type ConfigurationStoreListResult = original.ConfigurationStoreListResult
type ConfigurationStoreListResultIterator ¶
type ConfigurationStoreListResultIterator = original.ConfigurationStoreListResultIterator
func NewConfigurationStoreListResultIterator ¶
func NewConfigurationStoreListResultIterator(page ConfigurationStoreListResultPage) ConfigurationStoreListResultIterator
type ConfigurationStoreListResultPage ¶
type ConfigurationStoreListResultPage = original.ConfigurationStoreListResultPage
func NewConfigurationStoreListResultPage ¶
func NewConfigurationStoreListResultPage(getNextPage func(context.Context, ConfigurationStoreListResult) (ConfigurationStoreListResult, error)) ConfigurationStoreListResultPage
type ConfigurationStoreProperties ¶
type ConfigurationStoreProperties = original.ConfigurationStoreProperties
type ConfigurationStoreUpdateParameters ¶
type ConfigurationStoreUpdateParameters = original.ConfigurationStoreUpdateParameters
type ConfigurationStoresClient ¶
type ConfigurationStoresClient = original.ConfigurationStoresClient
func NewConfigurationStoresClient ¶
func NewConfigurationStoresClient(subscriptionID string) ConfigurationStoresClient
func NewConfigurationStoresClientWithBaseURI ¶
func NewConfigurationStoresClientWithBaseURI(baseURI string, subscriptionID string) ConfigurationStoresClient
type ConfigurationStoresCreateFuture ¶
type ConfigurationStoresCreateFuture = original.ConfigurationStoresCreateFuture
type ConfigurationStoresDeleteFuture ¶
type ConfigurationStoresDeleteFuture = original.ConfigurationStoresDeleteFuture
type ConfigurationStoresUpdateFuture ¶
type ConfigurationStoresUpdateFuture = original.ConfigurationStoresUpdateFuture
type IdentityType ¶
type IdentityType = original.IdentityType
const ( None IdentityType = original.None SystemAssigned IdentityType = original.SystemAssigned SystemAssignedUserAssigned IdentityType = original.SystemAssignedUserAssigned UserAssigned IdentityType = original.UserAssigned )
func PossibleIdentityTypeValues ¶
func PossibleIdentityTypeValues() []IdentityType
type ListKeyValueParameters ¶
type ListKeyValueParameters = original.ListKeyValueParameters
type NameAvailabilityStatus ¶
type NameAvailabilityStatus = original.NameAvailabilityStatus
type OperationDefinition ¶
type OperationDefinition = original.OperationDefinition
type OperationDefinitionDisplay ¶
type OperationDefinitionDisplay = original.OperationDefinitionDisplay
type OperationDefinitionListResult ¶
type OperationDefinitionListResult = original.OperationDefinitionListResult
type OperationDefinitionListResultIterator ¶
type OperationDefinitionListResultIterator = original.OperationDefinitionListResultIterator
func NewOperationDefinitionListResultIterator ¶
func NewOperationDefinitionListResultIterator(page OperationDefinitionListResultPage) OperationDefinitionListResultIterator
type OperationDefinitionListResultPage ¶
type OperationDefinitionListResultPage = original.OperationDefinitionListResultPage
func NewOperationDefinitionListResultPage ¶
func NewOperationDefinitionListResultPage(getNextPage func(context.Context, OperationDefinitionListResult) (OperationDefinitionListResult, error)) OperationDefinitionListResultPage
type OperationsClient ¶
type OperationsClient = original.OperationsClient
func NewOperationsClient ¶
func NewOperationsClient(subscriptionID string) OperationsClient
func NewOperationsClientWithBaseURI ¶
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
type ProvisioningState ¶
type ProvisioningState = original.ProvisioningState
const ( Canceled ProvisioningState = original.Canceled Creating ProvisioningState = original.Creating Deleting ProvisioningState = original.Deleting Failed ProvisioningState = original.Failed Succeeded ProvisioningState = original.Succeeded Updating ProvisioningState = original.Updating )
func PossibleProvisioningStateValues ¶
func PossibleProvisioningStateValues() []ProvisioningState
type RegenerateKeyParameters ¶
type RegenerateKeyParameters = original.RegenerateKeyParameters
type ResourceIdentity ¶
type ResourceIdentity = original.ResourceIdentity
type UserIdentity ¶
type UserIdentity = original.UserIdentity
Click to show internal directories.
Click to hide internal directories.