Uses of Class
com.azure.resourcemanager.containerservice.models.OSDiskType
-
Packages that use OSDiskType Package Description com.azure.resourcemanager.containerservice.fluent.models Package containing the inner data models for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.models Package containing the data models for ContainerServiceManagementClient. -
-
Uses of OSDiskType in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return OSDiskType Modifier and Type Method Description OSDiskTypeAgentPoolInner. osDiskType()Get the osDiskType property: The OS disk type to be used for machines in the agent pool.OSDiskTypeManagedClusterAgentPoolProfileProperties. 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 OSDiskType Modifier and Type Method Description AgentPoolInnerAgentPoolInner. withOsDiskType(OSDiskType osDiskType)Set the osDiskType property: The OS disk type to be used for machines in the agent pool.ManagedClusterAgentPoolProfilePropertiesManagedClusterAgentPoolProfileProperties. 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
Fields in com.azure.resourcemanager.containerservice.models declared as OSDiskType Modifier and Type Field Description static OSDiskTypeOSDiskType. EPHEMERALStatic value Ephemeral for OSDiskType.static OSDiskTypeOSDiskType. MANAGEDStatic value Managed for OSDiskType.Methods in com.azure.resourcemanager.containerservice.models that return OSDiskType Modifier and Type Method Description static OSDiskTypeOSDiskType. fromString(String name)Creates or finds a OSDiskType from its string representation.OSDiskTypeKubernetesClusterAgentPool. osDiskType()Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type OSDiskType Modifier and Type Method Description static Collection<OSDiskType>OSDiskType. values()Methods in com.azure.resourcemanager.containerservice.models with parameters of type OSDiskType Modifier and Type Method Description ManagedClusterAgentPoolProfileManagedClusterAgentPoolProfile. withOsDiskType(OSDiskType osDiskType)Set the osDiskType property: The OS disk type to be used for machines in the agent pool.KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT>KubernetesClusterAgentPool.DefinitionStages.WithDiskType. withOSDiskType(OSDiskType osDiskType)The OS disk type to be used for machines in the agent pool.
-