Uses of Class
com.microsoft.azure.management.containerregistry.PlatformProperties
Packages that use PlatformProperties
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of PlatformProperties in com.microsoft.azure.management.containerregistry
Methods in com.microsoft.azure.management.containerregistry that return PlatformPropertiesModifier and TypeMethodDescriptionDockerBuildRequest.platform()
Get the platform properties against which the run has to happen.EncodedTaskRunRequest.platform()
Get the platform properties against which the run has to happen.FileTaskRunRequest.platform()
Get the platform properties against which the run has to happen.RegistryDockerTaskRunRequest.platform()
RegistryEncodedTaskRunRequest.platform()
RegistryFileTaskRunRequest.platform()
RegistryTask.platform()
RegistryTaskRun.platform()
PlatformProperties.withArchitecture
(Architecture architecture) Set the OS architecture.Set the operating system type required for the run.PlatformProperties.withVariant
(Variant variant) Set variant of the CPU.Methods in com.microsoft.azure.management.containerregistry with parameters of type PlatformPropertiesModifier and TypeMethodDescriptionDockerBuildRequest.withPlatform
(PlatformProperties platform) Set the platform properties against which the run has to happen.EncodedTaskRunRequest.withPlatform
(PlatformProperties platform) Set the platform properties against which the run has to happen.FileTaskRunRequest.withPlatform
(PlatformProperties platform) Set the platform properties against which the run has to happen.RegistryTask.DefinitionStages.Platform.withPlatform
(PlatformProperties platformProperties) The function that specifies a platform.RegistryTaskRun.DefinitionStages.Platform.withPlatform
(PlatformProperties platformProperties) The function that specifies the platform properties of the registry task run.