Uses of Class
com.azure.resourcemanager.containerservice.models.OSDiskType
Packages that use OSDiskType
Package
Description
Package containing the inner data models for ContainerService.
Package containing the data models for ContainerService.
-
Uses of OSDiskType in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return OSDiskTypeModifier and TypeMethodDescriptionAgentPoolInner.osDiskType()Get the osDiskType property: The OS disk type to be used for machines in the agent pool.ManagedClusterAgentPoolProfileProperties.osDiskType()Get the osDiskType property: The OS disk type to be used for machines in the agent pool.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type OSDiskTypeModifier and TypeMethodDescriptionAgentPoolInner.withOsDiskType(OSDiskType osDiskType) Set the osDiskType property: The OS disk type to be used for machines in the agent pool.ManagedClusterAgentPoolProfileProperties.withOsDiskType(OSDiskType osDiskType) Set the osDiskType property: The OS disk type to be used for machines in the agent pool. -
Uses of OSDiskType in com.azure.resourcemanager.containerservice.models
Subclasses with type arguments of type OSDiskType in com.azure.resourcemanager.containerservice.modelsModifier and TypeClassDescriptionfinal classThe OS disk type to be used for machines in the agent pool.Fields in com.azure.resourcemanager.containerservice.models declared as OSDiskTypeModifier and TypeFieldDescriptionstatic final OSDiskTypeOSDiskType.EPHEMERALEphemeral OS disks are stored only on the host machine, just like a temporary disk.static final OSDiskTypeOSDiskType.MANAGEDAzure replicates the operating system disk for a virtual machine to Azure storage to avoid data loss should the VM need to be relocated to another host.Methods in com.azure.resourcemanager.containerservice.models that return OSDiskTypeModifier and TypeMethodDescriptionstatic OSDiskTypeOSDiskType.fromString(String name) Creates or finds a OSDiskType from its string representation.AgentPool.osDiskType()Gets the maximum price of each spot virtual machines in the agent pool.AgentPoolData.osDiskType()Gets the maximum price of each spot virtual machines in the agent pool.KubernetesClusterAgentPool.osDiskType()Gets the OS disk type to be used for machines in the agent pool.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type OSDiskTypeModifier and TypeMethodDescriptionstatic Collection<OSDiskType> OSDiskType.values()Gets known OSDiskType values.Methods in com.azure.resourcemanager.containerservice.models with parameters of type OSDiskTypeModifier and TypeMethodDescriptionManagedClusterAgentPoolProfile.withOsDiskType(OSDiskType osDiskType) Set the osDiskType property: The OS disk type to be used for machines in the agent pool.AgentPoolData.withOSDiskType(OSDiskType osDiskType) The OS disk type to be used for machines in the agent pool.KubernetesClusterAgentPool.DefinitionStages.WithDiskType.withOSDiskType(OSDiskType osDiskType) The OS disk type to be used for machines in the agent pool.