ArmCosmosDBModelFactory.CassandraReaperStatus Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of CassandraReaperStatus.
public static Azure.ResourceManager.CosmosDB.Models.CassandraReaperStatus CassandraReaperStatus(bool? isHealthy = default, System.Collections.Generic.IReadOnlyDictionary<string,string> repairRunIds = default, System.Collections.Generic.IReadOnlyDictionary<string,string> repairSchedules = default);
static member CassandraReaperStatus : Nullable<bool> * System.Collections.Generic.IReadOnlyDictionary<string, string> * System.Collections.Generic.IReadOnlyDictionary<string, string> -> Azure.ResourceManager.CosmosDB.Models.CassandraReaperStatus
Public Shared Function CassandraReaperStatus (Optional isHealthy As Nullable(Of Boolean) = Nothing, Optional repairRunIds As IReadOnlyDictionary(Of String, String) = Nothing, Optional repairSchedules As IReadOnlyDictionary(Of String, String) = Nothing) As CassandraReaperStatus
Parameters
- repairRunIds
- IReadOnlyDictionary<String,String>
Dictionary of <string>.
- repairSchedules
- IReadOnlyDictionary<String,String>
Dictionary of <string>.
Returns
A new CassandraReaperStatus instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET