Uses of Class
com.microsoft.azure.toolkit.lib.containerservice.model.OsType
-
Packages that use OsType Package Description com.microsoft.azure.toolkit.lib.containerservice com.microsoft.azure.toolkit.lib.containerservice.model -
-
Uses of OsType in com.microsoft.azure.toolkit.lib.containerservice
Methods in com.microsoft.azure.toolkit.lib.containerservice that return OsType Modifier and Type Method Description OsTypeKubernetesClusterAgentPool. getOsType() -
Uses of OsType in com.microsoft.azure.toolkit.lib.containerservice.model
Fields in com.microsoft.azure.toolkit.lib.containerservice.model declared as OsType Modifier and Type Field Description static OsTypeOsType. LINUXstatic OsTypeOsType. WINDOWSMethods in com.microsoft.azure.toolkit.lib.containerservice.model that return OsType Modifier and Type Method Description static OsTypeOsType. fromString(String input)Methods in com.microsoft.azure.toolkit.lib.containerservice.model that return types with arguments of type OsType Modifier and Type Method Description static List<OsType>OsType. values()
-