ManagedCcf Interface
public interface ManagedCcf
An immutable client-side representation of ManagedCcf.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Managed |
backup(ManagedCcfBackup managedCcf)
Performs the backup operation on a Managed CCF Resource. |
abstract
Managed |
backup(ManagedCcfBackup managedCcf, Context context)
Performs the backup operation on a Managed CCF Resource. |
abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
abstract
Managed |
innerModel()
Gets the inner com. |
abstract String |
location()
Gets the location property: The geo-location where the resource lives. |
abstract String |
name()
Gets the name property: The name of the resource. |
abstract
Managed |
properties()
Gets the properties property: Managed |
abstract
Managed |
refresh()
Refreshes the resource to sync with Azure. |
abstract
Managed |
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
Managed |
restore(ManagedCcfRestore managedCcf)
Performs the restore operation to spin up a newly restored Managed CCF Resource. |
abstract
Managed |
restore(ManagedCcfRestore managedCcf, Context context)
Performs the restore operation to spin up a newly restored Managed CCF Resource. |
abstract
System |
systemData()
Gets the system |
abstract Map<String,String> |
tags()
Gets the tags property: Resource tags. |
abstract String |
type()
Gets the type property: The type of the resource. |
abstract Update |
update()
Begins update for the Managed |
Method Details
backup
public abstract ManagedCcfBackupResponse backup(ManagedCcfBackup managedCcf)
Performs the backup operation on a Managed CCF Resource. Backs up a Managed CCF Resource.
Parameters:
Returns:
backup
public abstract ManagedCcfBackupResponse backup(ManagedCcfBackup managedCcf, Context context)
Performs the backup operation on a Managed CCF Resource. Backs up a Managed CCF Resource.
Parameters:
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract ManagedCcfInner innerModel()
Gets the inner com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner object.
Returns:
location
public abstract String location()
Gets the location property: The geo-location where the resource lives.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
properties
public abstract ManagedCcfProperties properties()
Gets the properties property: ManagedCCFProperties Properties of Managed CCF Resource.
Returns:
refresh
public abstract ManagedCcf refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract ManagedCcf 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:
restore
public abstract ManagedCcfRestoreResponse restore(ManagedCcfRestore managedCcf)
Performs the restore operation to spin up a newly restored Managed CCF Resource. Restores a Managed CCF Resource.
Parameters:
Returns:
restore
public abstract ManagedCcfRestoreResponse restore(ManagedCcfRestore managedCcf, Context context)
Performs the restore operation to spin up a newly restored Managed CCF Resource. Restores a Managed CCF Resource.
Parameters:
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
tags
public abstract Map
Gets the tags property: Resource tags.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract ManagedCcf.Update update()
Begins update for the ManagedCcf resource.
Returns:
Applies to
Azure SDK for Java