Uses of Class
com.azure.resourcemanager.containerservice.models.OSType
-
Packages that use OSType 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 OSType in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return OSType Modifier and Type Method Description OSTypeAgentPoolInner. osType()Get the osType property: OsType to be used to specify os type.OSTypeAgentPoolUpgradeProfileInner. osType()Get the osType property: OsType to be used to specify os type.OSTypeAgentPoolUpgradeProfileProperties. osType()Get the osType property: OsType to be used to specify os type.OSTypeManagedClusterAgentPoolProfileProperties. osType()Get the osType property: OsType to be used to specify os type.OSTypeSnapshotInner. osType()Get the osType property: OsType to be used to specify os type.OSTypeSnapshotProperties. 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 OSType Modifier and Type Method Description AgentPoolInnerAgentPoolInner. withOsType(OSType osType)Set the osType property: OsType to be used to specify os type.AgentPoolUpgradeProfileInnerAgentPoolUpgradeProfileInner. withOsType(OSType osType)Set the osType property: OsType to be used to specify os type.AgentPoolUpgradeProfilePropertiesAgentPoolUpgradeProfileProperties. withOsType(OSType osType)Set the osType property: OsType to be used to specify os type.ManagedClusterAgentPoolProfilePropertiesManagedClusterAgentPoolProfileProperties. 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 OSType Modifier and Type Field Description static OSTypeOSType. LINUXStatic value Linux for OSType.static OSTypeOSType. WINDOWSStatic value Windows for OSType.Methods in com.azure.resourcemanager.containerservice.models that return OSType Modifier and Type Method Description static OSTypeOSType. fromString(String name)Creates or finds a OSType from its string representation.OSTypeKubernetesClusterAgentPool. osType()OSTypeManagedClusterPoolUpgradeProfile. osType()Get the osType property: OsType to be used to specify os type.OSTypeOpenShiftManagedClusterAgentPoolProfile. osType()Get the osType property: OsType to be used to specify os type.OSTypeOpenShiftManagedClusterMasterPoolProfile. 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 OSType Modifier and Type Method Description static Collection<OSType>OSType. values()Methods in com.azure.resourcemanager.containerservice.models with parameters of type OSType Modifier and Type Method Description ManagedClusterAgentPoolProfileManagedClusterAgentPoolProfile. withOsType(OSType osType)Set the osType property: OsType to be used to specify os type.ManagedClusterPoolUpgradeProfileManagedClusterPoolUpgradeProfile. withOsType(OSType osType)Set the osType property: OsType to be used to specify os type.OpenShiftManagedClusterAgentPoolProfileOpenShiftManagedClusterAgentPoolProfile. withOsType(OSType osType)Set the osType property: OsType to be used to specify os type.OpenShiftManagedClusterMasterPoolProfileOpenShiftManagedClusterMasterPoolProfile. withOsType(OSType osType)Set the osType property: OsType to be used to specify os type.KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT>KubernetesClusterAgentPool.DefinitionStages.WithOSType. withOSType(OSType osType)OS type to be used for each virtual machine in the agent pool.
-