Uses of Class
com.azure.resourcemanager.containerservice.models.OSDiskType
Packages that use OSDiskType
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
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 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
Fields in com.azure.resourcemanager.containerservice.models declared as OSDiskTypeModifier and TypeFieldDescriptionstatic final OSDiskTypeOSDiskType.EPHEMERALStatic value Ephemeral for OSDiskType.static final OSDiskTypeOSDiskType.MANAGEDStatic value Managed for OSDiskType.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()AgentPoolData.osDiskType()KubernetesClusterAgentPool.osDiskType()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.