Uses of Class
com.azure.resourcemanager.containerregistry.models.StepType
-
Packages that use StepType Package Description com.azure.resourcemanager.containerregistry.models Package containing the data models for ContainerRegistryManagementClient. -
-
Uses of StepType in com.azure.resourcemanager.containerregistry.models
Fields in com.azure.resourcemanager.containerregistry.models declared as StepType Modifier and Type Field Description static StepTypeStepType. DOCKERStatic value Docker for StepType.static StepTypeStepType. ENCODED_TASKStatic value EncodedTask for StepType.static StepTypeStepType. FILE_TASKStatic value FileTask for StepType.Methods in com.azure.resourcemanager.containerregistry.models that return StepType Modifier and Type Method Description static StepTypeStepType. fromString(String name)Creates or finds a StepType from its string representation.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type StepType Modifier and Type Method Description static Collection<StepType>StepType. values()
-