Uses of Class
com.azure.resourcemanager.loganalytics.models.ClusterEntityStatus
Packages that use ClusterEntityStatus
Package
Description
Package containing the inner data models for LogAnalytics.
Package containing the data models for LogAnalytics.
-
Uses of ClusterEntityStatus in com.azure.resourcemanager.loganalytics.fluent.models
Methods in com.azure.resourcemanager.loganalytics.fluent.models that return ClusterEntityStatusModifier and TypeMethodDescriptionClusterInner.provisioningState()Get the provisioningState property: The provisioning state of the cluster.ClusterProperties.provisioningState()Get the provisioningState property: The provisioning state of the cluster. -
Uses of ClusterEntityStatus in com.azure.resourcemanager.loganalytics.models
Subclasses with type arguments of type ClusterEntityStatus in com.azure.resourcemanager.loganalytics.modelsModifier and TypeClassDescriptionfinal classThe provisioning state of the cluster.Fields in com.azure.resourcemanager.loganalytics.models declared as ClusterEntityStatusModifier and TypeFieldDescriptionstatic final ClusterEntityStatusClusterEntityStatus.CANCELEDCanceled.static final ClusterEntityStatusClusterEntityStatus.CREATINGCreating.static final ClusterEntityStatusClusterEntityStatus.DELETINGDeleting.static final ClusterEntityStatusClusterEntityStatus.FAILEDFailed.static final ClusterEntityStatusClusterEntityStatus.PROVISIONING_ACCOUNTProvisioningAccount.static final ClusterEntityStatusClusterEntityStatus.SUCCEEDEDSucceeded.static final ClusterEntityStatusClusterEntityStatus.UPDATINGUpdating.Methods in com.azure.resourcemanager.loganalytics.models that return ClusterEntityStatusModifier and TypeMethodDescriptionstatic ClusterEntityStatusClusterEntityStatus.fromString(String name) Creates or finds a ClusterEntityStatus from its string representation.Cluster.provisioningState()Gets the provisioningState property: The provisioning state of the cluster.Methods in com.azure.resourcemanager.loganalytics.models that return types with arguments of type ClusterEntityStatusModifier and TypeMethodDescriptionstatic Collection<ClusterEntityStatus> ClusterEntityStatus.values()Gets known ClusterEntityStatus values.