Uses of Class
com.microsoft.azure.management.containerregistry.PlatformUpdateParameters
Packages that use PlatformUpdateParameters
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of PlatformUpdateParameters in com.microsoft.azure.management.containerregistry
Methods in com.microsoft.azure.management.containerregistry that return PlatformUpdateParametersModifier and TypeMethodDescriptionTaskUpdateParameters.platform()
Get the platform properties against which the run has to happen.PlatformUpdateParameters.withArchitecture
(Architecture architecture) Set the OS architecture.Set the operating system type required for the run.PlatformUpdateParameters.withVariant
(Variant variant) Set variant of the CPU.Methods in com.microsoft.azure.management.containerregistry with parameters of type PlatformUpdateParametersModifier and TypeMethodDescriptionRegistryTask.UpdateStages.Platform.withPlatform
(PlatformUpdateParameters platformProperties) The function that specifies a platform.TaskUpdateParameters.withPlatform
(PlatformUpdateParameters platform) Set the platform properties against which the run has to happen.