Uses of Class
com.azure.resourcemanager.containerservice.models.OSType
Packages that use OSType
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
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: OsType to be used to specify os type.AgentPoolUpgradeProfileInner.osType()Get the osType property: OsType to be used to specify os type.AgentPoolUpgradeProfileProperties.osType()Get the osType property: OsType to be used to specify os type.ManagedClusterAgentPoolProfileProperties.osType()Get the osType property: OsType to be used to specify os type.SnapshotInner.osType()Get the osType property: OsType to be used to specify os type.SnapshotProperties.osType()Get the osType property: OsType to be used to specify os type.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type OSTypeModifier and TypeMethodDescriptionAgentPoolInner.withOsType(OSType osType) Set the osType property: OsType to be used to specify os type.AgentPoolUpgradeProfileInner.withOsType(OSType osType) Set the osType property: OsType to be used to specify os type.AgentPoolUpgradeProfileProperties.withOsType(OSType osType) Set the osType property: OsType to be used to specify os type.ManagedClusterAgentPoolProfileProperties.withOsType(OSType osType) Set the osType property: OsType to be used to specify os type. -
Uses of OSType in com.azure.resourcemanager.containerservice.models
Fields in com.azure.resourcemanager.containerservice.models declared as OSTypeModifier and TypeFieldDescriptionstatic final OSTypeOSType.LINUXStatic value Linux for OSType.static final OSTypeOSType.WINDOWSStatic value Windows for OSType.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()AgentPoolData.osType()KubernetesClusterAgentPool.osType()ManagedClusterPoolUpgradeProfile.osType()Get the osType property: OsType to be used to specify os 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: OsType to be used to specify os type.ManagedClusterPoolUpgradeProfile.withOsType(OSType osType) Set the osType property: OsType to be used to specify os 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.