public class FailoverPolicies extends Object
| Constructor and Description |
|---|
FailoverPolicies() |
| Modifier and Type | Method and Description |
|---|---|
List<com.microsoft.azure.management.cosmosdb.implementation.FailoverPolicyInner> |
failoverPolicies()
Get the failoverPolicies value.
|
FailoverPolicies |
withFailoverPolicies(List<com.microsoft.azure.management.cosmosdb.implementation.FailoverPolicyInner> failoverPolicies)
Set the failoverPolicies value.
|
public List<com.microsoft.azure.management.cosmosdb.implementation.FailoverPolicyInner> failoverPolicies()
public FailoverPolicies withFailoverPolicies(List<com.microsoft.azure.management.cosmosdb.implementation.FailoverPolicyInner> failoverPolicies)
failoverPolicies - the failoverPolicies value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/