Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type AccessProfile
- type AgentPool
- type AgentPoolAvailableVersions
- type AgentPoolAvailableVersionsProperties
- type AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem
- type AgentPoolListResult
- type AgentPoolListResultIterator
- type AgentPoolListResultPage
- type AgentPoolMode
- type AgentPoolProfile
- type AgentPoolType
- type AgentPoolUpgradeProfile
- type AgentPoolUpgradeProfileProperties
- type AgentPoolUpgradeProfilePropertiesUpgradesItem
- type AgentPoolUpgradeSettings
- type AgentPoolsClient
- type AgentPoolsCreateOrUpdateFuture
- type AgentPoolsDeleteFuture
- type BaseClient
- type BasicOpenShiftManagedClusterBaseIdentityProvider
- type CloudError
- type CloudErrorBody
- type ConnectionStatus
- type ContainerService
- type ContainerServicesClient
- type ContainerServicesCreateOrUpdateFutureType
- type ContainerServicesDeleteFutureType
- type CredentialResult
- type CredentialResults
- type CustomProfile
- type DiagnosticsProfile
- type KeyVaultSecretRef
- type Kind
- type LicenseType
- type LinuxProfile
- type ListResult
- type ListResultIterator
- type ListResultPage
- type LoadBalancerSku
- type ManagedCluster
- type ManagedClusterAADProfile
- type ManagedClusterAPIServerAccessProfile
- type ManagedClusterAccessProfile
- type ManagedClusterAddonProfile
- type ManagedClusterAddonProfileIdentity
- type ManagedClusterAgentPoolProfile
- type ManagedClusterAgentPoolProfileProperties
- type ManagedClusterIdentity
- type ManagedClusterIdentityUserAssignedIdentitiesValue
- type ManagedClusterListResult
- type ManagedClusterListResultIterator
- type ManagedClusterListResultPage
- type ManagedClusterLoadBalancerProfile
- type ManagedClusterLoadBalancerProfileManagedOutboundIPs
- type ManagedClusterLoadBalancerProfileOutboundIPPrefixes
- type ManagedClusterLoadBalancerProfileOutboundIPs
- type ManagedClusterPoolUpgradeProfile
- type ManagedClusterPoolUpgradeProfileUpgradesItem
- type ManagedClusterProperties
- type ManagedClusterPropertiesAutoScalerProfile
- type ManagedClusterPropertiesIdentityProfileValue
- type ManagedClusterSKU
- type ManagedClusterSKUName
- type ManagedClusterSKUTier
- type ManagedClusterServicePrincipalProfile
- type ManagedClusterUpgradeProfile
- type ManagedClusterUpgradeProfileProperties
- type ManagedClusterWindowsProfile
- type ManagedClustersClient
- type ManagedClustersCreateOrUpdateFuture
- type ManagedClustersDeleteFuture
- type ManagedClustersResetAADProfileFuture
- type ManagedClustersResetServicePrincipalProfileFuture
- type ManagedClustersRotateClusterCertificatesFuture
- type ManagedClustersUpdateTagsFuture
- type ManagedClustersUpgradeNodeImageVersionFuture
- type MasterProfile
- type NetworkMode
- type NetworkPlugin
- type NetworkPolicy
- type NetworkProfile
- type NetworkProfileType
- type OSType
- type OpenShiftAgentPoolProfileRole
- type OpenShiftContainerServiceVMSize
- type OpenShiftManagedCluster
- type OpenShiftManagedClusterAADIdentityProvider
- type OpenShiftManagedClusterAgentPoolProfile
- type OpenShiftManagedClusterAuthProfile
- type OpenShiftManagedClusterBaseIdentityProvider
- type OpenShiftManagedClusterIdentityProvider
- type OpenShiftManagedClusterListResult
- type OpenShiftManagedClusterListResultIterator
- type OpenShiftManagedClusterListResultPage
- type OpenShiftManagedClusterMasterPoolProfile
- type OpenShiftManagedClusterProperties
- type OpenShiftManagedClustersClient
- type OpenShiftManagedClustersCreateOrUpdateFuture
- type OpenShiftManagedClustersDeleteFuture
- type OpenShiftManagedClustersUpdateTagsFuture
- type OpenShiftRouterProfile
- type OperationListResult
- type OperationValue
- type OperationValueDisplay
- type OperationsClient
- type OrchestratorProfile
- type OrchestratorProfileType
- type OrchestratorTypes
- type OrchestratorVersionProfile
- type OrchestratorVersionProfileListResult
- type OrchestratorVersionProfileProperties
- type OutboundType
- type PrivateEndpoint
- type PrivateEndpointConnection
- type PrivateEndpointConnectionListResult
- type PrivateEndpointConnectionProperties
- type PrivateEndpointConnectionProvisioningState
- type PrivateEndpointConnectionsClient
- type PrivateEndpointConnectionsDeleteFuture
- type PrivateLinkServiceConnectionState
- type Properties
- type PurchasePlan
- type Resource
- type ResourceIdentityType
- type ResourceReference
- type SSHConfiguration
- type SSHPublicKey
- type ScaleSetEvictionPolicy
- type ScaleSetPriority
- type ServicePrincipalProfile
- type StorageProfileTypes
- type SubResource
- type TagsObject
- type UserAssignedIdentity
- type VMDiagnostics
- type VMSizeTypes
- type WindowsProfile
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AccessProfile ¶
type AccessProfile = original.AccessProfile
type AgentPoolAvailableVersions ¶
type AgentPoolAvailableVersions = original.AgentPoolAvailableVersions
type AgentPoolAvailableVersionsProperties ¶
type AgentPoolAvailableVersionsProperties = original.AgentPoolAvailableVersionsProperties
type AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem ¶
type AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem = original.AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem
type AgentPoolListResult ¶
type AgentPoolListResult = original.AgentPoolListResult
type AgentPoolListResultIterator ¶
type AgentPoolListResultIterator = original.AgentPoolListResultIterator
func NewAgentPoolListResultIterator ¶
func NewAgentPoolListResultIterator(page AgentPoolListResultPage) AgentPoolListResultIterator
type AgentPoolListResultPage ¶
type AgentPoolListResultPage = original.AgentPoolListResultPage
func NewAgentPoolListResultPage ¶
func NewAgentPoolListResultPage(getNextPage func(context.Context, AgentPoolListResult) (AgentPoolListResult, error)) AgentPoolListResultPage
type AgentPoolMode ¶
type AgentPoolMode = original.AgentPoolMode
const ( System AgentPoolMode = original.System User AgentPoolMode = original.User )
func PossibleAgentPoolModeValues ¶
func PossibleAgentPoolModeValues() []AgentPoolMode
type AgentPoolProfile ¶
type AgentPoolProfile = original.AgentPoolProfile
type AgentPoolType ¶
type AgentPoolType = original.AgentPoolType
const ( AvailabilitySet AgentPoolType = original.AvailabilitySet VirtualMachineScaleSets AgentPoolType = original.VirtualMachineScaleSets )
func PossibleAgentPoolTypeValues ¶
func PossibleAgentPoolTypeValues() []AgentPoolType
type AgentPoolUpgradeProfile ¶
type AgentPoolUpgradeProfile = original.AgentPoolUpgradeProfile
type AgentPoolUpgradeProfileProperties ¶
type AgentPoolUpgradeProfileProperties = original.AgentPoolUpgradeProfileProperties
type AgentPoolUpgradeProfilePropertiesUpgradesItem ¶
type AgentPoolUpgradeProfilePropertiesUpgradesItem = original.AgentPoolUpgradeProfilePropertiesUpgradesItem
type AgentPoolUpgradeSettings ¶
type AgentPoolUpgradeSettings = original.AgentPoolUpgradeSettings
type AgentPoolsClient ¶
type AgentPoolsClient = original.AgentPoolsClient
func NewAgentPoolsClient ¶
func NewAgentPoolsClient(subscriptionID string) AgentPoolsClient
func NewAgentPoolsClientWithBaseURI ¶
func NewAgentPoolsClientWithBaseURI(baseURI string, subscriptionID string) AgentPoolsClient
type AgentPoolsCreateOrUpdateFuture ¶
type AgentPoolsCreateOrUpdateFuture = original.AgentPoolsCreateOrUpdateFuture
type AgentPoolsDeleteFuture ¶
type AgentPoolsDeleteFuture = original.AgentPoolsDeleteFuture
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(subscriptionID string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type BasicOpenShiftManagedClusterBaseIdentityProvider ¶
type BasicOpenShiftManagedClusterBaseIdentityProvider = original.BasicOpenShiftManagedClusterBaseIdentityProvider
type CloudError ¶
type CloudError = original.CloudError
type CloudErrorBody ¶
type CloudErrorBody = original.CloudErrorBody
type ConnectionStatus ¶
type ConnectionStatus = original.ConnectionStatus
const ( Approved ConnectionStatus = original.Approved Disconnected ConnectionStatus = original.Disconnected Pending ConnectionStatus = original.Pending Rejected ConnectionStatus = original.Rejected )
func PossibleConnectionStatusValues ¶
func PossibleConnectionStatusValues() []ConnectionStatus
type ContainerService ¶
type ContainerService = original.ContainerService
type ContainerServicesClient ¶
type ContainerServicesClient = original.ContainerServicesClient
func NewContainerServicesClient ¶
func NewContainerServicesClient(subscriptionID string) ContainerServicesClient
func NewContainerServicesClientWithBaseURI ¶
func NewContainerServicesClientWithBaseURI(baseURI string, subscriptionID string) ContainerServicesClient
type ContainerServicesCreateOrUpdateFutureType ¶
type ContainerServicesCreateOrUpdateFutureType = original.ContainerServicesCreateOrUpdateFutureType
type ContainerServicesDeleteFutureType ¶
type ContainerServicesDeleteFutureType = original.ContainerServicesDeleteFutureType
type CredentialResult ¶
type CredentialResult = original.CredentialResult
type CredentialResults ¶
type CredentialResults = original.CredentialResults
type CustomProfile ¶
type CustomProfile = original.CustomProfile
type DiagnosticsProfile ¶
type DiagnosticsProfile = original.DiagnosticsProfile
type KeyVaultSecretRef ¶
type KeyVaultSecretRef = original.KeyVaultSecretRef
type Kind ¶
const ( KindAADIdentityProvider Kind = original.KindAADIdentityProvider KindOpenShiftManagedClusterBaseIdentityProvider Kind = original.KindOpenShiftManagedClusterBaseIdentityProvider )
func PossibleKindValues ¶
func PossibleKindValues() []Kind
type LicenseType ¶
type LicenseType = original.LicenseType
const ( None LicenseType = original.None WindowsServer LicenseType = original.WindowsServer )
func PossibleLicenseTypeValues ¶
func PossibleLicenseTypeValues() []LicenseType
type LinuxProfile ¶
type LinuxProfile = original.LinuxProfile
type ListResult ¶
type ListResult = original.ListResult
type ListResultIterator ¶
type ListResultIterator = original.ListResultIterator
func NewListResultIterator ¶
func NewListResultIterator(page ListResultPage) ListResultIterator
type ListResultPage ¶
type ListResultPage = original.ListResultPage
func NewListResultPage ¶
func NewListResultPage(getNextPage func(context.Context, ListResult) (ListResult, error)) ListResultPage
type LoadBalancerSku ¶
type LoadBalancerSku = original.LoadBalancerSku
const ( Basic LoadBalancerSku = original.Basic Standard LoadBalancerSku = original.Standard )
func PossibleLoadBalancerSkuValues ¶
func PossibleLoadBalancerSkuValues() []LoadBalancerSku
type ManagedCluster ¶
type ManagedCluster = original.ManagedCluster
type ManagedClusterAADProfile ¶
type ManagedClusterAADProfile = original.ManagedClusterAADProfile
type ManagedClusterAPIServerAccessProfile ¶
type ManagedClusterAPIServerAccessProfile = original.ManagedClusterAPIServerAccessProfile
type ManagedClusterAccessProfile ¶
type ManagedClusterAccessProfile = original.ManagedClusterAccessProfile
type ManagedClusterAddonProfile ¶
type ManagedClusterAddonProfile = original.ManagedClusterAddonProfile
type ManagedClusterAddonProfileIdentity ¶
type ManagedClusterAddonProfileIdentity = original.ManagedClusterAddonProfileIdentity
type ManagedClusterAgentPoolProfile ¶
type ManagedClusterAgentPoolProfile = original.ManagedClusterAgentPoolProfile
type ManagedClusterAgentPoolProfileProperties ¶
type ManagedClusterAgentPoolProfileProperties = original.ManagedClusterAgentPoolProfileProperties
type ManagedClusterIdentity ¶
type ManagedClusterIdentity = original.ManagedClusterIdentity
type ManagedClusterIdentityUserAssignedIdentitiesValue ¶
type ManagedClusterIdentityUserAssignedIdentitiesValue = original.ManagedClusterIdentityUserAssignedIdentitiesValue
type ManagedClusterListResult ¶
type ManagedClusterListResult = original.ManagedClusterListResult
type ManagedClusterListResultIterator ¶
type ManagedClusterListResultIterator = original.ManagedClusterListResultIterator
func NewManagedClusterListResultIterator ¶
func NewManagedClusterListResultIterator(page ManagedClusterListResultPage) ManagedClusterListResultIterator
type ManagedClusterListResultPage ¶
type ManagedClusterListResultPage = original.ManagedClusterListResultPage
func NewManagedClusterListResultPage ¶
func NewManagedClusterListResultPage(getNextPage func(context.Context, ManagedClusterListResult) (ManagedClusterListResult, error)) ManagedClusterListResultPage
type ManagedClusterLoadBalancerProfile ¶
type ManagedClusterLoadBalancerProfile = original.ManagedClusterLoadBalancerProfile
type ManagedClusterLoadBalancerProfileManagedOutboundIPs ¶
type ManagedClusterLoadBalancerProfileManagedOutboundIPs = original.ManagedClusterLoadBalancerProfileManagedOutboundIPs
type ManagedClusterLoadBalancerProfileOutboundIPPrefixes ¶
type ManagedClusterLoadBalancerProfileOutboundIPPrefixes = original.ManagedClusterLoadBalancerProfileOutboundIPPrefixes
type ManagedClusterLoadBalancerProfileOutboundIPs ¶
type ManagedClusterLoadBalancerProfileOutboundIPs = original.ManagedClusterLoadBalancerProfileOutboundIPs
type ManagedClusterPoolUpgradeProfile ¶
type ManagedClusterPoolUpgradeProfile = original.ManagedClusterPoolUpgradeProfile
type ManagedClusterPoolUpgradeProfileUpgradesItem ¶
type ManagedClusterPoolUpgradeProfileUpgradesItem = original.ManagedClusterPoolUpgradeProfileUpgradesItem
type ManagedClusterProperties ¶
type ManagedClusterProperties = original.ManagedClusterProperties
type ManagedClusterPropertiesAutoScalerProfile ¶
type ManagedClusterPropertiesAutoScalerProfile = original.ManagedClusterPropertiesAutoScalerProfile
type ManagedClusterPropertiesIdentityProfileValue ¶
type ManagedClusterPropertiesIdentityProfileValue = original.ManagedClusterPropertiesIdentityProfileValue
type ManagedClusterSKU ¶
type ManagedClusterSKU = original.ManagedClusterSKU
type ManagedClusterSKUName ¶
type ManagedClusterSKUName = original.ManagedClusterSKUName
const (
ManagedClusterSKUNameBasic ManagedClusterSKUName = original.ManagedClusterSKUNameBasic
)
func PossibleManagedClusterSKUNameValues ¶
func PossibleManagedClusterSKUNameValues() []ManagedClusterSKUName
type ManagedClusterSKUTier ¶
type ManagedClusterSKUTier = original.ManagedClusterSKUTier
const ( Free ManagedClusterSKUTier = original.Free Paid ManagedClusterSKUTier = original.Paid )
func PossibleManagedClusterSKUTierValues ¶
func PossibleManagedClusterSKUTierValues() []ManagedClusterSKUTier
type ManagedClusterServicePrincipalProfile ¶
type ManagedClusterServicePrincipalProfile = original.ManagedClusterServicePrincipalProfile
type ManagedClusterUpgradeProfile ¶
type ManagedClusterUpgradeProfile = original.ManagedClusterUpgradeProfile
type ManagedClusterUpgradeProfileProperties ¶
type ManagedClusterUpgradeProfileProperties = original.ManagedClusterUpgradeProfileProperties
type ManagedClusterWindowsProfile ¶
type ManagedClusterWindowsProfile = original.ManagedClusterWindowsProfile
type ManagedClustersClient ¶
type ManagedClustersClient = original.ManagedClustersClient
func NewManagedClustersClient ¶
func NewManagedClustersClient(subscriptionID string) ManagedClustersClient
func NewManagedClustersClientWithBaseURI ¶
func NewManagedClustersClientWithBaseURI(baseURI string, subscriptionID string) ManagedClustersClient
type ManagedClustersCreateOrUpdateFuture ¶
type ManagedClustersCreateOrUpdateFuture = original.ManagedClustersCreateOrUpdateFuture
type ManagedClustersDeleteFuture ¶
type ManagedClustersDeleteFuture = original.ManagedClustersDeleteFuture
type ManagedClustersResetAADProfileFuture ¶
type ManagedClustersResetAADProfileFuture = original.ManagedClustersResetAADProfileFuture
type ManagedClustersResetServicePrincipalProfileFuture ¶
type ManagedClustersResetServicePrincipalProfileFuture = original.ManagedClustersResetServicePrincipalProfileFuture
type ManagedClustersRotateClusterCertificatesFuture ¶
type ManagedClustersRotateClusterCertificatesFuture = original.ManagedClustersRotateClusterCertificatesFuture
type ManagedClustersUpdateTagsFuture ¶
type ManagedClustersUpdateTagsFuture = original.ManagedClustersUpdateTagsFuture
type ManagedClustersUpgradeNodeImageVersionFuture ¶
type ManagedClustersUpgradeNodeImageVersionFuture = original.ManagedClustersUpgradeNodeImageVersionFuture
type MasterProfile ¶
type MasterProfile = original.MasterProfile
type NetworkMode ¶
type NetworkMode = original.NetworkMode
const ( Bridge NetworkMode = original.Bridge Transparent NetworkMode = original.Transparent )
func PossibleNetworkModeValues ¶
func PossibleNetworkModeValues() []NetworkMode
type NetworkPlugin ¶
type NetworkPlugin = original.NetworkPlugin
const ( Azure NetworkPlugin = original.Azure Kubenet NetworkPlugin = original.Kubenet )
func PossibleNetworkPluginValues ¶
func PossibleNetworkPluginValues() []NetworkPlugin
type NetworkPolicy ¶
type NetworkPolicy = original.NetworkPolicy
const ( NetworkPolicyAzure NetworkPolicy = original.NetworkPolicyAzure NetworkPolicyCalico NetworkPolicy = original.NetworkPolicyCalico )
func PossibleNetworkPolicyValues ¶
func PossibleNetworkPolicyValues() []NetworkPolicy
type NetworkProfile ¶
type NetworkProfile = original.NetworkProfile
type NetworkProfileType ¶
type NetworkProfileType = original.NetworkProfileType
type OSType ¶
func PossibleOSTypeValues ¶
func PossibleOSTypeValues() []OSType
type OpenShiftAgentPoolProfileRole ¶
type OpenShiftAgentPoolProfileRole = original.OpenShiftAgentPoolProfileRole
const ( Compute OpenShiftAgentPoolProfileRole = original.Compute Infra OpenShiftAgentPoolProfileRole = original.Infra )
func PossibleOpenShiftAgentPoolProfileRoleValues ¶
func PossibleOpenShiftAgentPoolProfileRoleValues() []OpenShiftAgentPoolProfileRole
type OpenShiftContainerServiceVMSize ¶
type OpenShiftContainerServiceVMSize = original.OpenShiftContainerServiceVMSize
const ( StandardD16sV3 OpenShiftContainerServiceVMSize = original.StandardD16sV3 StandardD2sV3 OpenShiftContainerServiceVMSize = original.StandardD2sV3 StandardD32sV3 OpenShiftContainerServiceVMSize = original.StandardD32sV3 StandardD4sV3 OpenShiftContainerServiceVMSize = original.StandardD4sV3 StandardD64sV3 OpenShiftContainerServiceVMSize = original.StandardD64sV3 StandardD8sV3 OpenShiftContainerServiceVMSize = original.StandardD8sV3 StandardDS12V2 OpenShiftContainerServiceVMSize = original.StandardDS12V2 StandardDS13V2 OpenShiftContainerServiceVMSize = original.StandardDS13V2 StandardDS14V2 OpenShiftContainerServiceVMSize = original.StandardDS14V2 StandardDS15V2 OpenShiftContainerServiceVMSize = original.StandardDS15V2 StandardDS4V2 OpenShiftContainerServiceVMSize = original.StandardDS4V2 StandardDS5V2 OpenShiftContainerServiceVMSize = original.StandardDS5V2 StandardE16sV3 OpenShiftContainerServiceVMSize = original.StandardE16sV3 StandardE20sV3 OpenShiftContainerServiceVMSize = original.StandardE20sV3 StandardE32sV3 OpenShiftContainerServiceVMSize = original.StandardE32sV3 StandardE4sV3 OpenShiftContainerServiceVMSize = original.StandardE4sV3 StandardE64sV3 OpenShiftContainerServiceVMSize = original.StandardE64sV3 StandardE8sV3 OpenShiftContainerServiceVMSize = original.StandardE8sV3 StandardF16s OpenShiftContainerServiceVMSize = original.StandardF16s StandardF16sV2 OpenShiftContainerServiceVMSize = original.StandardF16sV2 StandardF32sV2 OpenShiftContainerServiceVMSize = original.StandardF32sV2 StandardF64sV2 OpenShiftContainerServiceVMSize = original.StandardF64sV2 StandardF72sV2 OpenShiftContainerServiceVMSize = original.StandardF72sV2 StandardF8s OpenShiftContainerServiceVMSize = original.StandardF8s StandardF8sV2 OpenShiftContainerServiceVMSize = original.StandardF8sV2 StandardGS2 OpenShiftContainerServiceVMSize = original.StandardGS2 StandardGS3 OpenShiftContainerServiceVMSize = original.StandardGS3 StandardGS4 OpenShiftContainerServiceVMSize = original.StandardGS4 StandardGS5 OpenShiftContainerServiceVMSize = original.StandardGS5 StandardL16s OpenShiftContainerServiceVMSize = original.StandardL16s StandardL32s OpenShiftContainerServiceVMSize = original.StandardL32s StandardL4s OpenShiftContainerServiceVMSize = original.StandardL4s StandardL8s OpenShiftContainerServiceVMSize = original.StandardL8s )
func PossibleOpenShiftContainerServiceVMSizeValues ¶
func PossibleOpenShiftContainerServiceVMSizeValues() []OpenShiftContainerServiceVMSize
type OpenShiftManagedCluster ¶
type OpenShiftManagedCluster = original.OpenShiftManagedCluster
type OpenShiftManagedClusterAADIdentityProvider ¶
type OpenShiftManagedClusterAADIdentityProvider = original.OpenShiftManagedClusterAADIdentityProvider
type OpenShiftManagedClusterAgentPoolProfile ¶
type OpenShiftManagedClusterAgentPoolProfile = original.OpenShiftManagedClusterAgentPoolProfile
type OpenShiftManagedClusterAuthProfile ¶
type OpenShiftManagedClusterAuthProfile = original.OpenShiftManagedClusterAuthProfile
type OpenShiftManagedClusterBaseIdentityProvider ¶
type OpenShiftManagedClusterBaseIdentityProvider = original.OpenShiftManagedClusterBaseIdentityProvider
type OpenShiftManagedClusterIdentityProvider ¶
type OpenShiftManagedClusterIdentityProvider = original.OpenShiftManagedClusterIdentityProvider
type OpenShiftManagedClusterListResult ¶
type OpenShiftManagedClusterListResult = original.OpenShiftManagedClusterListResult
type OpenShiftManagedClusterListResultIterator ¶
type OpenShiftManagedClusterListResultIterator = original.OpenShiftManagedClusterListResultIterator
func NewOpenShiftManagedClusterListResultIterator ¶
func NewOpenShiftManagedClusterListResultIterator(page OpenShiftManagedClusterListResultPage) OpenShiftManagedClusterListResultIterator
type OpenShiftManagedClusterListResultPage ¶
type OpenShiftManagedClusterListResultPage = original.OpenShiftManagedClusterListResultPage
func NewOpenShiftManagedClusterListResultPage ¶
func NewOpenShiftManagedClusterListResultPage(getNextPage func(context.Context, OpenShiftManagedClusterListResult) (OpenShiftManagedClusterListResult, error)) OpenShiftManagedClusterListResultPage
type OpenShiftManagedClusterMasterPoolProfile ¶
type OpenShiftManagedClusterMasterPoolProfile = original.OpenShiftManagedClusterMasterPoolProfile
type OpenShiftManagedClusterProperties ¶
type OpenShiftManagedClusterProperties = original.OpenShiftManagedClusterProperties
type OpenShiftManagedClustersClient ¶
type OpenShiftManagedClustersClient = original.OpenShiftManagedClustersClient
func NewOpenShiftManagedClustersClient ¶
func NewOpenShiftManagedClustersClient(subscriptionID string) OpenShiftManagedClustersClient
func NewOpenShiftManagedClustersClientWithBaseURI ¶
func NewOpenShiftManagedClustersClientWithBaseURI(baseURI string, subscriptionID string) OpenShiftManagedClustersClient
type OpenShiftManagedClustersCreateOrUpdateFuture ¶
type OpenShiftManagedClustersCreateOrUpdateFuture = original.OpenShiftManagedClustersCreateOrUpdateFuture
type OpenShiftManagedClustersDeleteFuture ¶
type OpenShiftManagedClustersDeleteFuture = original.OpenShiftManagedClustersDeleteFuture
type OpenShiftManagedClustersUpdateTagsFuture ¶
type OpenShiftManagedClustersUpdateTagsFuture = original.OpenShiftManagedClustersUpdateTagsFuture
type OpenShiftRouterProfile ¶
type OpenShiftRouterProfile = original.OpenShiftRouterProfile
type OperationListResult ¶
type OperationListResult = original.OperationListResult
type OperationValue ¶
type OperationValue = original.OperationValue
type OperationValueDisplay ¶
type OperationValueDisplay = original.OperationValueDisplay
type OperationsClient ¶
type OperationsClient = original.OperationsClient
func NewOperationsClient ¶
func NewOperationsClient(subscriptionID string) OperationsClient
func NewOperationsClientWithBaseURI ¶
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
type OrchestratorProfile ¶
type OrchestratorProfile = original.OrchestratorProfile
type OrchestratorProfileType ¶
type OrchestratorProfileType = original.OrchestratorProfileType
type OrchestratorTypes ¶
type OrchestratorTypes = original.OrchestratorTypes
const ( Custom OrchestratorTypes = original.Custom DCOS OrchestratorTypes = original.DCOS DockerCE OrchestratorTypes = original.DockerCE Kubernetes OrchestratorTypes = original.Kubernetes Swarm OrchestratorTypes = original.Swarm )
func PossibleOrchestratorTypesValues ¶
func PossibleOrchestratorTypesValues() []OrchestratorTypes
type OrchestratorVersionProfile ¶
type OrchestratorVersionProfile = original.OrchestratorVersionProfile
type OrchestratorVersionProfileListResult ¶
type OrchestratorVersionProfileListResult = original.OrchestratorVersionProfileListResult
type OrchestratorVersionProfileProperties ¶
type OrchestratorVersionProfileProperties = original.OrchestratorVersionProfileProperties
type OutboundType ¶
type OutboundType = original.OutboundType
const ( LoadBalancer OutboundType = original.LoadBalancer UserDefinedRouting OutboundType = original.UserDefinedRouting )
func PossibleOutboundTypeValues ¶
func PossibleOutboundTypeValues() []OutboundType
type PrivateEndpoint ¶
type PrivateEndpoint = original.PrivateEndpoint
type PrivateEndpointConnection ¶
type PrivateEndpointConnection = original.PrivateEndpointConnection
type PrivateEndpointConnectionListResult ¶
type PrivateEndpointConnectionListResult = original.PrivateEndpointConnectionListResult
type PrivateEndpointConnectionProperties ¶
type PrivateEndpointConnectionProperties = original.PrivateEndpointConnectionProperties
type PrivateEndpointConnectionProvisioningState ¶
type PrivateEndpointConnectionProvisioningState = original.PrivateEndpointConnectionProvisioningState
const ( Creating PrivateEndpointConnectionProvisioningState = original.Creating Deleting PrivateEndpointConnectionProvisioningState = original.Deleting Failed PrivateEndpointConnectionProvisioningState = original.Failed Succeeded PrivateEndpointConnectionProvisioningState = original.Succeeded )
func PossiblePrivateEndpointConnectionProvisioningStateValues ¶
func PossiblePrivateEndpointConnectionProvisioningStateValues() []PrivateEndpointConnectionProvisioningState
type PrivateEndpointConnectionsClient ¶
type PrivateEndpointConnectionsClient = original.PrivateEndpointConnectionsClient
func NewPrivateEndpointConnectionsClient ¶
func NewPrivateEndpointConnectionsClient(subscriptionID string) PrivateEndpointConnectionsClient
func NewPrivateEndpointConnectionsClientWithBaseURI ¶
func NewPrivateEndpointConnectionsClientWithBaseURI(baseURI string, subscriptionID string) PrivateEndpointConnectionsClient
type PrivateEndpointConnectionsDeleteFuture ¶
type PrivateEndpointConnectionsDeleteFuture = original.PrivateEndpointConnectionsDeleteFuture
type PrivateLinkServiceConnectionState ¶
type PrivateLinkServiceConnectionState = original.PrivateLinkServiceConnectionState
type Properties ¶
type Properties = original.Properties
type PurchasePlan ¶
type PurchasePlan = original.PurchasePlan
type ResourceIdentityType ¶
type ResourceIdentityType = original.ResourceIdentityType
const ( ResourceIdentityTypeNone ResourceIdentityType = original.ResourceIdentityTypeNone ResourceIdentityTypeSystemAssigned ResourceIdentityType = original.ResourceIdentityTypeSystemAssigned ResourceIdentityTypeUserAssigned ResourceIdentityType = original.ResourceIdentityTypeUserAssigned )
func PossibleResourceIdentityTypeValues ¶
func PossibleResourceIdentityTypeValues() []ResourceIdentityType
type ResourceReference ¶
type ResourceReference = original.ResourceReference
type SSHConfiguration ¶
type SSHConfiguration = original.SSHConfiguration
type SSHPublicKey ¶
type SSHPublicKey = original.SSHPublicKey
type ScaleSetEvictionPolicy ¶
type ScaleSetEvictionPolicy = original.ScaleSetEvictionPolicy
const ( Deallocate ScaleSetEvictionPolicy = original.Deallocate Delete ScaleSetEvictionPolicy = original.Delete )
func PossibleScaleSetEvictionPolicyValues ¶
func PossibleScaleSetEvictionPolicyValues() []ScaleSetEvictionPolicy
type ScaleSetPriority ¶
type ScaleSetPriority = original.ScaleSetPriority
const ( Regular ScaleSetPriority = original.Regular Spot ScaleSetPriority = original.Spot )
func PossibleScaleSetPriorityValues ¶
func PossibleScaleSetPriorityValues() []ScaleSetPriority
type ServicePrincipalProfile ¶
type ServicePrincipalProfile = original.ServicePrincipalProfile
type StorageProfileTypes ¶
type StorageProfileTypes = original.StorageProfileTypes
const ( ManagedDisks StorageProfileTypes = original.ManagedDisks StorageAccount StorageProfileTypes = original.StorageAccount )
func PossibleStorageProfileTypesValues ¶
func PossibleStorageProfileTypesValues() []StorageProfileTypes
type SubResource ¶
type SubResource = original.SubResource
type TagsObject ¶
type TagsObject = original.TagsObject
type UserAssignedIdentity ¶
type UserAssignedIdentity = original.UserAssignedIdentity
type VMDiagnostics ¶
type VMDiagnostics = original.VMDiagnostics
type VMSizeTypes ¶
type VMSizeTypes = original.VMSizeTypes
const ( VMSizeTypesStandardA1 VMSizeTypes = original.VMSizeTypesStandardA1 VMSizeTypesStandardA10 VMSizeTypes = original.VMSizeTypesStandardA10 VMSizeTypesStandardA11 VMSizeTypes = original.VMSizeTypesStandardA11 VMSizeTypesStandardA1V2 VMSizeTypes = original.VMSizeTypesStandardA1V2 VMSizeTypesStandardA2 VMSizeTypes = original.VMSizeTypesStandardA2 VMSizeTypesStandardA2mV2 VMSizeTypes = original.VMSizeTypesStandardA2mV2 VMSizeTypesStandardA2V2 VMSizeTypes = original.VMSizeTypesStandardA2V2 VMSizeTypesStandardA3 VMSizeTypes = original.VMSizeTypesStandardA3 VMSizeTypesStandardA4 VMSizeTypes = original.VMSizeTypesStandardA4 VMSizeTypesStandardA4mV2 VMSizeTypes = original.VMSizeTypesStandardA4mV2 VMSizeTypesStandardA4V2 VMSizeTypes = original.VMSizeTypesStandardA4V2 VMSizeTypesStandardA5 VMSizeTypes = original.VMSizeTypesStandardA5 VMSizeTypesStandardA6 VMSizeTypes = original.VMSizeTypesStandardA6 VMSizeTypesStandardA7 VMSizeTypes = original.VMSizeTypesStandardA7 VMSizeTypesStandardA8 VMSizeTypes = original.VMSizeTypesStandardA8 VMSizeTypesStandardA8mV2 VMSizeTypes = original.VMSizeTypesStandardA8mV2 VMSizeTypesStandardA8V2 VMSizeTypes = original.VMSizeTypesStandardA8V2 VMSizeTypesStandardA9 VMSizeTypes = original.VMSizeTypesStandardA9 VMSizeTypesStandardB2ms VMSizeTypes = original.VMSizeTypesStandardB2ms VMSizeTypesStandardB2s VMSizeTypes = original.VMSizeTypesStandardB2s VMSizeTypesStandardB4ms VMSizeTypes = original.VMSizeTypesStandardB4ms VMSizeTypesStandardB8ms VMSizeTypes = original.VMSizeTypesStandardB8ms VMSizeTypesStandardD1 VMSizeTypes = original.VMSizeTypesStandardD1 VMSizeTypesStandardD11 VMSizeTypes = original.VMSizeTypesStandardD11 VMSizeTypesStandardD11V2 VMSizeTypes = original.VMSizeTypesStandardD11V2 VMSizeTypesStandardD11V2Promo VMSizeTypes = original.VMSizeTypesStandardD11V2Promo VMSizeTypesStandardD12 VMSizeTypes = original.VMSizeTypesStandardD12 VMSizeTypesStandardD12V2 VMSizeTypes = original.VMSizeTypesStandardD12V2 VMSizeTypesStandardD12V2Promo VMSizeTypes = original.VMSizeTypesStandardD12V2Promo VMSizeTypesStandardD13 VMSizeTypes = original.VMSizeTypesStandardD13 VMSizeTypesStandardD13V2 VMSizeTypes = original.VMSizeTypesStandardD13V2 VMSizeTypesStandardD13V2Promo VMSizeTypes = original.VMSizeTypesStandardD13V2Promo VMSizeTypesStandardD14 VMSizeTypes = original.VMSizeTypesStandardD14 VMSizeTypesStandardD14V2 VMSizeTypes = original.VMSizeTypesStandardD14V2 VMSizeTypesStandardD14V2Promo VMSizeTypes = original.VMSizeTypesStandardD14V2Promo VMSizeTypesStandardD15V2 VMSizeTypes = original.VMSizeTypesStandardD15V2 VMSizeTypesStandardD16sV3 VMSizeTypes = original.VMSizeTypesStandardD16sV3 VMSizeTypesStandardD16V3 VMSizeTypes = original.VMSizeTypesStandardD16V3 VMSizeTypesStandardD1V2 VMSizeTypes = original.VMSizeTypesStandardD1V2 VMSizeTypesStandardD2 VMSizeTypes = original.VMSizeTypesStandardD2 VMSizeTypesStandardD2sV3 VMSizeTypes = original.VMSizeTypesStandardD2sV3 VMSizeTypesStandardD2V2 VMSizeTypes = original.VMSizeTypesStandardD2V2 VMSizeTypesStandardD2V2Promo VMSizeTypes = original.VMSizeTypesStandardD2V2Promo VMSizeTypesStandardD2V3 VMSizeTypes = original.VMSizeTypesStandardD2V3 VMSizeTypesStandardD3 VMSizeTypes = original.VMSizeTypesStandardD3 VMSizeTypesStandardD32sV3 VMSizeTypes = original.VMSizeTypesStandardD32sV3 VMSizeTypesStandardD32V3 VMSizeTypes = original.VMSizeTypesStandardD32V3 VMSizeTypesStandardD3V2 VMSizeTypes = original.VMSizeTypesStandardD3V2 VMSizeTypesStandardD3V2Promo VMSizeTypes = original.VMSizeTypesStandardD3V2Promo VMSizeTypesStandardD4 VMSizeTypes = original.VMSizeTypesStandardD4 VMSizeTypesStandardD4sV3 VMSizeTypes = original.VMSizeTypesStandardD4sV3 VMSizeTypesStandardD4V2 VMSizeTypes = original.VMSizeTypesStandardD4V2 VMSizeTypesStandardD4V2Promo VMSizeTypes = original.VMSizeTypesStandardD4V2Promo VMSizeTypesStandardD4V3 VMSizeTypes = original.VMSizeTypesStandardD4V3 VMSizeTypesStandardD5V2 VMSizeTypes = original.VMSizeTypesStandardD5V2 VMSizeTypesStandardD5V2Promo VMSizeTypes = original.VMSizeTypesStandardD5V2Promo VMSizeTypesStandardD64sV3 VMSizeTypes = original.VMSizeTypesStandardD64sV3 VMSizeTypesStandardD64V3 VMSizeTypes = original.VMSizeTypesStandardD64V3 VMSizeTypesStandardD8sV3 VMSizeTypes = original.VMSizeTypesStandardD8sV3 VMSizeTypesStandardD8V3 VMSizeTypes = original.VMSizeTypesStandardD8V3 VMSizeTypesStandardDS1 VMSizeTypes = original.VMSizeTypesStandardDS1 VMSizeTypesStandardDS11 VMSizeTypes = original.VMSizeTypesStandardDS11 VMSizeTypesStandardDS11V2 VMSizeTypes = original.VMSizeTypesStandardDS11V2 VMSizeTypesStandardDS11V2Promo VMSizeTypes = original.VMSizeTypesStandardDS11V2Promo VMSizeTypesStandardDS12 VMSizeTypes = original.VMSizeTypesStandardDS12 VMSizeTypesStandardDS12V2 VMSizeTypes = original.VMSizeTypesStandardDS12V2 VMSizeTypesStandardDS12V2Promo VMSizeTypes = original.VMSizeTypesStandardDS12V2Promo VMSizeTypesStandardDS13 VMSizeTypes = original.VMSizeTypesStandardDS13 VMSizeTypesStandardDS132V2 VMSizeTypes = original.VMSizeTypesStandardDS132V2 VMSizeTypesStandardDS134V2 VMSizeTypes = original.VMSizeTypesStandardDS134V2 VMSizeTypesStandardDS13V2 VMSizeTypes = original.VMSizeTypesStandardDS13V2 VMSizeTypesStandardDS13V2Promo VMSizeTypes = original.VMSizeTypesStandardDS13V2Promo VMSizeTypesStandardDS14 VMSizeTypes = original.VMSizeTypesStandardDS14 VMSizeTypesStandardDS144V2 VMSizeTypes = original.VMSizeTypesStandardDS144V2 VMSizeTypesStandardDS148V2 VMSizeTypes = original.VMSizeTypesStandardDS148V2 VMSizeTypesStandardDS14V2 VMSizeTypes = original.VMSizeTypesStandardDS14V2 VMSizeTypesStandardDS14V2Promo VMSizeTypes = original.VMSizeTypesStandardDS14V2Promo VMSizeTypesStandardDS15V2 VMSizeTypes = original.VMSizeTypesStandardDS15V2 VMSizeTypesStandardDS1V2 VMSizeTypes = original.VMSizeTypesStandardDS1V2 VMSizeTypesStandardDS2 VMSizeTypes = original.VMSizeTypesStandardDS2 VMSizeTypesStandardDS2V2 VMSizeTypes = original.VMSizeTypesStandardDS2V2 VMSizeTypesStandardDS2V2Promo VMSizeTypes = original.VMSizeTypesStandardDS2V2Promo VMSizeTypesStandardDS3 VMSizeTypes = original.VMSizeTypesStandardDS3 VMSizeTypesStandardDS3V2 VMSizeTypes = original.VMSizeTypesStandardDS3V2 VMSizeTypesStandardDS3V2Promo VMSizeTypes = original.VMSizeTypesStandardDS3V2Promo VMSizeTypesStandardDS4 VMSizeTypes = original.VMSizeTypesStandardDS4 VMSizeTypesStandardDS4V2 VMSizeTypes = original.VMSizeTypesStandardDS4V2 VMSizeTypesStandardDS4V2Promo VMSizeTypes = original.VMSizeTypesStandardDS4V2Promo VMSizeTypesStandardDS5V2 VMSizeTypes = original.VMSizeTypesStandardDS5V2 VMSizeTypesStandardDS5V2Promo VMSizeTypes = original.VMSizeTypesStandardDS5V2Promo VMSizeTypesStandardE16sV3 VMSizeTypes = original.VMSizeTypesStandardE16sV3 VMSizeTypesStandardE16V3 VMSizeTypes = original.VMSizeTypesStandardE16V3 VMSizeTypesStandardE2sV3 VMSizeTypes = original.VMSizeTypesStandardE2sV3 VMSizeTypesStandardE2V3 VMSizeTypes = original.VMSizeTypesStandardE2V3 VMSizeTypesStandardE3216sV3 VMSizeTypes = original.VMSizeTypesStandardE3216sV3 VMSizeTypesStandardE328sV3 VMSizeTypes = original.VMSizeTypesStandardE328sV3 VMSizeTypesStandardE32sV3 VMSizeTypes = original.VMSizeTypesStandardE32sV3 VMSizeTypesStandardE32V3 VMSizeTypes = original.VMSizeTypesStandardE32V3 VMSizeTypesStandardE4sV3 VMSizeTypes = original.VMSizeTypesStandardE4sV3 VMSizeTypesStandardE4V3 VMSizeTypes = original.VMSizeTypesStandardE4V3 VMSizeTypesStandardE6416sV3 VMSizeTypes = original.VMSizeTypesStandardE6416sV3 VMSizeTypesStandardE6432sV3 VMSizeTypes = original.VMSizeTypesStandardE6432sV3 VMSizeTypesStandardE64sV3 VMSizeTypes = original.VMSizeTypesStandardE64sV3 VMSizeTypesStandardE64V3 VMSizeTypes = original.VMSizeTypesStandardE64V3 VMSizeTypesStandardE8sV3 VMSizeTypes = original.VMSizeTypesStandardE8sV3 VMSizeTypesStandardE8V3 VMSizeTypes = original.VMSizeTypesStandardE8V3 VMSizeTypesStandardF1 VMSizeTypes = original.VMSizeTypesStandardF1 VMSizeTypesStandardF16 VMSizeTypes = original.VMSizeTypesStandardF16 VMSizeTypesStandardF16s VMSizeTypes = original.VMSizeTypesStandardF16s VMSizeTypesStandardF16sV2 VMSizeTypes = original.VMSizeTypesStandardF16sV2 VMSizeTypesStandardF1s VMSizeTypes = original.VMSizeTypesStandardF1s VMSizeTypesStandardF2 VMSizeTypes = original.VMSizeTypesStandardF2 VMSizeTypesStandardF2s VMSizeTypes = original.VMSizeTypesStandardF2s VMSizeTypesStandardF2sV2 VMSizeTypes = original.VMSizeTypesStandardF2sV2 VMSizeTypesStandardF32sV2 VMSizeTypes = original.VMSizeTypesStandardF32sV2 VMSizeTypesStandardF4 VMSizeTypes = original.VMSizeTypesStandardF4 VMSizeTypesStandardF4s VMSizeTypes = original.VMSizeTypesStandardF4s VMSizeTypesStandardF4sV2 VMSizeTypes = original.VMSizeTypesStandardF4sV2 VMSizeTypesStandardF64sV2 VMSizeTypes = original.VMSizeTypesStandardF64sV2 VMSizeTypesStandardF72sV2 VMSizeTypes = original.VMSizeTypesStandardF72sV2 VMSizeTypesStandardF8 VMSizeTypes = original.VMSizeTypesStandardF8 VMSizeTypesStandardF8s VMSizeTypes = original.VMSizeTypesStandardF8s VMSizeTypesStandardF8sV2 VMSizeTypes = original.VMSizeTypesStandardF8sV2 VMSizeTypesStandardG1 VMSizeTypes = original.VMSizeTypesStandardG1 VMSizeTypesStandardG2 VMSizeTypes = original.VMSizeTypesStandardG2 VMSizeTypesStandardG3 VMSizeTypes = original.VMSizeTypesStandardG3 VMSizeTypesStandardG4 VMSizeTypes = original.VMSizeTypesStandardG4 VMSizeTypesStandardG5 VMSizeTypes = original.VMSizeTypesStandardG5 VMSizeTypesStandardGS1 VMSizeTypes = original.VMSizeTypesStandardGS1 VMSizeTypesStandardGS2 VMSizeTypes = original.VMSizeTypesStandardGS2 VMSizeTypesStandardGS3 VMSizeTypes = original.VMSizeTypesStandardGS3 VMSizeTypesStandardGS4 VMSizeTypes = original.VMSizeTypesStandardGS4 VMSizeTypesStandardGS44 VMSizeTypes = original.VMSizeTypesStandardGS44 VMSizeTypesStandardGS48 VMSizeTypes = original.VMSizeTypesStandardGS48 VMSizeTypesStandardGS5 VMSizeTypes = original.VMSizeTypesStandardGS5 VMSizeTypesStandardGS516 VMSizeTypes = original.VMSizeTypesStandardGS516 VMSizeTypesStandardGS58 VMSizeTypes = original.VMSizeTypesStandardGS58 VMSizeTypesStandardH16 VMSizeTypes = original.VMSizeTypesStandardH16 VMSizeTypesStandardH16m VMSizeTypes = original.VMSizeTypesStandardH16m VMSizeTypesStandardH16mr VMSizeTypes = original.VMSizeTypesStandardH16mr VMSizeTypesStandardH16r VMSizeTypes = original.VMSizeTypesStandardH16r VMSizeTypesStandardH8 VMSizeTypes = original.VMSizeTypesStandardH8 VMSizeTypesStandardH8m VMSizeTypes = original.VMSizeTypesStandardH8m VMSizeTypesStandardL16s VMSizeTypes = original.VMSizeTypesStandardL16s VMSizeTypesStandardL32s VMSizeTypes = original.VMSizeTypesStandardL32s VMSizeTypesStandardL4s VMSizeTypes = original.VMSizeTypesStandardL4s VMSizeTypesStandardL8s VMSizeTypes = original.VMSizeTypesStandardL8s VMSizeTypesStandardM12832ms VMSizeTypes = original.VMSizeTypesStandardM12832ms VMSizeTypesStandardM12864ms VMSizeTypes = original.VMSizeTypesStandardM12864ms VMSizeTypesStandardM128ms VMSizeTypes = original.VMSizeTypesStandardM128ms VMSizeTypesStandardM128s VMSizeTypes = original.VMSizeTypesStandardM128s VMSizeTypesStandardM6416ms VMSizeTypes = original.VMSizeTypesStandardM6416ms VMSizeTypesStandardM6432ms VMSizeTypes = original.VMSizeTypesStandardM6432ms VMSizeTypesStandardM64ms VMSizeTypes = original.VMSizeTypesStandardM64ms VMSizeTypesStandardM64s VMSizeTypes = original.VMSizeTypesStandardM64s VMSizeTypesStandardNC12 VMSizeTypes = original.VMSizeTypesStandardNC12 VMSizeTypesStandardNC12sV2 VMSizeTypes = original.VMSizeTypesStandardNC12sV2 VMSizeTypesStandardNC12sV3 VMSizeTypes = original.VMSizeTypesStandardNC12sV3 VMSizeTypesStandardNC24 VMSizeTypes = original.VMSizeTypesStandardNC24 VMSizeTypesStandardNC24r VMSizeTypes = original.VMSizeTypesStandardNC24r VMSizeTypesStandardNC24rsV2 VMSizeTypes = original.VMSizeTypesStandardNC24rsV2 VMSizeTypesStandardNC24rsV3 VMSizeTypes = original.VMSizeTypesStandardNC24rsV3 VMSizeTypesStandardNC24sV2 VMSizeTypes = original.VMSizeTypesStandardNC24sV2 VMSizeTypesStandardNC24sV3 VMSizeTypes = original.VMSizeTypesStandardNC24sV3 VMSizeTypesStandardNC6 VMSizeTypes = original.VMSizeTypesStandardNC6 VMSizeTypesStandardNC6sV2 VMSizeTypes = original.VMSizeTypesStandardNC6sV2 VMSizeTypesStandardNC6sV3 VMSizeTypes = original.VMSizeTypesStandardNC6sV3 VMSizeTypesStandardND12s VMSizeTypes = original.VMSizeTypesStandardND12s VMSizeTypesStandardND24rs VMSizeTypes = original.VMSizeTypesStandardND24rs VMSizeTypesStandardND24s VMSizeTypes = original.VMSizeTypesStandardND24s VMSizeTypesStandardND6s VMSizeTypes = original.VMSizeTypesStandardND6s VMSizeTypesStandardNV12 VMSizeTypes = original.VMSizeTypesStandardNV12 VMSizeTypesStandardNV24 VMSizeTypes = original.VMSizeTypesStandardNV24 VMSizeTypesStandardNV6 VMSizeTypes = original.VMSizeTypesStandardNV6 )
func PossibleVMSizeTypesValues ¶
func PossibleVMSizeTypesValues() []VMSizeTypes
type WindowsProfile ¶
type WindowsProfile = original.WindowsProfile
Click to show internal directories.
Click to hide internal directories.