Package | Description |
---|---|
com.microsoft.azure.management.containerregistry |
This package contains the classes for ContainerRegistryManagementClient.
|
Modifier and Type | Method and Description |
---|---|
PlatformUpdateParameters |
TaskUpdateParameters.platform()
Get the platform properties against which the run has to happen.
|
PlatformUpdateParameters |
PlatformUpdateParameters.withArchitecture(Architecture architecture)
Set the OS architecture.
|
PlatformUpdateParameters |
PlatformUpdateParameters.withOs(OS os)
Set the operating system type required for the run.
|
PlatformUpdateParameters |
PlatformUpdateParameters.withVariant(Variant variant)
Set variant of the CPU.
|
Modifier and Type | Method and Description |
---|---|
TaskUpdateParameters |
TaskUpdateParameters.withPlatform(PlatformUpdateParameters platform)
Set the platform properties against which the run has to happen.
|
RegistryTask.Update |
RegistryTask.UpdateStages.Platform.withPlatform(PlatformUpdateParameters platformProperties)
The function that specifies a platform.
|
Copyright © 2019. All rights reserved.