Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type Application
- type ApplicationArtifact
- type ApplicationArtifactType
- type ApplicationDefinition
- type ApplicationDefinitionListResult
- type ApplicationDefinitionListResultIterator
- type ApplicationDefinitionListResultPage
- type ApplicationDefinitionProperties
- type ApplicationDefinitionsClient
- type ApplicationDefinitionsCreateOrUpdateByIDFuture
- type ApplicationDefinitionsCreateOrUpdateFuture
- type ApplicationDefinitionsDeleteByIDFuture
- type ApplicationDefinitionsDeleteFuture
- type ApplicationListResult
- type ApplicationListResultIterator
- type ApplicationListResultPage
- type ApplicationLockLevel
- type ApplicationPatchable
- type ApplicationProperties
- type ApplicationPropertiesPatchable
- type ApplicationProviderAuthorization
- type ApplicationsClient
- type ApplicationsCreateOrUpdateByIDFuture
- type ApplicationsCreateOrUpdateFuture
- type ApplicationsDeleteByIDFuture
- type ApplicationsDeleteFuture
- type BaseClient
- type ErrorResponse
- type GenericResource
- type Identity
- type Plan
- type PlanPatchable
- type ProvisioningState
- type Resource
- type ResourceIdentityType
- type Sku
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Application ¶
type Application = original.Application
type ApplicationArtifact ¶
type ApplicationArtifact = original.ApplicationArtifact
type ApplicationArtifactType ¶
type ApplicationArtifactType = original.ApplicationArtifactType
const ( Custom ApplicationArtifactType = original.Custom Template ApplicationArtifactType = original.Template )
func PossibleApplicationArtifactTypeValues ¶
func PossibleApplicationArtifactTypeValues() []ApplicationArtifactType
type ApplicationDefinition ¶
type ApplicationDefinition = original.ApplicationDefinition
type ApplicationDefinitionListResult ¶
type ApplicationDefinitionListResult = original.ApplicationDefinitionListResult
type ApplicationDefinitionListResultIterator ¶
type ApplicationDefinitionListResultIterator = original.ApplicationDefinitionListResultIterator
type ApplicationDefinitionListResultPage ¶
type ApplicationDefinitionListResultPage = original.ApplicationDefinitionListResultPage
type ApplicationDefinitionProperties ¶
type ApplicationDefinitionProperties = original.ApplicationDefinitionProperties
type ApplicationDefinitionsClient ¶
type ApplicationDefinitionsClient = original.ApplicationDefinitionsClient
func NewApplicationDefinitionsClient ¶
func NewApplicationDefinitionsClient(subscriptionID string) ApplicationDefinitionsClient
func NewApplicationDefinitionsClientWithBaseURI ¶
func NewApplicationDefinitionsClientWithBaseURI(baseURI string, subscriptionID string) ApplicationDefinitionsClient
type ApplicationDefinitionsCreateOrUpdateByIDFuture ¶
type ApplicationDefinitionsCreateOrUpdateByIDFuture = original.ApplicationDefinitionsCreateOrUpdateByIDFuture
type ApplicationDefinitionsCreateOrUpdateFuture ¶
type ApplicationDefinitionsCreateOrUpdateFuture = original.ApplicationDefinitionsCreateOrUpdateFuture
type ApplicationDefinitionsDeleteByIDFuture ¶
type ApplicationDefinitionsDeleteByIDFuture = original.ApplicationDefinitionsDeleteByIDFuture
type ApplicationDefinitionsDeleteFuture ¶
type ApplicationDefinitionsDeleteFuture = original.ApplicationDefinitionsDeleteFuture
type ApplicationListResult ¶
type ApplicationListResult = original.ApplicationListResult
type ApplicationListResultIterator ¶
type ApplicationListResultIterator = original.ApplicationListResultIterator
type ApplicationListResultPage ¶
type ApplicationListResultPage = original.ApplicationListResultPage
type ApplicationLockLevel ¶
type ApplicationLockLevel = original.ApplicationLockLevel
const ( CanNotDelete ApplicationLockLevel = original.CanNotDelete None ApplicationLockLevel = original.None ReadOnly ApplicationLockLevel = original.ReadOnly )
func PossibleApplicationLockLevelValues ¶
func PossibleApplicationLockLevelValues() []ApplicationLockLevel
type ApplicationPatchable ¶
type ApplicationPatchable = original.ApplicationPatchable
type ApplicationProperties ¶
type ApplicationProperties = original.ApplicationProperties
type ApplicationPropertiesPatchable ¶
type ApplicationPropertiesPatchable = original.ApplicationPropertiesPatchable
type ApplicationProviderAuthorization ¶
type ApplicationProviderAuthorization = original.ApplicationProviderAuthorization
type ApplicationsClient ¶
type ApplicationsClient = original.ApplicationsClient
func NewApplicationsClient ¶
func NewApplicationsClient(subscriptionID string) ApplicationsClient
func NewApplicationsClientWithBaseURI ¶
func NewApplicationsClientWithBaseURI(baseURI string, subscriptionID string) ApplicationsClient
type ApplicationsCreateOrUpdateByIDFuture ¶
type ApplicationsCreateOrUpdateByIDFuture = original.ApplicationsCreateOrUpdateByIDFuture
type ApplicationsCreateOrUpdateFuture ¶
type ApplicationsCreateOrUpdateFuture = original.ApplicationsCreateOrUpdateFuture
type ApplicationsDeleteByIDFuture ¶
type ApplicationsDeleteByIDFuture = original.ApplicationsDeleteByIDFuture
type ApplicationsDeleteFuture ¶
type ApplicationsDeleteFuture = original.ApplicationsDeleteFuture
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(subscriptionID string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type ErrorResponse ¶
type ErrorResponse = original.ErrorResponse
type GenericResource ¶
type GenericResource = original.GenericResource
type PlanPatchable ¶
type PlanPatchable = original.PlanPatchable
type ProvisioningState ¶
type ProvisioningState = original.ProvisioningState
const ( Accepted ProvisioningState = original.Accepted Canceled ProvisioningState = original.Canceled Created ProvisioningState = original.Created Creating ProvisioningState = original.Creating Deleted ProvisioningState = original.Deleted Deleting ProvisioningState = original.Deleting Failed ProvisioningState = original.Failed Ready ProvisioningState = original.Ready Running ProvisioningState = original.Running Succeeded ProvisioningState = original.Succeeded Updating ProvisioningState = original.Updating )
func PossibleProvisioningStateValues ¶
func PossibleProvisioningStateValues() []ProvisioningState
type ResourceIdentityType ¶
type ResourceIdentityType = original.ResourceIdentityType
const (
SystemAssigned ResourceIdentityType = original.SystemAssigned
)
func PossibleResourceIdentityTypeValues ¶
func PossibleResourceIdentityTypeValues() []ResourceIdentityType
Click to show internal directories.
Click to hide internal directories.