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