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.Fluent.Models.FailoverPolicy> failoverPoliciesProperty);
new Microsoft.Azure.Management.CosmosDB.Fluent.Models.FailoverPolicies : System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.FailoverPolicy> -> Microsoft.Azure.Management.CosmosDB.Fluent.Models.FailoverPolicies
Public Sub New (failoverPoliciesProperty As IList(Of FailoverPolicy))
Parameters
- failoverPoliciesProperty
- IList<FailoverPolicy>
List of failover policies.