Uses of Class
com.azure.resourcemanager.containerinstance.models.OperatingSystemTypes
-
Packages that use OperatingSystemTypes Package Description com.azure.resourcemanager.containerinstance.fluent.models Package containing the inner data models for ContainerInstanceManagementClient.com.azure.resourcemanager.containerinstance.models Package containing the data models for ContainerInstanceManagementClient. -
-
Uses of OperatingSystemTypes in com.azure.resourcemanager.containerinstance.fluent.models
Methods in com.azure.resourcemanager.containerinstance.fluent.models that return OperatingSystemTypes Modifier and Type Method Description OperatingSystemTypesContainerGroupInner. osType()Get the osType property: The operating system type required by the containers in the container group.OperatingSystemTypesContainerGroupProperties. osType()Get the osType property: The operating system type required by the containers in the container group.Methods in com.azure.resourcemanager.containerinstance.fluent.models with parameters of type OperatingSystemTypes Modifier and Type Method Description ContainerGroupInnerContainerGroupInner. withOsType(OperatingSystemTypes osType)Set the osType property: The operating system type required by the containers in the container group.ContainerGroupPropertiesContainerGroupProperties. withOsType(OperatingSystemTypes osType)Set the osType property: The operating system type required by the containers in the container group. -
Uses of OperatingSystemTypes in com.azure.resourcemanager.containerinstance.models
Fields in com.azure.resourcemanager.containerinstance.models declared as OperatingSystemTypes Modifier and Type Field Description static OperatingSystemTypesOperatingSystemTypes. LINUXStatic value Linux for OperatingSystemTypes.static OperatingSystemTypesOperatingSystemTypes. WINDOWSStatic value Windows for OperatingSystemTypes.Methods in com.azure.resourcemanager.containerinstance.models that return OperatingSystemTypes Modifier and Type Method Description static OperatingSystemTypesOperatingSystemTypes. fromString(String name)Creates or finds a OperatingSystemTypes from its string representation.OperatingSystemTypesContainerGroup. osType()Methods in com.azure.resourcemanager.containerinstance.models that return types with arguments of type OperatingSystemTypes Modifier and Type Method Description static Collection<OperatingSystemTypes>OperatingSystemTypes. values()
-