Uses of Class
com.azure.resourcemanager.containerservice.models.OSType
Packages that use OSType
Package
Description
Package containing the inner data models for ContainerService.
Package containing the data models for ContainerService.
-
Uses of OSType in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return OSTypeModifier and TypeMethodDescriptionAgentPoolInner.osType()Get the osType property: The operating system type.AgentPoolUpgradeProfileInner.osType()Get the osType property: The operating system type.AgentPoolUpgradeProfileProperties.osType()Get the osType property: The operating system type.ManagedClusterAgentPoolProfileProperties.osType()Get the osType property: The operating system type.SnapshotInner.osType()Get the osType property: The operating system type.SnapshotProperties.osType()Get the osType property: The operating system type.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type OSTypeModifier and TypeMethodDescriptionAgentPoolInner.withOsType(OSType osType) Set the osType property: The operating system type.ManagedClusterAgentPoolProfileProperties.withOsType(OSType osType) Set the osType property: The operating system type. -
Uses of OSType in com.azure.resourcemanager.containerservice.models
Subclasses with type arguments of type OSType in com.azure.resourcemanager.containerservice.modelsFields in com.azure.resourcemanager.containerservice.models declared as OSTypeModifier and TypeFieldDescriptionstatic final OSTypeOSType.LINUXUse Linux.static final OSTypeOSType.WINDOWSUse Windows.Methods in com.azure.resourcemanager.containerservice.models that return OSTypeModifier and TypeMethodDescriptionstatic OSTypeOSType.fromString(String name) Creates or finds a OSType from its string representation.AgentPool.osType()Gets OS of each virtual machine in the agent pool.AgentPoolData.osType()Gets OS of each virtual machine in the agent pool.KubernetesClusterAgentPool.osType()Gets OS of each virtual machine in the agent pool.ManagedClusterPoolUpgradeProfile.osType()Get the osType property: The operating system type.OpenShiftManagedClusterAgentPoolProfile.osType()Get the osType property: OsType to be used to specify os type.OpenShiftManagedClusterMasterPoolProfile.osType()Get the osType property: OsType to be used to specify os type.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type OSTypeModifier and TypeMethodDescriptionstatic Collection<OSType> OSType.values()Gets known OSType values.Methods in com.azure.resourcemanager.containerservice.models with parameters of type OSTypeModifier and TypeMethodDescriptionManagedClusterAgentPoolProfile.withOsType(OSType osType) Set the osType property: The operating system type.OpenShiftManagedClusterAgentPoolProfile.withOsType(OSType osType) Set the osType property: OsType to be used to specify os type.OpenShiftManagedClusterMasterPoolProfile.withOsType(OSType osType) Set the osType property: OsType to be used to specify os type.AgentPoolData.withOSType(OSType osType) Specifies OS type to be used for each virtual machine in the agent pool.KubernetesClusterAgentPool.DefinitionStages.WithOSType.withOSType(OSType osType) OS type to be used for each virtual machine in the agent pool.