Uses of Class
com.azure.resourcemanager.containerregistry.models.StepType
Packages that use StepType
Package
Description
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 StepTypeModifier and TypeFieldDescriptionstatic final StepTypeStepType.DOCKERStatic value Docker for StepType.static final StepTypeStepType.ENCODED_TASKStatic value EncodedTask for StepType.static final StepTypeStepType.FILE_TASKStatic value FileTask for StepType.Methods in com.azure.resourcemanager.containerregistry.models that return StepTypeModifier and TypeMethodDescriptionstatic StepTypeStepType.fromString(String name) Creates or finds a StepType from its string representation.DockerBuildStepUpdateParameters.type()Get the type property: The type of the step.DockerTaskStep.type()Get the type property: The type of the step.EncodedTaskStep.type()Get the type property: The type of the step.EncodedTaskStepUpdateParameters.type()Get the type property: The type of the step.FileTaskStep.type()Get the type property: The type of the step.FileTaskStepUpdateParameters.type()Get the type property: The type of the step.TaskStepProperties.type()Get the type property: The type of the step.TaskStepUpdateParameters.type()Get the type property: The type of the step.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type StepTypeModifier and TypeMethodDescriptionstatic Collection<StepType> StepType.values()Gets known StepType values.