Uses of Class
com.azure.resourcemanager.kusto.models.ProvisioningState
Package
Description
Package containing the inner data models for KustoManagementClient.
Package containing the data models for KustoManagementClient.
-
Uses of ProvisioningState in com.azure.resourcemanager.kusto.fluent.models
Modifier and TypeMethodDescriptionAttachedDatabaseConfigurationInner.provisioningState()
Get the provisioningState property: The provisioned state of the resource.AttachedDatabaseConfigurationProperties.provisioningState()
Get the provisioningState property: The provisioned state of the resource.ClusterInner.provisioningState()
Get the provisioningState property: The provisioned state of the resource.ClusterPrincipalAssignmentInner.provisioningState()
Get the provisioningState property: The provisioned state of the resource.ClusterPrincipalProperties.provisioningState()
Get the provisioningState property: The provisioned state of the resource.ClusterProperties.provisioningState()
Get the provisioningState property: The provisioned state of the resource.DatabasePrincipalAssignmentInner.provisioningState()
Get the provisioningState property: The provisioned state of the resource.DatabasePrincipalProperties.provisioningState()
Get the provisioningState property: The provisioned state of the resource.EventGridConnectionProperties.provisioningState()
Get the provisioningState property: The provisioned state of the resource.EventHubConnectionProperties.provisioningState()
Get the provisioningState property: The provisioned state of the resource.IotHubConnectionProperties.provisioningState()
Get the provisioningState property: The provisioned state of the resource.ManagedPrivateEndpointInner.provisioningState()
Get the provisioningState property: The provisioned state of the resource.ManagedPrivateEndpointProperties.provisioningState()
Get the provisioningState property: The provisioned state of the resource.OperationResultInner.provisioningState()
Get the provisioningState property: The provisioned state of the resource.OperationResultProperties.provisioningState()
Get the provisioningState property: The provisioned state of the resource.OutboundNetworkDependenciesEndpointInner.provisioningState()
Get the provisioningState property: The provisioned state of the resource.OutboundNetworkDependenciesEndpointProperties.provisioningState()
Get the provisioningState property: The provisioned state of the resource.ReadOnlyFollowingDatabaseProperties.provisioningState()
Get the provisioningState property: The provisioned state of the resource.ReadWriteDatabaseProperties.provisioningState()
Get the provisioningState property: The provisioned state of the resource.ScriptInner.provisioningState()
Get the provisioningState property: The provisioned state of the resource.ScriptProperties.provisioningState()
Get the provisioningState property: The provisioned state of the resource. -
Uses of ProvisioningState in com.azure.resourcemanager.kusto.models
Modifier and TypeFieldDescriptionstatic final ProvisioningState
ProvisioningState.CREATING
Static value Creating for ProvisioningState.static final ProvisioningState
ProvisioningState.DELETING
Static value Deleting for ProvisioningState.static final ProvisioningState
ProvisioningState.FAILED
Static value Failed for ProvisioningState.static final ProvisioningState
ProvisioningState.MOVING
Static value Moving for ProvisioningState.static final ProvisioningState
ProvisioningState.RUNNING
Static value Running for ProvisioningState.static final ProvisioningState
ProvisioningState.SUCCEEDED
Static value Succeeded for ProvisioningState.Modifier and TypeMethodDescriptionstatic ProvisioningState
ProvisioningState.fromString
(String name) Creates or finds a ProvisioningState from its string representation.AttachedDatabaseConfiguration.provisioningState()
Gets the provisioningState property: The provisioned state of the resource.Cluster.provisioningState()
Gets the provisioningState property: The provisioned state of the resource.ClusterPrincipalAssignment.provisioningState()
Gets the provisioningState property: The provisioned state of the resource.ClusterUpdate.provisioningState()
Get the provisioningState property: The provisioned state of the resource.DatabasePrincipalAssignment.provisioningState()
Gets the provisioningState property: The provisioned state of the resource.EventGridDataConnection.provisioningState()
Get the provisioningState property: The provisioned state of the resource.EventHubDataConnection.provisioningState()
Get the provisioningState property: The provisioned state of the resource.IotHubDataConnection.provisioningState()
Get the provisioningState property: The provisioned state of the resource.ManagedPrivateEndpoint.provisioningState()
Gets the provisioningState property: The provisioned state of the resource.OperationResult.provisioningState()
Gets the provisioningState property: The provisioned state of the resource.OutboundNetworkDependenciesEndpoint.provisioningState()
Gets the provisioningState property: The provisioned state of the resource.ReadOnlyFollowingDatabase.provisioningState()
Get the provisioningState property: The provisioned state of the resource.ReadWriteDatabase.provisioningState()
Get the provisioningState property: The provisioned state of the resource.Script.provisioningState()
Gets the provisioningState property: The provisioned state of the resource.Modifier and TypeMethodDescriptionstatic Collection<ProvisioningState>
ProvisioningState.values()
Gets known ProvisioningState values.