Uses of Class
com.azure.resourcemanager.containerregistry.models.OS
Packages that use OS
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of OS in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return OSModifier and TypeMethodDescriptionAgentPoolInner.os()Get the os property: The OS of agent machine.AgentPoolProperties.os()Get the os property: The OS of agent machine.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type OSModifier and TypeMethodDescriptionSet the os property: The OS of agent machine.Set the os property: The OS of agent machine. -
Uses of OS in com.azure.resourcemanager.containerregistry.models
Fields in com.azure.resourcemanager.containerregistry.models declared as OSModifier and TypeFieldDescriptionstatic final OSOS.LINUXStatic value Linux for OS.static final OSOS.WINDOWSStatic value Windows for OS.Methods in com.azure.resourcemanager.containerregistry.models that return OSModifier and TypeMethodDescriptionstatic OSOS.fromString(String name) Creates or finds a OS from its string representation.PlatformProperties.os()Get the os property: The operating system type required for the run.PlatformUpdateParameters.os()Get the os property: The operating system type required for the run.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type OSMethods in com.azure.resourcemanager.containerregistry.models with parameters of type OSModifier and TypeMethodDescriptionSet the os property: The operating system type required for the run.Set the os property: The operating system type required for the run.