Uses of Class
com.microsoft.azure.management.containerregistry.OS
Packages that use OS
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of OS in com.microsoft.azure.management.containerregistry
Fields in com.microsoft.azure.management.containerregistry declared as OSModifier and TypeFieldDescriptionstatic final OS
OS.LINUX
Static value Linux for OS.static final OS
OS.WINDOWS
Static value Windows for OS.Methods in com.microsoft.azure.management.containerregistry that return OSModifier and TypeMethodDescriptionstatic OS
OS.fromString
(String name) Creates or finds a OS from its string representation.PlatformProperties.os()
Get the operating system type required for the run.PlatformUpdateParameters.os()
Get the operating system type required for the run.Methods in com.microsoft.azure.management.containerregistry that return types with arguments of type OSMethods in com.microsoft.azure.management.containerregistry with parameters of type OSModifier and TypeMethodDescriptionSet the operating system type required for the run.Set the operating system type required for the run.