public class GeoBackupPolicyInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
GeoBackupPolicyInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
kind()
Get the kind property: Kind of geo backup policy.
|
String |
location()
Get the location property: Backup policy location.
|
GeoBackupPolicyState |
state()
Get the state property: The state of the geo backup policy.
|
String |
storageType()
Get the storageType property: The storage type of the geo backup policy.
|
void |
validate()
Validates the instance.
|
GeoBackupPolicyInner |
withState(GeoBackupPolicyState state)
Set the state property: The state of the geo backup policy.
|
public String kind()
public String location()
public GeoBackupPolicyState state()
public GeoBackupPolicyInner withState(GeoBackupPolicyState state)
state - the state value to set.public String storageType()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.