Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type Account
- type AccountClient
- type AccountCreateFuture
- type AccountCreateParameters
- type AccountCreateProperties
- type AccountDeleteFuture
- type AccountKeyType
- type AccountKeys
- type AccountListResult
- type AccountListResultIterator
- type AccountListResultPage
- type AccountProperties
- type AccountRegenerateKeyParameters
- type AccountUpdateParameters
- type AccountUpdateProperties
- type ActivateApplicationPackageParameters
- type AllocationState
- type Application
- type ApplicationClient
- type ApplicationCreateParameters
- type ApplicationPackage
- type ApplicationPackageClient
- type ApplicationPackageReference
- type ApplicationUpdateParameters
- type AutoScaleRun
- type AutoScaleRunError
- type AutoScaleSettings
- type AutoStorageBaseProperties
- type AutoStorageProperties
- type AutoUserScope
- type AutoUserSpecification
- type BaseClient
- type CachingType
- type Certificate
- type CertificateBaseProperties
- type CertificateClient
- type CertificateCreateFuture
- type CertificateCreateOrUpdateParameters
- type CertificateCreateOrUpdateProperties
- type CertificateDeleteFuture
- type CertificateFormat
- type CertificateProperties
- type CertificateProvisioningState
- type CertificateReference
- type CertificateStoreLocation
- type CertificateVisibility
- type CheckNameAvailabilityParameters
- type CheckNameAvailabilityResult
- type CloudError
- type CloudErrorBody
- type CloudServiceConfiguration
- type ComputeNodeDeallocationOption
- type ComputeNodeFillType
- type DataDisk
- type DeleteCertificateError
- type DeploymentConfiguration
- type ElevationLevel
- type EnvironmentSetting
- type FixedScaleSettings
- type ImageReference
- type InboundEndpointProtocol
- type InboundNatPool
- type InterNodeCommunicationState
- type KeyVaultReference
- type LinuxUserConfiguration
- type ListApplicationsResult
- type ListApplicationsResultIterator
- type ListApplicationsResultPage
- type ListCertificatesResult
- type ListCertificatesResultIterator
- type ListCertificatesResultPage
- type ListPoolsResult
- type ListPoolsResultIterator
- type ListPoolsResultPage
- type LocationClient
- type LocationQuota
- type MetadataItem
- type NameAvailabilityReason
- type NetworkConfiguration
- type NetworkSecurityGroupRule
- type NetworkSecurityGroupRuleAccess
- type OSDisk
- type Operation
- type OperationDisplay
- type OperationListResult
- type OperationListResultIterator
- type OperationListResultPage
- type OperationsClient
- type PackageState
- type Pool
- type PoolAllocationMode
- type PoolClient
- type PoolCreateFuture
- type PoolDeleteFuture
- type PoolEndpointConfiguration
- type PoolProperties
- type PoolProvisioningState
- type ProvisioningState
- type ProxyResource
- type ResizeError
- type ResizeOperationStatus
- type Resource
- type ResourceFile
- type ScaleSettings
- type StartTask
- type StorageAccountType
- type TaskSchedulingPolicy
- type UserAccount
- type UserIdentity
- type VirtualMachineConfiguration
- type WindowsConfiguration
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AccountClient ¶
type AccountClient = original.AccountClient
func NewAccountClient ¶
func NewAccountClient(subscriptionID string) AccountClient
func NewAccountClientWithBaseURI ¶
func NewAccountClientWithBaseURI(baseURI string, subscriptionID string) AccountClient
type AccountCreateFuture ¶
type AccountCreateFuture = original.AccountCreateFuture
type AccountCreateParameters ¶
type AccountCreateParameters = original.AccountCreateParameters
type AccountCreateProperties ¶
type AccountCreateProperties = original.AccountCreateProperties
type AccountDeleteFuture ¶
type AccountDeleteFuture = original.AccountDeleteFuture
type AccountKeyType ¶
type AccountKeyType = original.AccountKeyType
const ( Primary AccountKeyType = original.Primary Secondary AccountKeyType = original.Secondary )
func PossibleAccountKeyTypeValues ¶
func PossibleAccountKeyTypeValues() []AccountKeyType
type AccountKeys ¶
type AccountKeys = original.AccountKeys
type AccountListResult ¶
type AccountListResult = original.AccountListResult
type AccountListResultIterator ¶
type AccountListResultIterator = original.AccountListResultIterator
type AccountListResultPage ¶
type AccountListResultPage = original.AccountListResultPage
type AccountProperties ¶
type AccountProperties = original.AccountProperties
type AccountRegenerateKeyParameters ¶
type AccountRegenerateKeyParameters = original.AccountRegenerateKeyParameters
type AccountUpdateParameters ¶
type AccountUpdateParameters = original.AccountUpdateParameters
type AccountUpdateProperties ¶
type AccountUpdateProperties = original.AccountUpdateProperties
type ActivateApplicationPackageParameters ¶
type ActivateApplicationPackageParameters = original.ActivateApplicationPackageParameters
type AllocationState ¶
type AllocationState = original.AllocationState
const ( Resizing AllocationState = original.Resizing Steady AllocationState = original.Steady Stopping AllocationState = original.Stopping )
func PossibleAllocationStateValues ¶
func PossibleAllocationStateValues() []AllocationState
type Application ¶
type Application = original.Application
type ApplicationClient ¶
type ApplicationClient = original.ApplicationClient
func NewApplicationClient ¶
func NewApplicationClient(subscriptionID string) ApplicationClient
func NewApplicationClientWithBaseURI ¶
func NewApplicationClientWithBaseURI(baseURI string, subscriptionID string) ApplicationClient
type ApplicationCreateParameters ¶
type ApplicationCreateParameters = original.ApplicationCreateParameters
type ApplicationPackage ¶
type ApplicationPackage = original.ApplicationPackage
type ApplicationPackageClient ¶
type ApplicationPackageClient = original.ApplicationPackageClient
func NewApplicationPackageClient ¶
func NewApplicationPackageClient(subscriptionID string) ApplicationPackageClient
func NewApplicationPackageClientWithBaseURI ¶
func NewApplicationPackageClientWithBaseURI(baseURI string, subscriptionID string) ApplicationPackageClient
type ApplicationPackageReference ¶
type ApplicationPackageReference = original.ApplicationPackageReference
type ApplicationUpdateParameters ¶
type ApplicationUpdateParameters = original.ApplicationUpdateParameters
type AutoScaleRun ¶
type AutoScaleRun = original.AutoScaleRun
type AutoScaleRunError ¶
type AutoScaleRunError = original.AutoScaleRunError
type AutoScaleSettings ¶
type AutoScaleSettings = original.AutoScaleSettings
type AutoStorageBaseProperties ¶
type AutoStorageBaseProperties = original.AutoStorageBaseProperties
type AutoStorageProperties ¶
type AutoStorageProperties = original.AutoStorageProperties
type AutoUserScope ¶
type AutoUserScope = original.AutoUserScope
const ( AutoUserScopePool AutoUserScope = original.AutoUserScopePool AutoUserScopeTask AutoUserScope = original.AutoUserScopeTask )
func PossibleAutoUserScopeValues ¶
func PossibleAutoUserScopeValues() []AutoUserScope
type AutoUserSpecification ¶
type AutoUserSpecification = original.AutoUserSpecification
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(subscriptionID string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type CachingType ¶
type CachingType = original.CachingType
const ( None CachingType = original.None ReadOnly CachingType = original.ReadOnly ReadWrite CachingType = original.ReadWrite )
func PossibleCachingTypeValues ¶
func PossibleCachingTypeValues() []CachingType
type Certificate ¶
type Certificate = original.Certificate
type CertificateBaseProperties ¶
type CertificateBaseProperties = original.CertificateBaseProperties
type CertificateClient ¶
type CertificateClient = original.CertificateClient
func NewCertificateClient ¶
func NewCertificateClient(subscriptionID string) CertificateClient
func NewCertificateClientWithBaseURI ¶
func NewCertificateClientWithBaseURI(baseURI string, subscriptionID string) CertificateClient
type CertificateCreateFuture ¶
type CertificateCreateFuture = original.CertificateCreateFuture
type CertificateCreateOrUpdateParameters ¶
type CertificateCreateOrUpdateParameters = original.CertificateCreateOrUpdateParameters
type CertificateCreateOrUpdateProperties ¶
type CertificateCreateOrUpdateProperties = original.CertificateCreateOrUpdateProperties
type CertificateDeleteFuture ¶
type CertificateDeleteFuture = original.CertificateDeleteFuture
type CertificateFormat ¶
type CertificateFormat = original.CertificateFormat
const ( Cer CertificateFormat = original.Cer Pfx CertificateFormat = original.Pfx )
func PossibleCertificateFormatValues ¶
func PossibleCertificateFormatValues() []CertificateFormat
type CertificateProperties ¶
type CertificateProperties = original.CertificateProperties
type CertificateProvisioningState ¶
type CertificateProvisioningState = original.CertificateProvisioningState
const ( Deleting CertificateProvisioningState = original.Deleting Failed CertificateProvisioningState = original.Failed Succeeded CertificateProvisioningState = original.Succeeded )
func PossibleCertificateProvisioningStateValues ¶
func PossibleCertificateProvisioningStateValues() []CertificateProvisioningState
type CertificateReference ¶
type CertificateReference = original.CertificateReference
type CertificateStoreLocation ¶
type CertificateStoreLocation = original.CertificateStoreLocation
const ( CurrentUser CertificateStoreLocation = original.CurrentUser LocalMachine CertificateStoreLocation = original.LocalMachine )
func PossibleCertificateStoreLocationValues ¶
func PossibleCertificateStoreLocationValues() []CertificateStoreLocation
type CertificateVisibility ¶
type CertificateVisibility = original.CertificateVisibility
const ( CertificateVisibilityRemoteUser CertificateVisibility = original.CertificateVisibilityRemoteUser CertificateVisibilityStartTask CertificateVisibility = original.CertificateVisibilityStartTask CertificateVisibilityTask CertificateVisibility = original.CertificateVisibilityTask )
func PossibleCertificateVisibilityValues ¶
func PossibleCertificateVisibilityValues() []CertificateVisibility
type CheckNameAvailabilityParameters ¶
type CheckNameAvailabilityParameters = original.CheckNameAvailabilityParameters
type CheckNameAvailabilityResult ¶
type CheckNameAvailabilityResult = original.CheckNameAvailabilityResult
type CloudError ¶
type CloudError = original.CloudError
type CloudErrorBody ¶
type CloudErrorBody = original.CloudErrorBody
type CloudServiceConfiguration ¶
type CloudServiceConfiguration = original.CloudServiceConfiguration
type ComputeNodeDeallocationOption ¶
type ComputeNodeDeallocationOption = original.ComputeNodeDeallocationOption
const ( Requeue ComputeNodeDeallocationOption = original.Requeue RetainedData ComputeNodeDeallocationOption = original.RetainedData TaskCompletion ComputeNodeDeallocationOption = original.TaskCompletion Terminate ComputeNodeDeallocationOption = original.Terminate )
func PossibleComputeNodeDeallocationOptionValues ¶
func PossibleComputeNodeDeallocationOptionValues() []ComputeNodeDeallocationOption
type ComputeNodeFillType ¶
type ComputeNodeFillType = original.ComputeNodeFillType
const ( Pack ComputeNodeFillType = original.Pack Spread ComputeNodeFillType = original.Spread )
func PossibleComputeNodeFillTypeValues ¶
func PossibleComputeNodeFillTypeValues() []ComputeNodeFillType
type DeleteCertificateError ¶
type DeleteCertificateError = original.DeleteCertificateError
type DeploymentConfiguration ¶
type DeploymentConfiguration = original.DeploymentConfiguration
type ElevationLevel ¶
type ElevationLevel = original.ElevationLevel
const ( Admin ElevationLevel = original.Admin NonAdmin ElevationLevel = original.NonAdmin )
func PossibleElevationLevelValues ¶
func PossibleElevationLevelValues() []ElevationLevel
type EnvironmentSetting ¶
type EnvironmentSetting = original.EnvironmentSetting
type FixedScaleSettings ¶
type FixedScaleSettings = original.FixedScaleSettings
type ImageReference ¶
type ImageReference = original.ImageReference
type InboundEndpointProtocol ¶
type InboundEndpointProtocol = original.InboundEndpointProtocol
const ( TCP InboundEndpointProtocol = original.TCP UDP InboundEndpointProtocol = original.UDP )
func PossibleInboundEndpointProtocolValues ¶
func PossibleInboundEndpointProtocolValues() []InboundEndpointProtocol
type InboundNatPool ¶
type InboundNatPool = original.InboundNatPool
type InterNodeCommunicationState ¶
type InterNodeCommunicationState = original.InterNodeCommunicationState
const ( Disabled InterNodeCommunicationState = original.Disabled Enabled InterNodeCommunicationState = original.Enabled )
func PossibleInterNodeCommunicationStateValues ¶
func PossibleInterNodeCommunicationStateValues() []InterNodeCommunicationState
type KeyVaultReference ¶
type KeyVaultReference = original.KeyVaultReference
type LinuxUserConfiguration ¶
type LinuxUserConfiguration = original.LinuxUserConfiguration
type ListApplicationsResult ¶
type ListApplicationsResult = original.ListApplicationsResult
type ListApplicationsResultIterator ¶
type ListApplicationsResultIterator = original.ListApplicationsResultIterator
type ListApplicationsResultPage ¶
type ListApplicationsResultPage = original.ListApplicationsResultPage
type ListCertificatesResult ¶
type ListCertificatesResult = original.ListCertificatesResult
type ListCertificatesResultIterator ¶
type ListCertificatesResultIterator = original.ListCertificatesResultIterator
type ListCertificatesResultPage ¶
type ListCertificatesResultPage = original.ListCertificatesResultPage
type ListPoolsResult ¶
type ListPoolsResult = original.ListPoolsResult
type ListPoolsResultIterator ¶
type ListPoolsResultIterator = original.ListPoolsResultIterator
type ListPoolsResultPage ¶
type ListPoolsResultPage = original.ListPoolsResultPage
type LocationClient ¶
type LocationClient = original.LocationClient
func NewLocationClient ¶
func NewLocationClient(subscriptionID string) LocationClient
func NewLocationClientWithBaseURI ¶
func NewLocationClientWithBaseURI(baseURI string, subscriptionID string) LocationClient
type LocationQuota ¶
type LocationQuota = original.LocationQuota
type MetadataItem ¶
type MetadataItem = original.MetadataItem
type NameAvailabilityReason ¶
type NameAvailabilityReason = original.NameAvailabilityReason
const ( AlreadyExists NameAvailabilityReason = original.AlreadyExists Invalid NameAvailabilityReason = original.Invalid )
func PossibleNameAvailabilityReasonValues ¶
func PossibleNameAvailabilityReasonValues() []NameAvailabilityReason
type NetworkConfiguration ¶
type NetworkConfiguration = original.NetworkConfiguration
type NetworkSecurityGroupRule ¶
type NetworkSecurityGroupRule = original.NetworkSecurityGroupRule
type NetworkSecurityGroupRuleAccess ¶
type NetworkSecurityGroupRuleAccess = original.NetworkSecurityGroupRuleAccess
const ( Allow NetworkSecurityGroupRuleAccess = original.Allow Deny NetworkSecurityGroupRuleAccess = original.Deny )
func PossibleNetworkSecurityGroupRuleAccessValues ¶
func PossibleNetworkSecurityGroupRuleAccessValues() []NetworkSecurityGroupRuleAccess
type OperationDisplay ¶
type OperationDisplay = original.OperationDisplay
type OperationListResult ¶
type OperationListResult = original.OperationListResult
type OperationListResultIterator ¶
type OperationListResultIterator = original.OperationListResultIterator
type OperationListResultPage ¶
type OperationListResultPage = original.OperationListResultPage
type OperationsClient ¶
type OperationsClient = original.OperationsClient
func NewOperationsClient ¶
func NewOperationsClient(subscriptionID string) OperationsClient
func NewOperationsClientWithBaseURI ¶
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
type PackageState ¶
type PackageState = original.PackageState
const ( Active PackageState = original.Active Pending PackageState = original.Pending Unmapped PackageState = original.Unmapped )
func PossiblePackageStateValues ¶
func PossiblePackageStateValues() []PackageState
type PoolAllocationMode ¶
type PoolAllocationMode = original.PoolAllocationMode
const ( BatchService PoolAllocationMode = original.BatchService UserSubscription PoolAllocationMode = original.UserSubscription )
func PossiblePoolAllocationModeValues ¶
func PossiblePoolAllocationModeValues() []PoolAllocationMode
type PoolClient ¶
type PoolClient = original.PoolClient
func NewPoolClient ¶
func NewPoolClient(subscriptionID string) PoolClient
func NewPoolClientWithBaseURI ¶
func NewPoolClientWithBaseURI(baseURI string, subscriptionID string) PoolClient
type PoolCreateFuture ¶
type PoolCreateFuture = original.PoolCreateFuture
type PoolDeleteFuture ¶
type PoolDeleteFuture = original.PoolDeleteFuture
type PoolEndpointConfiguration ¶
type PoolEndpointConfiguration = original.PoolEndpointConfiguration
type PoolProperties ¶
type PoolProperties = original.PoolProperties
type PoolProvisioningState ¶
type PoolProvisioningState = original.PoolProvisioningState
const ( PoolProvisioningStateDeleting PoolProvisioningState = original.PoolProvisioningStateDeleting PoolProvisioningStateSucceeded PoolProvisioningState = original.PoolProvisioningStateSucceeded )
func PossiblePoolProvisioningStateValues ¶
func PossiblePoolProvisioningStateValues() []PoolProvisioningState
type ProvisioningState ¶
type ProvisioningState = original.ProvisioningState
const ( ProvisioningStateCancelled ProvisioningState = original.ProvisioningStateCancelled ProvisioningStateCreating ProvisioningState = original.ProvisioningStateCreating ProvisioningStateDeleting ProvisioningState = original.ProvisioningStateDeleting ProvisioningStateFailed ProvisioningState = original.ProvisioningStateFailed ProvisioningStateInvalid ProvisioningState = original.ProvisioningStateInvalid ProvisioningStateSucceeded ProvisioningState = original.ProvisioningStateSucceeded )
func PossibleProvisioningStateValues ¶
func PossibleProvisioningStateValues() []ProvisioningState
type ProxyResource ¶
type ProxyResource = original.ProxyResource
type ResizeError ¶
type ResizeError = original.ResizeError
type ResizeOperationStatus ¶
type ResizeOperationStatus = original.ResizeOperationStatus
type ResourceFile ¶
type ResourceFile = original.ResourceFile
type ScaleSettings ¶
type ScaleSettings = original.ScaleSettings
type StorageAccountType ¶
type StorageAccountType = original.StorageAccountType
const ( PremiumLRS StorageAccountType = original.PremiumLRS StandardLRS StorageAccountType = original.StandardLRS )
func PossibleStorageAccountTypeValues ¶
func PossibleStorageAccountTypeValues() []StorageAccountType
type TaskSchedulingPolicy ¶
type TaskSchedulingPolicy = original.TaskSchedulingPolicy
type UserAccount ¶
type UserAccount = original.UserAccount
type UserIdentity ¶
type UserIdentity = original.UserIdentity
type VirtualMachineConfiguration ¶
type VirtualMachineConfiguration = original.VirtualMachineConfiguration
type WindowsConfiguration ¶
type WindowsConfiguration = original.WindowsConfiguration
Click to show internal directories.
Click to hide internal directories.