Package | Description |
---|---|
com.microsoft.azure.management.containerregistry |
This package contains the classes for ContainerRegistryManagementClient.
|
Modifier and Type | Field and Description |
---|---|
static OS |
OS.LINUX
Static value Linux for OS.
|
static OS |
OS.WINDOWS
Static value Windows for OS.
|
Modifier and Type | Method and Description |
---|---|
static OS |
OS.fromString(String name)
Creates or finds a OS from its string representation.
|
OS |
PlatformProperties.os()
Get the operating system type required for the run.
|
OS |
PlatformUpdateParameters.os()
Get the operating system type required for the run.
|
Modifier and Type | Method and Description |
---|---|
static Collection<OS> |
OS.values() |
Modifier and Type | Method and Description |
---|---|
PlatformProperties |
PlatformProperties.withOs(OS os)
Set the operating system type required for the run.
|
PlatformUpdateParameters |
PlatformUpdateParameters.withOs(OS os)
Set the operating system type required for the run.
|
Copyright © 2019. All rights reserved.