ManagedCcf Interface

public interface ManagedCcf

An immutable client-side representation of ManagedCcf.

Method Summary

Modifier and Type Method and Description
abstract ManagedCcfBackupResponse backup(ManagedCcfBackup managedCcf)

Performs the backup operation on a Managed CCF Resource.

abstract ManagedCcfBackupResponse 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 ManagedCcfInner innerModel()

Gets the inner com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner object.

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 ManagedCcfProperties properties()

Gets the properties property: ManagedCCFProperties Properties of Managed CCF Resource.

abstract ManagedCcf refresh()

Refreshes the resource to sync with Azure.

abstract ManagedCcf 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 ManagedCcfRestoreResponse restore(ManagedCcfRestore managedCcf)

Performs the restore operation to spin up a newly restored Managed CCF Resource.

abstract ManagedCcfRestoreResponse restore(ManagedCcfRestore managedCcf, Context context)

Performs the restore operation to spin up a newly restored Managed CCF Resource.

abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

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 ManagedCcf resource.

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:

managedCcf - Managed CCF Backup Request Body.

Returns:

object representing the backup response of a Managed CCF Resource.

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:

managedCcf - Managed CCF Backup Request Body.
context - The context to associate with this operation.

Returns:

object representing the backup response of a Managed CCF Resource.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract ManagedCcfInner innerModel()

Gets the inner com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner object.

Returns:

the inner object.

location

public abstract String location()

Gets the location property: The geo-location where the resource lives.

Returns:

the location value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

properties

public abstract ManagedCcfProperties properties()

Gets the properties property: ManagedCCFProperties Properties of Managed CCF Resource.

Returns:

the properties value.

refresh

public abstract ManagedCcf refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource.

refresh

public abstract ManagedCcf refresh(Context context)

Refreshes the resource to sync with Azure.

Parameters:

context - The context to associate with this operation.

Returns:

the refreshed resource.

region

public abstract Region region()

Gets the region of the resource.

Returns:

the region of the resource.

regionName

public abstract String regionName()

Gets the name of the resource region.

Returns:

the name of the resource region.

resourceGroupName

public abstract String resourceGroupName()

Gets the name of the resource group.

Returns:

the name of the resource group.

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:

managedCcf - Managed CCF Restore Request Body.

Returns:

object representing the restore response of a Managed CCF Resource.

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:

managedCcf - Managed CCF Restore Request Body.
context - The context to associate with this operation.

Returns:

object representing the restore response of a Managed CCF Resource.

systemData

public abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

tags

public abstract Map tags()

Gets the tags property: Resource tags.

Returns:

the tags value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

update

public abstract ManagedCcf.Update update()

Begins update for the ManagedCcf resource.

Returns:

the stage of resource update.

Applies to