Versions in this module Expand all Collapse all v30 v30.1.0 Jun 10, 2019 v30.0.0 May 28, 2019 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type AccessProfile struct + KubeConfig *[]byte + type AgentPoolProfile struct + Count *int32 + DNSPrefix *string + Fqdn *string + Name *string + OsDiskSizeGB *int32 + OsType OSType + Ports *[]int32 + StorageProfile StorageProfileTypes + VMSize VMSizeTypes + VnetSubnetID *string + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type ContainerService struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (cs *ContainerService) UnmarshalJSON(body []byte) error + func (cs ContainerService) MarshalJSON() ([]byte, error) + type ContainerServicesClient struct + func NewContainerServicesClient(subscriptionID string) ContainerServicesClient + func NewContainerServicesClientWithBaseURI(baseURI string, subscriptionID string) ContainerServicesClient + func (client ContainerServicesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, containerServiceName string, ...) (result ContainerServicesCreateOrUpdateFutureType, err error) + func (client ContainerServicesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, containerServiceName string, ...) (*http.Request, error) + func (client ContainerServicesClient) CreateOrUpdateResponder(resp *http.Response) (result ContainerService, err error) + func (client ContainerServicesClient) CreateOrUpdateSender(req *http.Request) (future ContainerServicesCreateOrUpdateFutureType, err error) + func (client ContainerServicesClient) Delete(ctx context.Context, resourceGroupName string, containerServiceName string) (result ContainerServicesDeleteFutureType, err error) + func (client ContainerServicesClient) DeletePreparer(ctx context.Context, resourceGroupName string, containerServiceName string) (*http.Request, error) + func (client ContainerServicesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ContainerServicesClient) DeleteSender(req *http.Request) (future ContainerServicesDeleteFutureType, err error) + func (client ContainerServicesClient) Get(ctx context.Context, resourceGroupName string, containerServiceName string) (result ContainerService, err error) + func (client ContainerServicesClient) GetPreparer(ctx context.Context, resourceGroupName string, containerServiceName string) (*http.Request, error) + func (client ContainerServicesClient) GetResponder(resp *http.Response) (result ContainerService, err error) + func (client ContainerServicesClient) GetSender(req *http.Request) (*http.Response, error) + func (client ContainerServicesClient) List(ctx context.Context) (result ListResultPage, err error) + func (client ContainerServicesClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result ListResultPage, err error) + func (client ContainerServicesClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result ListResultIterator, err error) + func (client ContainerServicesClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client ContainerServicesClient) ListByResourceGroupResponder(resp *http.Response) (result ListResult, err error) + func (client ContainerServicesClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client ContainerServicesClient) ListComplete(ctx context.Context) (result ListResultIterator, err error) + func (client ContainerServicesClient) ListOrchestrators(ctx context.Context, location string, resourceType string) (result OrchestratorVersionProfileListResult, err error) + func (client ContainerServicesClient) ListOrchestratorsPreparer(ctx context.Context, location string, resourceType string) (*http.Request, error) + func (client ContainerServicesClient) ListOrchestratorsResponder(resp *http.Response) (result OrchestratorVersionProfileListResult, err error) + func (client ContainerServicesClient) ListOrchestratorsSender(req *http.Request) (*http.Response, error) + func (client ContainerServicesClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client ContainerServicesClient) ListResponder(resp *http.Response) (result ListResult, err error) + func (client ContainerServicesClient) ListSender(req *http.Request) (*http.Response, error) + type ContainerServicesCreateOrUpdateFutureType struct + func (future *ContainerServicesCreateOrUpdateFutureType) Result(client ContainerServicesClient) (cs ContainerService, err error) + type ContainerServicesDeleteFutureType struct + func (future *ContainerServicesDeleteFutureType) Result(client ContainerServicesClient) (ar autorest.Response, err error) + type CredentialResult struct + Name *string + Value *[]byte + type CredentialResults struct + Kubeconfigs *[]CredentialResult + type CustomProfile struct + Orchestrator *string + type DiagnosticsProfile struct + VMDiagnostics *VMDiagnostics + type KeyVaultSecretRef struct + SecretName *string + VaultID *string + Version *string + type LinuxProfile struct + AdminUsername *string + SSH *SSHConfiguration + type ListResult struct + NextLink *string + Value *[]ContainerService + func (lr ListResult) IsEmpty() bool + type ListResultIterator struct + func NewListResultIterator(page ListResultPage) ListResultIterator + func (iter *ListResultIterator) Next() error + func (iter *ListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ListResultIterator) NotDone() bool + func (iter ListResultIterator) Response() ListResult + func (iter ListResultIterator) Value() ContainerService + type ListResultPage struct + func NewListResultPage(getNextPage func(context.Context, ListResult) (ListResult, error)) ListResultPage + func (page *ListResultPage) Next() error + func (page *ListResultPage) NextWithContext(ctx context.Context) (err error) + func (page ListResultPage) NotDone() bool + func (page ListResultPage) Response() ListResult + func (page ListResultPage) Values() []ContainerService + type ManagedCluster struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (mc *ManagedCluster) UnmarshalJSON(body []byte) error + func (mc ManagedCluster) MarshalJSON() ([]byte, error) + type ManagedClusterAADProfile struct + ClientAppID *string + ServerAppID *string + ServerAppSecret *string + TenantID *string + type ManagedClusterAccessProfile struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (mcap *ManagedClusterAccessProfile) UnmarshalJSON(body []byte) error + func (mcap ManagedClusterAccessProfile) MarshalJSON() ([]byte, error) + type ManagedClusterAddonProfile struct + Config map[string]*string + Enabled *bool + func (mcap ManagedClusterAddonProfile) MarshalJSON() ([]byte, error) + type ManagedClusterAgentPoolProfile struct + Count *int32 + MaxPods *int32 + Name *string + OsDiskSizeGB *int32 + OsType OSType + StorageProfile StorageProfileTypes + VMSize VMSizeTypes + VnetSubnetID *string + type ManagedClusterListResult struct + NextLink *string + Value *[]ManagedCluster + func (mclr ManagedClusterListResult) IsEmpty() bool + type ManagedClusterListResultIterator struct + func NewManagedClusterListResultIterator(page ManagedClusterListResultPage) ManagedClusterListResultIterator + func (iter *ManagedClusterListResultIterator) Next() error + func (iter *ManagedClusterListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ManagedClusterListResultIterator) NotDone() bool + func (iter ManagedClusterListResultIterator) Response() ManagedClusterListResult + func (iter ManagedClusterListResultIterator) Value() ManagedCluster + type ManagedClusterListResultPage struct + func NewManagedClusterListResultPage(...) ManagedClusterListResultPage + func (page *ManagedClusterListResultPage) Next() error + func (page *ManagedClusterListResultPage) NextWithContext(ctx context.Context) (err error) + func (page ManagedClusterListResultPage) NotDone() bool + func (page ManagedClusterListResultPage) Response() ManagedClusterListResult + func (page ManagedClusterListResultPage) Values() []ManagedCluster + type ManagedClusterPoolUpgradeProfile struct + KubernetesVersion *string + Name *string + OsType OSType + Upgrades *[]string + type ManagedClusterProperties struct + AadProfile *ManagedClusterAADProfile + AddonProfiles map[string]*ManagedClusterAddonProfile + AgentPoolProfiles *[]ManagedClusterAgentPoolProfile + DNSPrefix *string + EnableRBAC *bool + Fqdn *string + KubernetesVersion *string + LinuxProfile *LinuxProfile + NetworkProfile *NetworkProfile + NodeResourceGroup *string + ProvisioningState *string + ServicePrincipalProfile *ManagedClusterServicePrincipalProfile + func (mcp ManagedClusterProperties) MarshalJSON() ([]byte, error) + type ManagedClusterServicePrincipalProfile struct + ClientID *string + Secret *string + type ManagedClusterUpgradeProfile struct + ID *string + Name *string + Type *string + func (mcup *ManagedClusterUpgradeProfile) UnmarshalJSON(body []byte) error + func (mcup ManagedClusterUpgradeProfile) MarshalJSON() ([]byte, error) + type ManagedClusterUpgradeProfileProperties struct + AgentPoolProfiles *[]ManagedClusterPoolUpgradeProfile + ControlPlaneProfile *ManagedClusterPoolUpgradeProfile + type ManagedClustersClient struct + func NewManagedClustersClient(subscriptionID string) ManagedClustersClient + func NewManagedClustersClientWithBaseURI(baseURI string, subscriptionID string) ManagedClustersClient + func (client ManagedClustersClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, resourceName string, ...) (result ManagedClustersCreateOrUpdateFuture, err error) + func (client ManagedClustersClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, resourceName string, ...) (*http.Request, error) + func (client ManagedClustersClient) CreateOrUpdateResponder(resp *http.Response) (result ManagedCluster, err error) + func (client ManagedClustersClient) CreateOrUpdateSender(req *http.Request) (future ManagedClustersCreateOrUpdateFuture, err error) + func (client ManagedClustersClient) Delete(ctx context.Context, resourceGroupName string, resourceName string) (result ManagedClustersDeleteFuture, err error) + func (client ManagedClustersClient) DeletePreparer(ctx context.Context, resourceGroupName string, resourceName string) (*http.Request, error) + func (client ManagedClustersClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ManagedClustersClient) DeleteSender(req *http.Request) (future ManagedClustersDeleteFuture, err error) + func (client ManagedClustersClient) Get(ctx context.Context, resourceGroupName string, resourceName string) (result ManagedCluster, err error) + func (client ManagedClustersClient) GetAccessProfile(ctx context.Context, resourceGroupName string, resourceName string, ...) (result ManagedClusterAccessProfile, err error) + func (client ManagedClustersClient) GetAccessProfilePreparer(ctx context.Context, resourceGroupName string, resourceName string, ...) (*http.Request, error) + func (client ManagedClustersClient) GetAccessProfileResponder(resp *http.Response) (result ManagedClusterAccessProfile, err error) + func (client ManagedClustersClient) GetAccessProfileSender(req *http.Request) (*http.Response, error) + func (client ManagedClustersClient) GetPreparer(ctx context.Context, resourceGroupName string, resourceName string) (*http.Request, error) + func (client ManagedClustersClient) GetResponder(resp *http.Response) (result ManagedCluster, err error) + func (client ManagedClustersClient) GetSender(req *http.Request) (*http.Response, error) + func (client ManagedClustersClient) GetUpgradeProfile(ctx context.Context, resourceGroupName string, resourceName string) (result ManagedClusterUpgradeProfile, err error) + func (client ManagedClustersClient) GetUpgradeProfilePreparer(ctx context.Context, resourceGroupName string, resourceName string) (*http.Request, error) + func (client ManagedClustersClient) GetUpgradeProfileResponder(resp *http.Response) (result ManagedClusterUpgradeProfile, err error) + func (client ManagedClustersClient) GetUpgradeProfileSender(req *http.Request) (*http.Response, error) + func (client ManagedClustersClient) List(ctx context.Context) (result ManagedClusterListResultPage, err error) + func (client ManagedClustersClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result ManagedClusterListResultPage, err error) + func (client ManagedClustersClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result ManagedClusterListResultIterator, err error) + func (client ManagedClustersClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client ManagedClustersClient) ListByResourceGroupResponder(resp *http.Response) (result ManagedClusterListResult, err error) + func (client ManagedClustersClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client ManagedClustersClient) ListClusterAdminCredentials(ctx context.Context, resourceGroupName string, resourceName string) (result CredentialResults, err error) + func (client ManagedClustersClient) ListClusterAdminCredentialsPreparer(ctx context.Context, resourceGroupName string, resourceName string) (*http.Request, error) + func (client ManagedClustersClient) ListClusterAdminCredentialsResponder(resp *http.Response) (result CredentialResults, err error) + func (client ManagedClustersClient) ListClusterAdminCredentialsSender(req *http.Request) (*http.Response, error) + func (client ManagedClustersClient) ListClusterUserCredentials(ctx context.Context, resourceGroupName string, resourceName string) (result CredentialResults, err error) + func (client ManagedClustersClient) ListClusterUserCredentialsPreparer(ctx context.Context, resourceGroupName string, resourceName string) (*http.Request, error) + func (client ManagedClustersClient) ListClusterUserCredentialsResponder(resp *http.Response) (result CredentialResults, err error) + func (client ManagedClustersClient) ListClusterUserCredentialsSender(req *http.Request) (*http.Response, error) + func (client ManagedClustersClient) ListComplete(ctx context.Context) (result ManagedClusterListResultIterator, err error) + func (client ManagedClustersClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client ManagedClustersClient) ListResponder(resp *http.Response) (result ManagedClusterListResult, err error) + func (client ManagedClustersClient) ListSender(req *http.Request) (*http.Response, error) + func (client ManagedClustersClient) ResetAADProfile(ctx context.Context, resourceGroupName string, resourceName string, ...) (result ManagedClustersResetAADProfileFuture, err error) + func (client ManagedClustersClient) ResetAADProfilePreparer(ctx context.Context, resourceGroupName string, resourceName string, ...) (*http.Request, error) + func (client ManagedClustersClient) ResetAADProfileResponder(resp *http.Response) (result autorest.Response, err error) + func (client ManagedClustersClient) ResetAADProfileSender(req *http.Request) (future ManagedClustersResetAADProfileFuture, err error) + func (client ManagedClustersClient) ResetServicePrincipalProfile(ctx context.Context, resourceGroupName string, resourceName string, ...) (result ManagedClustersResetServicePrincipalProfileFuture, err error) + func (client ManagedClustersClient) ResetServicePrincipalProfilePreparer(ctx context.Context, resourceGroupName string, resourceName string, ...) (*http.Request, error) + func (client ManagedClustersClient) ResetServicePrincipalProfileResponder(resp *http.Response) (result autorest.Response, err error) + func (client ManagedClustersClient) ResetServicePrincipalProfileSender(req *http.Request) (future ManagedClustersResetServicePrincipalProfileFuture, err error) + func (client ManagedClustersClient) UpdateTags(ctx context.Context, resourceGroupName string, resourceName string, ...) (result ManagedClustersUpdateTagsFuture, err error) + func (client ManagedClustersClient) UpdateTagsPreparer(ctx context.Context, resourceGroupName string, resourceName string, ...) (*http.Request, error) + func (client ManagedClustersClient) UpdateTagsResponder(resp *http.Response) (result ManagedCluster, err error) + func (client ManagedClustersClient) UpdateTagsSender(req *http.Request) (future ManagedClustersUpdateTagsFuture, err error) + type ManagedClustersCreateOrUpdateFuture struct + func (future *ManagedClustersCreateOrUpdateFuture) Result(client ManagedClustersClient) (mc ManagedCluster, err error) + type ManagedClustersDeleteFuture struct + func (future *ManagedClustersDeleteFuture) Result(client ManagedClustersClient) (ar autorest.Response, err error) + type ManagedClustersResetAADProfileFuture struct + func (future *ManagedClustersResetAADProfileFuture) Result(client ManagedClustersClient) (ar autorest.Response, err error) + type ManagedClustersResetServicePrincipalProfileFuture struct + func (future *ManagedClustersResetServicePrincipalProfileFuture) Result(client ManagedClustersClient) (ar autorest.Response, err error) + type ManagedClustersUpdateTagsFuture struct + func (future *ManagedClustersUpdateTagsFuture) Result(client ManagedClustersClient) (mc ManagedCluster, err error) + type MasterProfile struct + Count *int32 + DNSPrefix *string + FirstConsecutiveStaticIP *string + Fqdn *string + OsDiskSizeGB *int32 + StorageProfile StorageProfileTypes + VMSize VMSizeTypes + VnetSubnetID *string + type NetworkPlugin string + const Azure + const Kubenet + func PossibleNetworkPluginValues() []NetworkPlugin + type NetworkPolicy string + const Calico + func PossibleNetworkPolicyValues() []NetworkPolicy + type NetworkProfile struct + DNSServiceIP *string + DockerBridgeCidr *string + NetworkPlugin NetworkPlugin + NetworkPolicy NetworkPolicy + PodCidr *string + ServiceCidr *string + type OSType string + const Linux + const Windows + func PossibleOSTypeValues() []OSType + type OperationListResult struct + Value *[]OperationValue + type OperationValue struct + Name *string + Origin *string + func (ov *OperationValue) UnmarshalJSON(body []byte) error + func (ov OperationValue) MarshalJSON() ([]byte, error) + type OperationValueDisplay struct + Description *string + Operation *string + Provider *string + Resource *string + type OperationsClient struct + func NewOperationsClient(subscriptionID string) OperationsClient + func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient + func (client OperationsClient) List(ctx context.Context) (result OperationListResult, err error) + func (client OperationsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client OperationsClient) ListResponder(resp *http.Response) (result OperationListResult, err error) + func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error) + type OrchestratorProfile struct + OrchestratorType *string + OrchestratorVersion *string + type OrchestratorProfileType struct + OrchestratorType OrchestratorTypes + OrchestratorVersion *string + type OrchestratorTypes string + const Custom + const DCOS + const DockerCE + const Kubernetes + const Swarm + func PossibleOrchestratorTypesValues() []OrchestratorTypes + type OrchestratorVersionProfile struct + Default *bool + OrchestratorType *string + OrchestratorVersion *string + Upgrades *[]OrchestratorProfile + type OrchestratorVersionProfileListResult struct + ID *string + Name *string + Type *string + func (ovplr *OrchestratorVersionProfileListResult) UnmarshalJSON(body []byte) error + func (ovplr OrchestratorVersionProfileListResult) MarshalJSON() ([]byte, error) + type OrchestratorVersionProfileProperties struct + Orchestrators *[]OrchestratorVersionProfile + type Properties struct + AgentPoolProfiles *[]AgentPoolProfile + CustomProfile *CustomProfile + DiagnosticsProfile *DiagnosticsProfile + LinuxProfile *LinuxProfile + MasterProfile *MasterProfile + OrchestratorProfile *OrchestratorProfileType + ProvisioningState *string + ServicePrincipalProfile *ServicePrincipalProfile + WindowsProfile *WindowsProfile + type Resource struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (r Resource) MarshalJSON() ([]byte, error) + type SSHConfiguration struct + PublicKeys *[]SSHPublicKey + type SSHPublicKey struct + KeyData *string + type ServicePrincipalProfile struct + ClientID *string + KeyVaultSecretRef *KeyVaultSecretRef + Secret *string + type StorageProfileTypes string + const ManagedDisks + const StorageAccount + func PossibleStorageProfileTypesValues() []StorageProfileTypes + type TagsObject struct + Tags map[string]*string + func (toVar TagsObject) MarshalJSON() ([]byte, error) + type VMDiagnostics struct + Enabled *bool + StorageURI *string + type VMSizeTypes string + const StandardA1 + const StandardA10 + const StandardA11 + const StandardA1V2 + const StandardA2 + const StandardA2V2 + const StandardA2mV2 + const StandardA3 + const StandardA4 + const StandardA4V2 + const StandardA4mV2 + const StandardA5 + const StandardA6 + const StandardA7 + const StandardA8 + const StandardA8V2 + const StandardA8mV2 + const StandardA9 + const StandardB2ms + const StandardB2s + const StandardB4ms + const StandardB8ms + const StandardD1 + const StandardD11 + const StandardD11V2 + const StandardD11V2Promo + const StandardD12 + const StandardD12V2 + const StandardD12V2Promo + const StandardD13 + const StandardD13V2 + const StandardD13V2Promo + const StandardD14 + const StandardD14V2 + const StandardD14V2Promo + const StandardD15V2 + const StandardD16V3 + const StandardD16sV3 + const StandardD1V2 + const StandardD2 + const StandardD2V2 + const StandardD2V2Promo + const StandardD2V3 + const StandardD2sV3 + const StandardD3 + const StandardD32V3 + const StandardD32sV3 + const StandardD3V2 + const StandardD3V2Promo + const StandardD4 + const StandardD4V2 + const StandardD4V2Promo + const StandardD4V3 + const StandardD4sV3 + const StandardD5V2 + const StandardD5V2Promo + const StandardD64V3 + const StandardD64sV3 + const StandardD8V3 + const StandardD8sV3 + const StandardDS1 + const StandardDS11 + const StandardDS11V2 + const StandardDS11V2Promo + const StandardDS12 + const StandardDS12V2 + const StandardDS12V2Promo + const StandardDS13 + const StandardDS132V2 + const StandardDS134V2 + const StandardDS13V2 + const StandardDS13V2Promo + const StandardDS14 + const StandardDS144V2 + const StandardDS148V2 + const StandardDS14V2 + const StandardDS14V2Promo + const StandardDS15V2 + const StandardDS1V2 + const StandardDS2 + const StandardDS2V2 + const StandardDS2V2Promo + const StandardDS3 + const StandardDS3V2 + const StandardDS3V2Promo + const StandardDS4 + const StandardDS4V2 + const StandardDS4V2Promo + const StandardDS5V2 + const StandardDS5V2Promo + const StandardE16V3 + const StandardE16sV3 + const StandardE2V3 + const StandardE2sV3 + const StandardE3216sV3 + const StandardE328sV3 + const StandardE32V3 + const StandardE32sV3 + const StandardE4V3 + const StandardE4sV3 + const StandardE6416sV3 + const StandardE6432sV3 + const StandardE64V3 + const StandardE64sV3 + const StandardE8V3 + const StandardE8sV3 + const StandardF1 + const StandardF16 + const StandardF16s + const StandardF16sV2 + const StandardF1s + const StandardF2 + const StandardF2s + const StandardF2sV2 + const StandardF32sV2 + const StandardF4 + const StandardF4s + const StandardF4sV2 + const StandardF64sV2 + const StandardF72sV2 + const StandardF8 + const StandardF8s + const StandardF8sV2 + const StandardG1 + const StandardG2 + const StandardG3 + const StandardG4 + const StandardG5 + const StandardGS1 + const StandardGS2 + const StandardGS3 + const StandardGS4 + const StandardGS44 + const StandardGS48 + const StandardGS5 + const StandardGS516 + const StandardGS58 + const StandardH16 + const StandardH16m + const StandardH16mr + const StandardH16r + const StandardH8 + const StandardH8m + const StandardL16s + const StandardL32s + const StandardL4s + const StandardL8s + const StandardM12832ms + const StandardM12864ms + const StandardM128ms + const StandardM128s + const StandardM6416ms + const StandardM6432ms + const StandardM64ms + const StandardM64s + const StandardNC12 + const StandardNC12sV2 + const StandardNC12sV3 + const StandardNC24 + const StandardNC24r + const StandardNC24rsV2 + const StandardNC24rsV3 + const StandardNC24sV2 + const StandardNC24sV3 + const StandardNC6 + const StandardNC6sV2 + const StandardNC6sV3 + const StandardND12s + const StandardND24rs + const StandardND24s + const StandardND6s + const StandardNV12 + const StandardNV24 + const StandardNV6 + func PossibleVMSizeTypesValues() []VMSizeTypes + type WindowsProfile struct + AdminPassword *string + AdminUsername *string Other modules containing this package gopkg.in/azure/azure-sdk-for-go.v17 gopkg.in/azure/azure-sdk-for-go.v18 gopkg.in/azure/azure-sdk-for-go.v19 gopkg.in/azure/azure-sdk-for-go.v20 gopkg.in/azure/azure-sdk-for-go.v21 gopkg.in/azure/azure-sdk-for-go.v22 gopkg.in/azure/azure-sdk-for-go.v23 gopkg.in/azure/azure-sdk-for-go.v24 gopkg.in/azure/azure-sdk-for-go.v25 gopkg.in/azure/azure-sdk-for-go.v26 gopkg.in/azure/azure-sdk-for-go.v27 gopkg.in/azure/azure-sdk-for-go.v28 gopkg.in/azure/azure-sdk-for-go.v29 gopkg.in/azure/azure-sdk-for-go.v31 gopkg.in/azure/azure-sdk-for-go.v32 gopkg.in/azure/azure-sdk-for-go.v33 gopkg.in/azure/azure-sdk-for-go.v34 gopkg.in/azure/azure-sdk-for-go.v35 gopkg.in/azure/azure-sdk-for-go.v36 gopkg.in/azure/azure-sdk-for-go.v37 gopkg.in/azure/azure-sdk-for-go.v38 gopkg.in/azure/azure-sdk-for-go.v39 gopkg.in/azure/azure-sdk-for-go.v40 gopkg.in/azure/azure-sdk-for-go.v41 gopkg.in/azure/azure-sdk-for-go.v42 gopkg.in/azure/azure-sdk-for-go.v43 gopkg.in/azure/azure-sdk-for-go.v44 gopkg.in/azure/azure-sdk-for-go.v45 gopkg.in/azure/azure-sdk-for-go.v46 gopkg.in/azure/azure-sdk-for-go.v47 gopkg.in/azure/azure-sdk-for-go.v48 gopkg.in/azure/azure-sdk-for-go.v49