Uses of Class
com.azure.resourcemanager.cosmos.models.ManagedCassandraReaperStatus
-
Packages that use ManagedCassandraReaperStatus Package Description com.azure.resourcemanager.cosmos.fluent.models Package containing the inner data models for CosmosDBManagementClient.com.azure.resourcemanager.cosmos.models Package containing the data models for CosmosDBManagementClient. -
-
Uses of ManagedCassandraReaperStatus in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return ManagedCassandraReaperStatus Modifier and Type Method Description ManagedCassandraReaperStatusCassandraClusterPublicStatusInner. reaperStatus()Get the reaperStatus property: The reaperStatus property.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type ManagedCassandraReaperStatus Modifier and Type Method Description CassandraClusterPublicStatusInnerCassandraClusterPublicStatusInner. withReaperStatus(ManagedCassandraReaperStatus reaperStatus)Set the reaperStatus property: The reaperStatus property. -
Uses of ManagedCassandraReaperStatus in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return ManagedCassandraReaperStatus Modifier and Type Method Description ManagedCassandraReaperStatusManagedCassandraReaperStatus. withHealthy(Boolean healthy)Set the healthy property: The healthy property.ManagedCassandraReaperStatusManagedCassandraReaperStatus. withRepairRunIds(Map<String,String> repairRunIds)Set the repairRunIds property: Dictionary of <string>.ManagedCassandraReaperStatusManagedCassandraReaperStatus. withRepairSchedules(Map<String,String> repairSchedules)Set the repairSchedules property: Dictionary of <string>.
-