Uses of Class
com.azure.resourcemanager.containerregistry.models.RunType
-
Packages that use RunType 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 RunType in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return RunType Modifier and Type Method Description RunTypeRunInner. runType()Get the runType property: The type of run.RunTypeRunProperties. runType()Get the runType property: The type of run.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type RunType Modifier and Type Method Description RunInnerRunInner. withRunType(RunType runType)Set the runType property: The type of run.RunPropertiesRunProperties. withRunType(RunType runType)Set the runType property: The type of run. -
Uses of RunType in com.azure.resourcemanager.containerregistry.models
Fields in com.azure.resourcemanager.containerregistry.models declared as RunType Modifier and Type Field Description static RunTypeRunType. AUTO_BUILDStatic value AutoBuild for RunType.static RunTypeRunType. AUTO_RUNStatic value AutoRun for RunType.static RunTypeRunType. QUICK_BUILDStatic value QuickBuild for RunType.static RunTypeRunType. QUICK_RUNStatic value QuickRun for RunType.Methods in com.azure.resourcemanager.containerregistry.models that return RunType Modifier and Type Method Description static RunTypeRunType. fromString(String name)Creates or finds a RunType from its string representation.RunTypeRegistryTaskRun. runType()Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type RunType Modifier and Type Method Description static Collection<RunType>RunType. values()
-