Uses of Class
com.azure.resourcemanager.containerregistry.models.PlatformUpdateParameters
Packages that use PlatformUpdateParameters
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
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 PlatformUpdateParametersModifier and TypeMethodDescriptionTaskPropertiesUpdateParameters.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 PlatformUpdateParametersModifier and TypeMethodDescriptionTaskPropertiesUpdateParameters.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 PlatformUpdateParametersModifier and TypeMethodDescriptionstatic PlatformUpdateParametersPlatformUpdateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PlatformUpdateParameters from the JsonReader.TaskUpdateParameters.platform()Get the platform property: The platform properties against which the run has to happen.PlatformUpdateParameters.withArchitecture(Architecture architecture) Set the architecture property: The OS architecture.Set the os property: The operating system type required for the run.PlatformUpdateParameters.withVariant(Variant variant) Set the variant property: Variant of the CPU.Methods in com.azure.resourcemanager.containerregistry.models 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 property: The platform properties against which the run has to happen.