Uses of Class
com.azure.resourcemanager.containerregistry.models.OS
-
Packages that use OS Package Description com.azure.resourcemanager.containerregistry.fluent.models Package containing the inner data models for ContainerRegistryManagementClient.com.azure.resourcemanager.containerregistry.models 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 OS Modifier and Type Method Description OSAgentPoolInner. os()Get the os property: The OS of agent machine.OSAgentPoolProperties. os()Get the os property: The OS of agent machine.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type OS Modifier and Type Method Description AgentPoolInnerAgentPoolInner. withOs(OS os)Set the os property: The OS of agent machine.AgentPoolPropertiesAgentPoolProperties. withOs(OS os)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 OS Modifier and Type Field Description static OSOS. LINUXStatic value Linux for OS.static OSOS. WINDOWSStatic value Windows for OS.Methods in com.azure.resourcemanager.containerregistry.models that return OS Modifier and Type Method Description static OSOS. fromString(String name)Creates or finds a OS from its string representation.OSPlatformProperties. os()Get the os property: The operating system type required for the run.OSPlatformUpdateParameters. 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 OS Modifier and Type Method Description static Collection<OS>OS. values()Methods in com.azure.resourcemanager.containerregistry.models with parameters of type OS Modifier and Type Method Description PlatformPropertiesPlatformProperties. withOs(OS os)Set the os property: The operating system type required for the run.PlatformUpdateParametersPlatformUpdateParameters. withOs(OS os)Set the os property: The operating system type required for the run.
-