Package | Description |
---|---|
com.microsoft.azure.management.containerregistry |
This package contains the classes for ContainerRegistryManagementClient.
|
Modifier and Type | Method and Description |
---|---|
PlatformProperties |
RegistryDockerTaskRunRequest.platform() |
PlatformProperties |
EncodedTaskRunRequest.platform()
Get the platform properties against which the run has to happen.
|
PlatformProperties |
DockerBuildRequest.platform()
Get the platform properties against which the run has to happen.
|
PlatformProperties |
RegistryEncodedTaskRunRequest.platform() |
PlatformProperties |
RegistryTaskRun.platform() |
PlatformProperties |
FileTaskRunRequest.platform()
Get the platform properties against which the run has to happen.
|
PlatformProperties |
RegistryTask.platform() |
PlatformProperties |
RegistryFileTaskRunRequest.platform() |
PlatformProperties |
PlatformProperties.withArchitecture(Architecture architecture)
Set the OS architecture.
|
PlatformProperties |
PlatformProperties.withOs(OS os)
Set the operating system type required for the run.
|
PlatformProperties |
PlatformProperties.withVariant(Variant variant)
Set variant of the CPU.
|
Modifier and Type | Method and Description |
---|---|
EncodedTaskRunRequest |
EncodedTaskRunRequest.withPlatform(PlatformProperties platform)
Set the platform properties against which the run has to happen.
|
DockerBuildRequest |
DockerBuildRequest.withPlatform(PlatformProperties platform)
Set the platform properties against which the run has to happen.
|
RegistryTaskRun.DefinitionStages.RunRequestType |
RegistryTaskRun.DefinitionStages.Platform.withPlatform(PlatformProperties platformProperties)
The function that specifies the platform properties of the registry task run.
|
FileTaskRunRequest |
FileTaskRunRequest.withPlatform(PlatformProperties platform)
Set the platform properties against which the run has to happen.
|
RegistryTask.DefinitionStages.TaskStepType |
RegistryTask.DefinitionStages.Platform.withPlatform(PlatformProperties platformProperties)
The function that specifies a platform.
|
Copyright © 2019. All rights reserved.