Uses of Class
com.azure.resourcemanager.containerregistry.models.PlatformUpdateParameters
-
Packages that use PlatformUpdateParameters Package Description com.azure.resourcemanager.containerregistry.fluent.models Package containing the inner data models for ContainerRegistryManagementClient.com.azure.resourcemanager.containerregistry.models Package containing the data models for ContainerRegistryManagementClient. -
-
Uses of PlatformUpdateParameters in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return PlatformUpdateParameters Modifier and Type Method Description PlatformUpdateParametersTaskPropertiesUpdateParameters. platform()Get the platform property: The platform properties against which the run has to happen.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type PlatformUpdateParameters Modifier and Type Method Description TaskPropertiesUpdateParametersTaskPropertiesUpdateParameters. withPlatform(PlatformUpdateParameters platform)Set the platform property: The platform properties against which the run has to happen. -
Uses of PlatformUpdateParameters in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return PlatformUpdateParameters Modifier and Type Method Description PlatformUpdateParametersTaskUpdateParameters. platform()Get the platform property: The platform properties against which the run has to happen.PlatformUpdateParametersPlatformUpdateParameters. withArchitecture(Architecture architecture)Set the architecture property: The OS architecture.PlatformUpdateParametersPlatformUpdateParameters. withOs(OS os)Set the os property: The operating system type required for the run.PlatformUpdateParametersPlatformUpdateParameters. withVariant(Variant variant)Set the variant property: Variant of the CPU.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type PlatformUpdateParameters Modifier and Type Method Description RegistryTask.UpdateRegistryTask.UpdateStages.Platform. withPlatform(PlatformUpdateParameters platformProperties)The function that specifies a platform.TaskUpdateParametersTaskUpdateParameters. withPlatform(PlatformUpdateParameters platform)Set the platform property: The platform properties against which the run has to happen.
-