FailoverPolicies Constructors
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.
Overloads
FailoverPolicies() |
Initializes a new instance of the FailoverPolicies class. |
FailoverPolicies(IList<FailoverPolicy>) |
Initializes a new instance of the FailoverPolicies class. |
FailoverPolicies()
Initializes a new instance of the FailoverPolicies class.
public FailoverPolicies ();
Public Sub New ()
Applies to
FailoverPolicies(IList<FailoverPolicy>)
Initializes a new instance of the FailoverPolicies class.
public FailoverPolicies (System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.FailoverPolicy> failoverPoliciesProperty);
new Microsoft.Azure.Management.CosmosDB.Models.FailoverPolicies : System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.FailoverPolicy> -> Microsoft.Azure.Management.CosmosDB.Models.FailoverPolicies
Public Sub New (failoverPoliciesProperty As IList(Of FailoverPolicy))
Parameters
- failoverPoliciesProperty
- IList<FailoverPolicy>
List of failover policies.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET