GeoBackupPolicy Interface
public interface GeoBackupPolicy
An immutable client-side representation of GeoBackupPolicy.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Geo |
innerModel()
Gets the inner com. |
| abstract String |
kind()
Gets the kind property: Kind of geo backup policy. |
| abstract String |
location()
Gets the location property: Backup policy location. |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Geo |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Geo |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract Region |
region()
Gets the region of the resource. |
| abstract String |
regionName()
Gets the name of the resource region. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
|
abstract
Geo |
state()
Gets the state property: The state of the geo backup policy. |
| abstract String |
storageType()
Gets the storage |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Geo |
Method Details
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract GeoBackupPolicyInner innerModel()
Gets the inner com.azure.resourcemanager.synapse.fluent.models.GeoBackupPolicyInner object.
Returns:
kind
public abstract String kind()
Gets the kind property: Kind of geo backup policy. This is metadata used for the Azure portal experience.
Returns:
location
public abstract String location()
Gets the location property: Backup policy location.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
refresh
public abstract GeoBackupPolicy refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract GeoBackupPolicy refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
region
public abstract Region region()
Gets the region of the resource.
Returns:
regionName
public abstract String regionName()
Gets the name of the resource region.
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
state
public abstract GeoBackupPolicyState state()
Gets the state property: The state of the geo backup policy.
Returns:
storageType
public abstract String storageType()
Gets the storageType property: The storage type of the geo backup policy.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract GeoBackupPolicy.Update update()
Begins update for the GeoBackupPolicy resource.
Returns: