containerservice

package
v60.3.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 23, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultBaseURI = original.DefaultBaseURI
)

Variables

This section is empty.

Functions

func UserAgent

func UserAgent() string

func Version

func Version() string

Types

type AccessProfile

type AccessProfile = original.AccessProfile

type AgentPool

type AgentPool = original.AgentPool

type AgentPoolAvailableVersions

type AgentPoolAvailableVersions = original.AgentPoolAvailableVersions

type AgentPoolListResult

type AgentPoolListResult = original.AgentPoolListResult

type AgentPoolMode

type AgentPoolMode = original.AgentPoolMode
const (
	AgentPoolModeSystem AgentPoolMode = original.AgentPoolModeSystem
	AgentPoolModeUser   AgentPoolMode = original.AgentPoolModeUser
)

func PossibleAgentPoolModeValues

func PossibleAgentPoolModeValues() []AgentPoolMode

type AgentPoolType

type AgentPoolType = original.AgentPoolType
const (
	AgentPoolTypeAvailabilitySet         AgentPoolType = original.AgentPoolTypeAvailabilitySet
	AgentPoolTypeVirtualMachineScaleSets AgentPoolType = original.AgentPoolTypeVirtualMachineScaleSets
)

func PossibleAgentPoolTypeValues

func PossibleAgentPoolTypeValues() []AgentPoolType

type AgentPoolUpgradeProfile

type AgentPoolUpgradeProfile = original.AgentPoolUpgradeProfile

type AgentPoolUpgradeProfileProperties

type AgentPoolUpgradeProfileProperties = original.AgentPoolUpgradeProfileProperties

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 CloudError

type CloudError = original.CloudError

type CloudErrorBody

type CloudErrorBody = original.CloudErrorBody

type Code

type Code = original.Code
const (
	CodeRunning Code = original.CodeRunning
	CodeStopped Code = original.CodeStopped
)

func PossibleCodeValues

func PossibleCodeValues() []Code

type CommandResultProperties

type CommandResultProperties = original.CommandResultProperties

type ConnectionStatus

type ConnectionStatus = original.ConnectionStatus
const (
	ConnectionStatusApproved     ConnectionStatus = original.ConnectionStatusApproved
	ConnectionStatusDisconnected ConnectionStatus = original.ConnectionStatusDisconnected
	ConnectionStatusPending      ConnectionStatus = original.ConnectionStatusPending
	ConnectionStatusRejected     ConnectionStatus = original.ConnectionStatusRejected
)

func PossibleConnectionStatusValues

func PossibleConnectionStatusValues() []ConnectionStatus

type CreatedByType

type CreatedByType = original.CreatedByType
const (
	CreatedByTypeApplication     CreatedByType = original.CreatedByTypeApplication
	CreatedByTypeKey             CreatedByType = original.CreatedByTypeKey
	CreatedByTypeManagedIdentity CreatedByType = original.CreatedByTypeManagedIdentity
	CreatedByTypeUser            CreatedByType = original.CreatedByTypeUser
)

func PossibleCreatedByTypeValues

func PossibleCreatedByTypeValues() []CreatedByType

type CreationData

type CreationData = original.CreationData

type CredentialResult

type CredentialResult = original.CredentialResult

type CredentialResults

type CredentialResults = original.CredentialResults

type DiagnosticsProfile

type DiagnosticsProfile = original.DiagnosticsProfile

type EndpointDependency

type EndpointDependency = original.EndpointDependency

type EndpointDetail

type EndpointDetail = original.EndpointDetail

type Expander

type Expander = original.Expander
const (
	ExpanderLeastWaste Expander = original.ExpanderLeastWaste
	ExpanderMostPods   Expander = original.ExpanderMostPods
	ExpanderPriority   Expander = original.ExpanderPriority
	ExpanderRandom     Expander = original.ExpanderRandom
)

func PossibleExpanderValues

func PossibleExpanderValues() []Expander

type ExtendedLocation

type ExtendedLocation = original.ExtendedLocation

type ExtendedLocationTypes

type ExtendedLocationTypes = original.ExtendedLocationTypes
const (
	ExtendedLocationTypesEdgeZone ExtendedLocationTypes = original.ExtendedLocationTypesEdgeZone
)

func PossibleExtendedLocationTypesValues

func PossibleExtendedLocationTypesValues() []ExtendedLocationTypes

type GPUInstanceProfile

type GPUInstanceProfile = original.GPUInstanceProfile

func PossibleGPUInstanceProfileValues

func PossibleGPUInstanceProfileValues() []GPUInstanceProfile

type IPFamily

type IPFamily = original.IPFamily
const (
	IPFamilyIPv4 IPFamily = original.IPFamilyIPv4
	IPFamilyIPv6 IPFamily = original.IPFamilyIPv6
)

func PossibleIPFamilyValues

func PossibleIPFamilyValues() []IPFamily

type KubeletConfig

type KubeletConfig = original.KubeletConfig

type KubeletDiskType

type KubeletDiskType = original.KubeletDiskType
const (
	KubeletDiskTypeOS        KubeletDiskType = original.KubeletDiskTypeOS
	KubeletDiskTypeTemporary KubeletDiskType = original.KubeletDiskTypeTemporary
)

func PossibleKubeletDiskTypeValues

func PossibleKubeletDiskTypeValues() []KubeletDiskType

type LicenseType

type LicenseType = original.LicenseType
const (
	LicenseTypeNone          LicenseType = original.LicenseTypeNone
	LicenseTypeWindowsServer LicenseType = original.LicenseTypeWindowsServer
)

func PossibleLicenseTypeValues

func PossibleLicenseTypeValues() []LicenseType

type LinuxOSConfig

type LinuxOSConfig = original.LinuxOSConfig

type LinuxProfile

type LinuxProfile = original.LinuxProfile

type LoadBalancerSku

type LoadBalancerSku = original.LoadBalancerSku
const (
	LoadBalancerSkuBasic    LoadBalancerSku = original.LoadBalancerSkuBasic
	LoadBalancerSkuStandard LoadBalancerSku = original.LoadBalancerSkuStandard
)

func PossibleLoadBalancerSkuValues

func PossibleLoadBalancerSkuValues() []LoadBalancerSku

type MaintenanceConfiguration

type MaintenanceConfiguration = original.MaintenanceConfiguration

type MaintenanceConfigurationListResult

type MaintenanceConfigurationListResult = original.MaintenanceConfigurationListResult

type MaintenanceConfigurationProperties

type MaintenanceConfigurationProperties = original.MaintenanceConfigurationProperties

type MaintenanceConfigurationsClient

type MaintenanceConfigurationsClient = original.MaintenanceConfigurationsClient

func NewMaintenanceConfigurationsClient

func NewMaintenanceConfigurationsClient(subscriptionID string) MaintenanceConfigurationsClient

func NewMaintenanceConfigurationsClientWithBaseURI

func NewMaintenanceConfigurationsClientWithBaseURI(baseURI string, subscriptionID string) MaintenanceConfigurationsClient

type ManagedCluster

type ManagedCluster = original.ManagedCluster

type ManagedClusterAADProfile

type ManagedClusterAADProfile = original.ManagedClusterAADProfile

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 ManagedClusterAutoUpgradeProfile

type ManagedClusterAutoUpgradeProfile = original.ManagedClusterAutoUpgradeProfile

type ManagedClusterHTTPProxyConfig

type ManagedClusterHTTPProxyConfig = original.ManagedClusterHTTPProxyConfig

type ManagedClusterIdentity

type ManagedClusterIdentity = original.ManagedClusterIdentity

type ManagedClusterListResult

type ManagedClusterListResult = original.ManagedClusterListResult

type ManagedClusterLoadBalancerProfile

type ManagedClusterLoadBalancerProfile = original.ManagedClusterLoadBalancerProfile

type ManagedClusterNATGatewayProfile

type ManagedClusterNATGatewayProfile = original.ManagedClusterNATGatewayProfile

type ManagedClusterPodIdentity

type ManagedClusterPodIdentity = original.ManagedClusterPodIdentity

type ManagedClusterPodIdentityException

type ManagedClusterPodIdentityException = original.ManagedClusterPodIdentityException

type ManagedClusterPodIdentityProfile

type ManagedClusterPodIdentityProfile = original.ManagedClusterPodIdentityProfile

type ManagedClusterPoolUpgradeProfile

type ManagedClusterPoolUpgradeProfile = original.ManagedClusterPoolUpgradeProfile

type ManagedClusterProperties

type ManagedClusterProperties = original.ManagedClusterProperties

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 (
	ManagedClusterSKUTierFree ManagedClusterSKUTier = original.ManagedClusterSKUTierFree
	ManagedClusterSKUTierPaid ManagedClusterSKUTier = original.ManagedClusterSKUTierPaid
)

func PossibleManagedClusterSKUTierValues

func PossibleManagedClusterSKUTierValues() []ManagedClusterSKUTier

type ManagedClusterSecurityProfile

type ManagedClusterSecurityProfile = original.ManagedClusterSecurityProfile

type ManagedClusterUpgradeProfile

type ManagedClusterUpgradeProfile = original.ManagedClusterUpgradeProfile

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 ManagedClustersDeleteFuture

type ManagedClustersDeleteFuture = original.ManagedClustersDeleteFuture

type ManagedClustersRunCommandFuture

type ManagedClustersRunCommandFuture = original.ManagedClustersRunCommandFuture

type ManagedClustersStartFuture

type ManagedClustersStartFuture = original.ManagedClustersStartFuture

type ManagedClustersStopFuture

type ManagedClustersStopFuture = original.ManagedClustersStopFuture

type ManagedClustersUpdateTagsFuture

type ManagedClustersUpdateTagsFuture = original.ManagedClustersUpdateTagsFuture

type MasterProfile

type MasterProfile = original.MasterProfile

type NetworkMode

type NetworkMode = original.NetworkMode
const (
	NetworkModeBridge      NetworkMode = original.NetworkModeBridge
	NetworkModeTransparent NetworkMode = original.NetworkModeTransparent
)

func PossibleNetworkModeValues

func PossibleNetworkModeValues() []NetworkMode

type NetworkPlugin

type NetworkPlugin = original.NetworkPlugin
const (
	NetworkPluginAzure   NetworkPlugin = original.NetworkPluginAzure
	NetworkPluginKubenet NetworkPlugin = original.NetworkPluginKubenet
)

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 OSDiskType

type OSDiskType = original.OSDiskType
const (
	OSDiskTypeEphemeral OSDiskType = original.OSDiskTypeEphemeral
	OSDiskTypeManaged   OSDiskType = original.OSDiskTypeManaged
)

func PossibleOSDiskTypeValues

func PossibleOSDiskTypeValues() []OSDiskType

type OSOptionProfile

type OSOptionProfile = original.OSOptionProfile

type OSOptionProperty

type OSOptionProperty = original.OSOptionProperty

type OSOptionPropertyList

type OSOptionPropertyList = original.OSOptionPropertyList

type OSSKU

type OSSKU = original.OSSKU
const (
	OSSKUCBLMariner OSSKU = original.OSSKUCBLMariner
	OSSKUUbuntu     OSSKU = original.OSSKUUbuntu
)

func PossibleOSSKUValues

func PossibleOSSKUValues() []OSSKU

type OSType

type OSType = original.OSType
const (
	OSTypeLinux   OSType = original.OSTypeLinux
	OSTypeWindows OSType = original.OSTypeWindows
)

func PossibleOSTypeValues

func PossibleOSTypeValues() []OSType

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 OutboundEnvironmentEndpoint

type OutboundEnvironmentEndpoint = original.OutboundEnvironmentEndpoint

type OutboundType

type OutboundType = original.OutboundType
const (
	OutboundTypeLoadBalancer           OutboundType = original.OutboundTypeLoadBalancer
	OutboundTypeManagedNATGateway      OutboundType = original.OutboundTypeManagedNATGateway
	OutboundTypeUserAssignedNATGateway OutboundType = original.OutboundTypeUserAssignedNATGateway
	OutboundTypeUserDefinedRouting     OutboundType = original.OutboundTypeUserDefinedRouting
)

func PossibleOutboundTypeValues

func PossibleOutboundTypeValues() []OutboundType

type PowerState

type PowerState = original.PowerState

type PrivateEndpoint

type PrivateEndpoint = original.PrivateEndpoint

type PrivateEndpointConnection

type PrivateEndpointConnection = original.PrivateEndpointConnection

type PrivateEndpointConnectionsClient

type PrivateEndpointConnectionsClient = original.PrivateEndpointConnectionsClient

func NewPrivateEndpointConnectionsClient

func NewPrivateEndpointConnectionsClient(subscriptionID string) PrivateEndpointConnectionsClient

func NewPrivateEndpointConnectionsClientWithBaseURI

func NewPrivateEndpointConnectionsClientWithBaseURI(baseURI string, subscriptionID string) PrivateEndpointConnectionsClient

type PrivateLinkResource

type PrivateLinkResource = original.PrivateLinkResource

type PrivateLinkResourcesClient

type PrivateLinkResourcesClient = original.PrivateLinkResourcesClient

func NewPrivateLinkResourcesClient

func NewPrivateLinkResourcesClient(subscriptionID string) PrivateLinkResourcesClient

func NewPrivateLinkResourcesClientWithBaseURI

func NewPrivateLinkResourcesClientWithBaseURI(baseURI string, subscriptionID string) PrivateLinkResourcesClient

type PrivateLinkResourcesListResult

type PrivateLinkResourcesListResult = original.PrivateLinkResourcesListResult

type PrivateLinkServiceConnectionState

type PrivateLinkServiceConnectionState = original.PrivateLinkServiceConnectionState

type PublicNetworkAccess

type PublicNetworkAccess = original.PublicNetworkAccess
const (
	PublicNetworkAccessDisabled PublicNetworkAccess = original.PublicNetworkAccessDisabled
	PublicNetworkAccessEnabled  PublicNetworkAccess = original.PublicNetworkAccessEnabled
)

func PossiblePublicNetworkAccessValues

func PossiblePublicNetworkAccessValues() []PublicNetworkAccess

type ResolvePrivateLinkServiceIDClient

type ResolvePrivateLinkServiceIDClient = original.ResolvePrivateLinkServiceIDClient

func NewResolvePrivateLinkServiceIDClient

func NewResolvePrivateLinkServiceIDClient(subscriptionID string) ResolvePrivateLinkServiceIDClient

func NewResolvePrivateLinkServiceIDClientWithBaseURI

func NewResolvePrivateLinkServiceIDClientWithBaseURI(baseURI string, subscriptionID string) ResolvePrivateLinkServiceIDClient

type Resource

type Resource = original.Resource

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 RunCommandRequest

type RunCommandRequest = original.RunCommandRequest

type RunCommandResult

type RunCommandResult = original.RunCommandResult

type SSHConfiguration

type SSHConfiguration = original.SSHConfiguration

type SSHPublicKey

type SSHPublicKey = original.SSHPublicKey

type ScaleDownMode

type ScaleDownMode = original.ScaleDownMode
const (
	ScaleDownModeDeallocate ScaleDownMode = original.ScaleDownModeDeallocate
	ScaleDownModeDelete     ScaleDownMode = original.ScaleDownModeDelete
)

func PossibleScaleDownModeValues

func PossibleScaleDownModeValues() []ScaleDownMode

type ScaleSetEvictionPolicy

type ScaleSetEvictionPolicy = original.ScaleSetEvictionPolicy
const (
	ScaleSetEvictionPolicyDeallocate ScaleSetEvictionPolicy = original.ScaleSetEvictionPolicyDeallocate
	ScaleSetEvictionPolicyDelete     ScaleSetEvictionPolicy = original.ScaleSetEvictionPolicyDelete
)

func PossibleScaleSetEvictionPolicyValues

func PossibleScaleSetEvictionPolicyValues() []ScaleSetEvictionPolicy

type ScaleSetPriority

type ScaleSetPriority = original.ScaleSetPriority
const (
	ScaleSetPriorityRegular ScaleSetPriority = original.ScaleSetPriorityRegular
	ScaleSetPrioritySpot    ScaleSetPriority = original.ScaleSetPrioritySpot
)

func PossibleScaleSetPriorityValues

func PossibleScaleSetPriorityValues() []ScaleSetPriority

type Snapshot

type Snapshot = original.Snapshot

type SnapshotListResult

type SnapshotListResult = original.SnapshotListResult

type SnapshotListResultIterator

type SnapshotListResultIterator = original.SnapshotListResultIterator

type SnapshotProperties

type SnapshotProperties = original.SnapshotProperties

type SnapshotType

type SnapshotType = original.SnapshotType
const (
	SnapshotTypeNodePool SnapshotType = original.SnapshotTypeNodePool
)

func PossibleSnapshotTypeValues

func PossibleSnapshotTypeValues() []SnapshotType

type SnapshotsClient

type SnapshotsClient = original.SnapshotsClient

func NewSnapshotsClient

func NewSnapshotsClient(subscriptionID string) SnapshotsClient

func NewSnapshotsClientWithBaseURI

func NewSnapshotsClientWithBaseURI(baseURI string, subscriptionID string) SnapshotsClient

type StorageProfileTypes

type StorageProfileTypes = original.StorageProfileTypes
const (
	StorageProfileTypesManagedDisks   StorageProfileTypes = original.StorageProfileTypesManagedDisks
	StorageProfileTypesStorageAccount StorageProfileTypes = original.StorageProfileTypesStorageAccount
)

func PossibleStorageProfileTypesValues

func PossibleStorageProfileTypesValues() []StorageProfileTypes

type SubResource

type SubResource = original.SubResource

type SysctlConfig

type SysctlConfig = original.SysctlConfig

type SystemData

type SystemData = original.SystemData

type TagsObject

type TagsObject = original.TagsObject

type TimeInWeek

type TimeInWeek = original.TimeInWeek

type TimeSpan

type TimeSpan = original.TimeSpan

type UpgradeChannel

type UpgradeChannel = original.UpgradeChannel
const (
	UpgradeChannelNodeImage UpgradeChannel = original.UpgradeChannelNodeImage
	UpgradeChannelNone      UpgradeChannel = original.UpgradeChannelNone
	UpgradeChannelPatch     UpgradeChannel = original.UpgradeChannelPatch
	UpgradeChannelRapid     UpgradeChannel = original.UpgradeChannelRapid
	UpgradeChannelStable    UpgradeChannel = original.UpgradeChannelStable
)

func PossibleUpgradeChannelValues

func PossibleUpgradeChannelValues() []UpgradeChannel

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 WeekDay

type WeekDay = original.WeekDay
const (
	WeekDayFriday    WeekDay = original.WeekDayFriday
	WeekDayMonday    WeekDay = original.WeekDayMonday
	WeekDaySaturday  WeekDay = original.WeekDaySaturday
	WeekDaySunday    WeekDay = original.WeekDaySunday
	WeekDayThursday  WeekDay = original.WeekDayThursday
	WeekDayTuesday   WeekDay = original.WeekDayTuesday
	WeekDayWednesday WeekDay = original.WeekDayWednesday
)

func PossibleWeekDayValues

func PossibleWeekDayValues() []WeekDay

type WindowsGmsaProfile

type WindowsGmsaProfile = original.WindowsGmsaProfile

type WorkloadRuntime

type WorkloadRuntime = original.WorkloadRuntime
const (
	WorkloadRuntimeOCIContainer WorkloadRuntime = original.WorkloadRuntimeOCIContainer
	WorkloadRuntimeWasmWasi     WorkloadRuntime = original.WorkloadRuntimeWasmWasi
)

func PossibleWorkloadRuntimeValues

func PossibleWorkloadRuntimeValues() []WorkloadRuntime

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL