Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type Appliance
- type ApplianceArtifact
- type ApplianceArtifactType
- type ApplianceDefinition
- type ApplianceDefinitionListResult
- type ApplianceDefinitionProperties
- type ApplianceDefinitionsClient
- type ApplianceListResult
- type ApplianceLockLevel
- type AppliancePatchable
- type ApplianceProperties
- type AppliancePropertiesPatchable
- type ApplianceProviderAuthorization
- type AppliancesClient
- type ErrorResponse
- type GenericResource
- type Identity
- type ManagementClient
- 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 ApplianceArtifact ¶
type ApplianceArtifact = original.ApplianceArtifact
type ApplianceArtifactType ¶
type ApplianceArtifactType = original.ApplianceArtifactType
const ( Custom ApplianceArtifactType = original.Custom Template ApplianceArtifactType = original.Template )
type ApplianceDefinition ¶
type ApplianceDefinition = original.ApplianceDefinition
type ApplianceDefinitionListResult ¶
type ApplianceDefinitionListResult = original.ApplianceDefinitionListResult
type ApplianceDefinitionProperties ¶
type ApplianceDefinitionProperties = original.ApplianceDefinitionProperties
type ApplianceDefinitionsClient ¶
type ApplianceDefinitionsClient = original.ApplianceDefinitionsClient
func NewApplianceDefinitionsClient ¶
func NewApplianceDefinitionsClient(subscriptionID string) ApplianceDefinitionsClient
func NewApplianceDefinitionsClientWithBaseURI ¶
func NewApplianceDefinitionsClientWithBaseURI(baseURI string, subscriptionID string) ApplianceDefinitionsClient
type ApplianceListResult ¶
type ApplianceListResult = original.ApplianceListResult
type ApplianceLockLevel ¶
type ApplianceLockLevel = original.ApplianceLockLevel
const ( CanNotDelete ApplianceLockLevel = original.CanNotDelete None ApplianceLockLevel = original.None ReadOnly ApplianceLockLevel = original.ReadOnly )
type AppliancePatchable ¶
type AppliancePatchable = original.AppliancePatchable
type ApplianceProperties ¶
type ApplianceProperties = original.ApplianceProperties
type AppliancePropertiesPatchable ¶
type AppliancePropertiesPatchable = original.AppliancePropertiesPatchable
type ApplianceProviderAuthorization ¶
type ApplianceProviderAuthorization = original.ApplianceProviderAuthorization
type AppliancesClient ¶
type AppliancesClient = original.AppliancesClient
func NewAppliancesClient ¶
func NewAppliancesClient(subscriptionID string) AppliancesClient
func NewAppliancesClientWithBaseURI ¶
func NewAppliancesClientWithBaseURI(baseURI string, subscriptionID string) AppliancesClient
type ErrorResponse ¶
type ErrorResponse = original.ErrorResponse
type GenericResource ¶
type GenericResource = original.GenericResource
type ManagementClient ¶
type ManagementClient = original.ManagementClient
func New ¶
func New(subscriptionID string) ManagementClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) ManagementClient
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 )
type ResourceIdentityType ¶
type ResourceIdentityType = original.ResourceIdentityType
const (
SystemAssigned ResourceIdentityType = original.SystemAssigned
)
Click to show internal directories.
Click to hide internal directories.