Uses of Class
com.azure.resourcemanager.appcontainers.models.SourceControlOperationState
Packages that use SourceControlOperationState
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of SourceControlOperationState in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return SourceControlOperationStateModifier and TypeMethodDescriptionSourceControlInner.operationState()
Get the operationState property: Current provisioning State of the operation.SourceControlProperties.operationState()
Get the operationState property: Current provisioning State of the operation. -
Uses of SourceControlOperationState in com.azure.resourcemanager.appcontainers.models
Fields in com.azure.resourcemanager.appcontainers.models declared as SourceControlOperationStateModifier and TypeFieldDescriptionstatic final SourceControlOperationState
SourceControlOperationState.CANCELED
Static value Canceled for SourceControlOperationState.static final SourceControlOperationState
SourceControlOperationState.FAILED
Static value Failed for SourceControlOperationState.static final SourceControlOperationState
SourceControlOperationState.IN_PROGRESS
Static value InProgress for SourceControlOperationState.static final SourceControlOperationState
SourceControlOperationState.SUCCEEDED
Static value Succeeded for SourceControlOperationState.Methods in com.azure.resourcemanager.appcontainers.models that return SourceControlOperationStateModifier and TypeMethodDescriptionstatic SourceControlOperationState
SourceControlOperationState.fromString
(String name) Creates or finds a SourceControlOperationState from its string representation.SourceControl.operationState()
Gets the operationState property: Current provisioning State of the operation.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type SourceControlOperationStateModifier and TypeMethodDescriptionSourceControlOperationState.values()
Gets known SourceControlOperationState values.