Uses of Interface
com.azure.resourcemanager.containerregistry.models.RegistryTaskRun.DefinitionStages.RunRequestType
Packages that use RegistryTaskRun.DefinitionStages.RunRequestType
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of RegistryTaskRun.DefinitionStages.RunRequestType in com.azure.resourcemanager.containerregistry.models
Subinterfaces of RegistryTaskRun.DefinitionStages.RunRequestType in com.azure.resourcemanager.containerregistry.modelsModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions related to a RegistryTaskRun.Methods in com.azure.resourcemanager.containerregistry.models that return RegistryTaskRun.DefinitionStages.RunRequestTypeModifier and TypeMethodDescriptionRegistryTaskRun.DefinitionStages.Platform.withLinux()The function that specifies the platform will have a Linux OS.RegistryTaskRun.DefinitionStages.Platform.withLinux(Architecture architecture) The function that specifies the platform will have a Linux OS with Architecture architecture.RegistryTaskRun.DefinitionStages.Platform.withLinux(Architecture architecture, Variant variant) The function that specifies the platform will have a Linux OS with Architecture architecture and Variant variant.RegistryTaskRun.DefinitionStages.Platform.withPlatform(PlatformProperties platformProperties) The function that specifies the platform properties of the registry task run.RegistryTaskRun.DefinitionStages.Platform.withWindows()The function that specifies the platform will have a Windows OS.RegistryTaskRun.DefinitionStages.Platform.withWindows(Architecture architecture) The function that specifies the platform will have a Windows OS with Architecture architecture.RegistryTaskRun.DefinitionStages.Platform.withWindows(Architecture architecture, Variant variant) The function that specifies the platform will have a Windows OS with Architecture architecture and Variant variant.