Uses of Class
com.azure.resourcemanager.containerinstance.models.OperatingSystemTypes
Packages that use OperatingSystemTypes
Package
Description
Package containing the inner data models for ContainerInstanceManagementClient.
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 OperatingSystemTypesModifier and TypeMethodDescriptionContainerGroupInner.osType()Get the osType property: The operating system type required by the containers in the container group.ContainerGroupProperties.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 OperatingSystemTypesModifier and TypeMethodDescriptionContainerGroupInner.withOsType(OperatingSystemTypes osType) Set the osType property: The operating system type required by the containers in the container group.ContainerGroupProperties.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 OperatingSystemTypesModifier and TypeFieldDescriptionstatic final OperatingSystemTypesOperatingSystemTypes.LINUXStatic value Linux for OperatingSystemTypes.static final OperatingSystemTypesOperatingSystemTypes.WINDOWSStatic value Windows for OperatingSystemTypes.Methods in com.azure.resourcemanager.containerinstance.models that return OperatingSystemTypesModifier and TypeMethodDescriptionstatic OperatingSystemTypesOperatingSystemTypes.fromString(String name) Creates or finds a OperatingSystemTypes from its string representation.ContainerGroup.osType()Methods in com.azure.resourcemanager.containerinstance.models that return types with arguments of type OperatingSystemTypesModifier and TypeMethodDescriptionstatic Collection<OperatingSystemTypes>OperatingSystemTypes.values()