Uses of Class
com.azure.resourcemanager.containerregistry.models.PlatformProperties
Packages that use PlatformProperties
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
null.
Package containing the data models for ContainerRegistryManagementClient.
null.
-
Uses of PlatformProperties in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return PlatformPropertiesModifier and TypeMethodDescriptionRunInner.platform()Get the platform property: The platform properties against which the run will happen.RunProperties.platform()Get the platform property: The platform properties against which the run will happen.TaskInner.platform()Get the platform property: The platform properties against which the run has to happen.TaskProperties.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 PlatformPropertiesModifier and TypeMethodDescriptionRunInner.withPlatform(PlatformProperties platform) Set the platform property: The platform properties against which the run will happen.RunProperties.withPlatform(PlatformProperties platform) Set the platform property: The platform properties against which the run will happen.TaskInner.withPlatform(PlatformProperties platform) Set the platform property: The platform properties against which the run has to happen.TaskProperties.withPlatform(PlatformProperties platform) Set the platform property: The platform properties against which the run has to happen. -
Uses of PlatformProperties in com.azure.resourcemanager.containerregistry.models
Classes in com.azure.resourcemanager.containerregistry.models that implement interfaces with type arguments of type PlatformPropertiesModifier and TypeClassDescriptionfinal classThe platform properties against which the run has to happen.Methods in com.azure.resourcemanager.containerregistry.models that return PlatformPropertiesModifier and TypeMethodDescriptionstatic PlatformPropertiesPlatformProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PlatformProperties from the JsonReader.DockerBuildRequest.platform()Get the platform property: The platform properties against which the run has to happen.EncodedTaskRunRequest.platform()Get the platform property: The platform properties against which the run has to happen.FileTaskRunRequest.platform()Get the platform property: The platform properties against which the run has to happen.RegistryDockerTaskRunRequest.platform()Gets the properties of the platform.RegistryEncodedTaskRunRequest.platform()Gets the properties of the platform.RegistryFileTaskRunRequest.platform()Gets the properties of the platform.RegistryTask.platform()Gets the build timeout settings in seconds.RegistryTaskRun.platform()Gets the platform properties of the run request.PlatformProperties.withArchitecture(Architecture architecture) Set the architecture property: The OS architecture.Set the os property: The operating system type required for the run.PlatformProperties.withVariant(Variant variant) Set the variant property: Variant of the CPU.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type PlatformPropertiesModifier and TypeMethodDescriptionDockerBuildRequest.withPlatform(PlatformProperties platform) Set the platform property: The platform properties against which the run has to happen.EncodedTaskRunRequest.withPlatform(PlatformProperties platform) Set the platform property: The platform properties against which the run has to happen.FileTaskRunRequest.withPlatform(PlatformProperties platform) Set the platform property: 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.