Uses of Class
com.azure.resourcemanager.containerregistry.models.PlatformProperties
-
Packages that use PlatformProperties 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 PlatformProperties in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return PlatformProperties Modifier and Type Method Description PlatformPropertiesRunInner. platform()Get the platform property: The platform properties against which the run will happen.PlatformPropertiesRunProperties. platform()Get the platform property: The platform properties against which the run will happen.PlatformPropertiesTaskInner. platform()Get the platform property: The platform properties against which the run has to happen.PlatformPropertiesTaskProperties. 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 PlatformProperties Modifier and Type Method Description RunInnerRunInner. withPlatform(PlatformProperties platform)Set the platform property: The platform properties against which the run will happen.RunPropertiesRunProperties. withPlatform(PlatformProperties platform)Set the platform property: The platform properties against which the run will happen.TaskInnerTaskInner. withPlatform(PlatformProperties platform)Set the platform property: The platform properties against which the run has to happen.TaskPropertiesTaskProperties. 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
Methods in com.azure.resourcemanager.containerregistry.models that return PlatformProperties Modifier and Type Method Description PlatformPropertiesDockerBuildRequest. platform()Get the platform property: The platform properties against which the run has to happen.PlatformPropertiesEncodedTaskRunRequest. platform()Get the platform property: The platform properties against which the run has to happen.PlatformPropertiesFileTaskRunRequest. platform()Get the platform property: The platform properties against which the run has to happen.PlatformPropertiesRegistryDockerTaskRunRequest. platform()PlatformPropertiesRegistryEncodedTaskRunRequest. platform()PlatformPropertiesRegistryFileTaskRunRequest. platform()PlatformPropertiesRegistryTask. platform()PlatformPropertiesRegistryTaskRun. platform()PlatformPropertiesPlatformProperties. withArchitecture(Architecture architecture)Set the architecture property: The OS architecture.PlatformPropertiesPlatformProperties. withOs(OS os)Set the os property: The operating system type required for the run.PlatformPropertiesPlatformProperties. withVariant(Variant variant)Set the variant property: Variant of the CPU.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type PlatformProperties Modifier and Type Method Description DockerBuildRequestDockerBuildRequest. withPlatform(PlatformProperties platform)Set the platform property: The platform properties against which the run has to happen.EncodedTaskRunRequestEncodedTaskRunRequest. withPlatform(PlatformProperties platform)Set the platform property: The platform properties against which the run has to happen.FileTaskRunRequestFileTaskRunRequest. withPlatform(PlatformProperties platform)Set the platform property: The platform properties against which the run has to happen.RegistryTask.DefinitionStages.TaskStepTypeRegistryTask.DefinitionStages.Platform. withPlatform(PlatformProperties platformProperties)The function that specifies a platform.RegistryTaskRun.DefinitionStages.RunRequestTypeRegistryTaskRun.DefinitionStages.Platform. withPlatform(PlatformProperties platformProperties)The function that specifies the platform properties of the registry task run.
-