Uses of Class
com.azure.resourcemanager.loganalytics.models.ClusterEntityStatus
Packages that use ClusterEntityStatus
Package
Description
Package containing the inner data models for OperationalInsightsManagementClient.
Package containing the data models for OperationalInsightsManagementClient.
-
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
Fields in com.azure.resourcemanager.loganalytics.models declared as ClusterEntityStatusModifier and TypeFieldDescriptionstatic final ClusterEntityStatusClusterEntityStatus.CANCELEDStatic value Canceled for ClusterEntityStatus.static final ClusterEntityStatusClusterEntityStatus.CREATINGStatic value Creating for ClusterEntityStatus.static final ClusterEntityStatusClusterEntityStatus.DELETINGStatic value Deleting for ClusterEntityStatus.static final ClusterEntityStatusClusterEntityStatus.FAILEDStatic value Failed for ClusterEntityStatus.static final ClusterEntityStatusClusterEntityStatus.PROVISIONING_ACCOUNTStatic value ProvisioningAccount for ClusterEntityStatus.static final ClusterEntityStatusClusterEntityStatus.SUCCEEDEDStatic value Succeeded for ClusterEntityStatus.static final ClusterEntityStatusClusterEntityStatus.UPDATINGStatic value Updating for ClusterEntityStatus.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.