Uses of Class
com.azure.resourcemanager.automation.models.ProvisioningState
Packages that use ProvisioningState
Package
Description
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of ProvisioningState in com.azure.resourcemanager.automation.fluent.models
Methods in com.azure.resourcemanager.automation.fluent.models that return ProvisioningStateModifier and TypeMethodDescriptionSourceControlSyncJobByIdInner.provisioningState()
Get the provisioningState property: The provisioning state of the job.SourceControlSyncJobByIdProperties.provisioningState()
Get the provisioningState property: The provisioning state of the job.SourceControlSyncJobInner.provisioningState()
Get the provisioningState property: The provisioning state of the job.SourceControlSyncJobProperties.provisioningState()
Get the provisioningState property: The provisioning state of the job.Methods in com.azure.resourcemanager.automation.fluent.models with parameters of type ProvisioningStateModifier and TypeMethodDescriptionSourceControlSyncJobByIdInner.withProvisioningState
(ProvisioningState provisioningState) Set the provisioningState property: The provisioning state of the job.SourceControlSyncJobByIdProperties.withProvisioningState
(ProvisioningState provisioningState) Set the provisioningState property: The provisioning state of the job.SourceControlSyncJobInner.withProvisioningState
(ProvisioningState provisioningState) Set the provisioningState property: The provisioning state of the job.SourceControlSyncJobProperties.withProvisioningState
(ProvisioningState provisioningState) Set the provisioningState property: The provisioning state of the job. -
Uses of ProvisioningState in com.azure.resourcemanager.automation.models
Fields in com.azure.resourcemanager.automation.models declared as ProvisioningStateModifier and TypeFieldDescriptionstatic final ProvisioningState
ProvisioningState.COMPLETED
Static value Completed for ProvisioningState.static final ProvisioningState
ProvisioningState.FAILED
Static value Failed for ProvisioningState.static final ProvisioningState
ProvisioningState.RUNNING
Static value Running for ProvisioningState.Methods in com.azure.resourcemanager.automation.models that return ProvisioningStateModifier and TypeMethodDescriptionstatic ProvisioningState
ProvisioningState.fromString
(String name) Creates or finds a ProvisioningState from its string representation.SourceControlSyncJob.provisioningState()
Gets the provisioningState property: The provisioning state of the job.SourceControlSyncJobById.provisioningState()
Gets the provisioningState property: The provisioning state of the job.Methods in com.azure.resourcemanager.automation.models that return types with arguments of type ProvisioningStateModifier and TypeMethodDescriptionstatic Collection
<ProvisioningState> ProvisioningState.values()
Gets known ProvisioningState values.