Uses of Class
com.azure.resourcemanager.loganalytics.models.ClusterReplicationState
Packages that use ClusterReplicationState
Package
Description
Package containing the data models for LogAnalytics.
-
Uses of ClusterReplicationState in com.azure.resourcemanager.loganalytics.models
Subclasses with type arguments of type ClusterReplicationState in com.azure.resourcemanager.loganalytics.modelsModifier and TypeClassDescriptionfinal classThe provisioning state of the cluster replication.Fields in com.azure.resourcemanager.loganalytics.models declared as ClusterReplicationStateModifier and TypeFieldDescriptionstatic final ClusterReplicationStateClusterReplicationState.CANCELEDCanceled.static final ClusterReplicationStateClusterReplicationState.DISABLE_REQUESTEDDisableRequested.static final ClusterReplicationStateClusterReplicationState.DISABLINGDisabling.static final ClusterReplicationStateClusterReplicationState.ENABLE_REQUESTEDEnableRequested.static final ClusterReplicationStateClusterReplicationState.ENABLINGEnabling.static final ClusterReplicationStateClusterReplicationState.FAILEDFailed.static final ClusterReplicationStateClusterReplicationState.ROLLBACK_REQUESTEDRollbackRequested.static final ClusterReplicationStateClusterReplicationState.ROLLING_BACKRollingBack.static final ClusterReplicationStateClusterReplicationState.SUCCEEDEDSucceeded.Methods in com.azure.resourcemanager.loganalytics.models that return ClusterReplicationStateModifier and TypeMethodDescriptionstatic ClusterReplicationStateClusterReplicationState.fromString(String name) Creates or finds a ClusterReplicationState from its string representation.ClusterReplicationProperties.provisioningState()Get the provisioningState property: The provisioning state of the cluster replication.Methods in com.azure.resourcemanager.loganalytics.models that return types with arguments of type ClusterReplicationStateModifier and TypeMethodDescriptionstatic Collection<ClusterReplicationState> ClusterReplicationState.values()Gets known ClusterReplicationState values.