你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ManagedCcfsClient Interface

public interface ManagedCcfsClient

An instance of this class provides access to all the operations defined in ManagedCcfsClient.

Method Summary

Modifier and Type Method and Description
abstract ManagedCcfBackupResponseInner backup(String resourceGroupName, String appName, ManagedCcfBackup managedCcf)

Performs the backup operation on a Managed CCF Resource.

abstract ManagedCcfBackupResponseInner backup(String resourceGroupName, String appName, ManagedCcfBackup managedCcf, Context context)

Performs the backup operation on a Managed CCF Resource.

abstract SyncPoller<PollResult<ManagedCcfBackupResponseInner>,ManagedCcfBackupResponseInner> beginBackup(String resourceGroupName, String appName, ManagedCcfBackup managedCcf)

Performs the backup operation on a Managed CCF Resource.

abstract SyncPoller<PollResult<ManagedCcfBackupResponseInner>,ManagedCcfBackupResponseInner> beginBackup(String resourceGroupName, String appName, ManagedCcfBackup managedCcf, Context context)

Performs the backup operation on a Managed CCF Resource.

abstract SyncPoller<PollResult<ManagedCcfInner>,ManagedCcfInner> beginCreate(String resourceGroupName, String appName, ManagedCcfInner managedCcf)

Creates a Managed CCF.

abstract SyncPoller<PollResult<ManagedCcfInner>,ManagedCcfInner> beginCreate(String resourceGroupName, String appName, ManagedCcfInner managedCcf, Context context)

Creates a Managed CCF.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String appName)

Deletes a Managed CCF resource.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String appName, Context context)

Deletes a Managed CCF resource.

abstract SyncPoller<PollResult<ManagedCcfRestoreResponseInner>,ManagedCcfRestoreResponseInner> beginRestore(String resourceGroupName, String appName, ManagedCcfRestore managedCcf)

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

abstract SyncPoller<PollResult<ManagedCcfRestoreResponseInner>,ManagedCcfRestoreResponseInner> beginRestore(String resourceGroupName, String appName, ManagedCcfRestore managedCcf, Context context)

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

abstract SyncPoller<PollResult<ManagedCcfInner>,ManagedCcfInner> beginUpdate(String resourceGroupName, String appName, ManagedCcfInner managedCcf)

Update Managed CCF properties Updates properties of Managed CCF.

abstract SyncPoller<PollResult<ManagedCcfInner>,ManagedCcfInner> beginUpdate(String resourceGroupName, String appName, ManagedCcfInner managedCcf, Context context)

Update Managed CCF properties Updates properties of Managed CCF.

abstract ManagedCcfInner create(String resourceGroupName, String appName, ManagedCcfInner managedCcf)

Creates a Managed CCF.

abstract ManagedCcfInner create(String resourceGroupName, String appName, ManagedCcfInner managedCcf, Context context)

Creates a Managed CCF.

abstract void delete(String resourceGroupName, String appName)

Deletes a Managed CCF resource.

abstract void delete(String resourceGroupName, String appName, Context context)

Deletes a Managed CCF resource.

abstract ManagedCcfInner getByResourceGroup(String resourceGroupName, String appName)

Retrieves information about a Managed CCF resource.

abstract Response<ManagedCcfInner> getByResourceGroupWithResponse(String resourceGroupName, String appName, Context context)

Retrieves information about a Managed CCF resource.

abstract PagedIterable<ManagedCcfInner> list()

Retrieves information about all Managed CCF resources under the given subscription Retrieves the properties of all Managed CCF.

abstract PagedIterable<ManagedCcfInner> list(String filter, Context context)

Retrieves information about all Managed CCF resources under the given subscription Retrieves the properties of all Managed CCF.

abstract PagedIterable<ManagedCcfInner> listByResourceGroup(String resourceGroupName)

Retrieves information about all Managed CCF resources under the given subscription and resource group Retrieves the properties of all Managed CCF apps.

abstract PagedIterable<ManagedCcfInner> listByResourceGroup(String resourceGroupName, String filter, Context context)

Retrieves information about all Managed CCF resources under the given subscription and resource group Retrieves the properties of all Managed CCF apps.

abstract ManagedCcfRestoreResponseInner restore(String resourceGroupName, String appName, ManagedCcfRestore managedCcf)

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

abstract ManagedCcfRestoreResponseInner restore(String resourceGroupName, String appName, ManagedCcfRestore managedCcf, Context context)

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

abstract ManagedCcfInner update(String resourceGroupName, String appName, ManagedCcfInner managedCcf)

Update Managed CCF properties Updates properties of Managed CCF.

abstract ManagedCcfInner update(String resourceGroupName, String appName, ManagedCcfInner managedCcf, Context context)

Update Managed CCF properties Updates properties of Managed CCF.

Method Details

backup

public abstract ManagedCcfBackupResponseInner backup(String resourceGroupName, String appName, ManagedCcfBackup managedCcf)

Performs the backup operation on a Managed CCF Resource. Backs up a Managed CCF Resource.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
appName - Name of the Managed CCF.
managedCcf - Managed CCF Backup Request Body.

Returns:

object representing the backup response of a Managed CCF Resource.

backup

public abstract ManagedCcfBackupResponseInner backup(String resourceGroupName, String appName, ManagedCcfBackup managedCcf, Context context)

Performs the backup operation on a Managed CCF Resource. Backs up a Managed CCF Resource.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
appName - Name of the Managed CCF.
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.

beginBackup

public abstract SyncPoller,ManagedCcfBackupResponseInner> beginBackup(String resourceGroupName, String appName, ManagedCcfBackup managedCcf)

Performs the backup operation on a Managed CCF Resource. Backs up a Managed CCF Resource.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
appName - Name of the Managed CCF.
managedCcf - Managed CCF Backup Request Body.

Returns:

the SyncPoller<T,U> for polling of object representing the backup response of a Managed CCF Resource.

beginBackup

public abstract SyncPoller,ManagedCcfBackupResponseInner> beginBackup(String resourceGroupName, String appName, ManagedCcfBackup managedCcf, Context context)

Performs the backup operation on a Managed CCF Resource. Backs up a Managed CCF Resource.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
appName - Name of the Managed CCF.
managedCcf - Managed CCF Backup Request Body.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of object representing the backup response of a Managed CCF Resource.

beginCreate

public abstract SyncPoller,ManagedCcfInner> beginCreate(String resourceGroupName, String appName, ManagedCcfInner managedCcf)

Creates a Managed CCF. Creates a Managed CCF with the specified Managed CCF parameters.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
appName - Name of the Managed CCF.
managedCcf - Managed CCF Create Request Body.

Returns:

the SyncPoller<T,U> for polling of managed CCF.

beginCreate

public abstract SyncPoller,ManagedCcfInner> beginCreate(String resourceGroupName, String appName, ManagedCcfInner managedCcf, Context context)

Creates a Managed CCF. Creates a Managed CCF with the specified Managed CCF parameters.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
appName - Name of the Managed CCF.
managedCcf - Managed CCF Create Request Body.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of managed CCF.

beginDelete

public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String appName)

Deletes a Managed CCF resource. Deletes an existing Managed CCF.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
appName - Name of the Managed CCF.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginDelete

public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String appName, Context context)

Deletes a Managed CCF resource. Deletes an existing Managed CCF.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
appName - Name of the Managed CCF.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginRestore

public abstract SyncPoller,ManagedCcfRestoreResponseInner> beginRestore(String resourceGroupName, String appName, ManagedCcfRestore managedCcf)

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

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
appName - Name of the Managed CCF.
managedCcf - Managed CCF Restore Request Body.

Returns:

the SyncPoller<T,U> for polling of object representing the restore response of a Managed CCF Resource.

beginRestore

public abstract SyncPoller,ManagedCcfRestoreResponseInner> beginRestore(String resourceGroupName, String appName, ManagedCcfRestore managedCcf, Context context)

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

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
appName - Name of the Managed CCF.
managedCcf - Managed CCF Restore Request Body.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of object representing the restore response of a Managed CCF Resource.

beginUpdate

public abstract SyncPoller,ManagedCcfInner> beginUpdate(String resourceGroupName, String appName, ManagedCcfInner managedCcf)

Update Managed CCF properties Updates properties of Managed CCF.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
appName - Name of the Managed CCF.
managedCcf - Request body for Updating Managed CCF App.

Returns:

the SyncPoller<T,U> for polling of managed CCF.

beginUpdate

public abstract SyncPoller,ManagedCcfInner> beginUpdate(String resourceGroupName, String appName, ManagedCcfInner managedCcf, Context context)

Update Managed CCF properties Updates properties of Managed CCF.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
appName - Name of the Managed CCF.
managedCcf - Request body for Updating Managed CCF App.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of managed CCF.

create

public abstract ManagedCcfInner create(String resourceGroupName, String appName, ManagedCcfInner managedCcf)

Creates a Managed CCF. Creates a Managed CCF with the specified Managed CCF parameters.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
appName - Name of the Managed CCF.
managedCcf - Managed CCF Create Request Body.

Returns:

managed CCF.

create

public abstract ManagedCcfInner create(String resourceGroupName, String appName, ManagedCcfInner managedCcf, Context context)

Creates a Managed CCF. Creates a Managed CCF with the specified Managed CCF parameters.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
appName - Name of the Managed CCF.
managedCcf - Managed CCF Create Request Body.
context - The context to associate with this operation.

Returns:

managed CCF.

delete

public abstract void delete(String resourceGroupName, String appName)

Deletes a Managed CCF resource. Deletes an existing Managed CCF.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
appName - Name of the Managed CCF.

delete

public abstract void delete(String resourceGroupName, String appName, Context context)

Deletes a Managed CCF resource. Deletes an existing Managed CCF.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
appName - Name of the Managed CCF.
context - The context to associate with this operation.

getByResourceGroup

public abstract ManagedCcfInner getByResourceGroup(String resourceGroupName, String appName)

Retrieves information about a Managed CCF resource. Retrieves the properties of a Managed CCF app.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
appName - Name of the Managed CCF.

Returns:

managed CCF.

getByResourceGroupWithResponse

public abstract Response getByResourceGroupWithResponse(String resourceGroupName, String appName, Context context)

Retrieves information about a Managed CCF resource. Retrieves the properties of a Managed CCF app.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
appName - Name of the Managed CCF.
context - The context to associate with this operation.

Returns:

managed CCF along with Response<T>.

list

public abstract PagedIterable list()

Retrieves information about all Managed CCF resources under the given subscription Retrieves the properties of all Managed CCF.

Returns:

object that includes an array of Managed CCF and a possible link for next set as paginated response with PagedIterable<T>.

list

public abstract PagedIterable list(String filter, Context context)

Retrieves information about all Managed CCF resources under the given subscription Retrieves the properties of all Managed CCF.

Parameters:

filter - The filter to apply on the list operation. eg. $filter=ledgerType eq 'Public'.
context - The context to associate with this operation.

Returns:

object that includes an array of Managed CCF and a possible link for next set as paginated response with PagedIterable<T>.

listByResourceGroup

public abstract PagedIterable listByResourceGroup(String resourceGroupName)

Retrieves information about all Managed CCF resources under the given subscription and resource group Retrieves the properties of all Managed CCF apps.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.

Returns:

object that includes an array of Managed CCF and a possible link for next set as paginated response with PagedIterable<T>.

listByResourceGroup

public abstract PagedIterable listByResourceGroup(String resourceGroupName, String filter, Context context)

Retrieves information about all Managed CCF resources under the given subscription and resource group Retrieves the properties of all Managed CCF apps.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
filter - The filter to apply on the list operation. eg. $filter=ledgerType eq 'Public'.
context - The context to associate with this operation.

Returns:

object that includes an array of Managed CCF and a possible link for next set as paginated response with PagedIterable<T>.

restore

public abstract ManagedCcfRestoreResponseInner restore(String resourceGroupName, String appName, ManagedCcfRestore managedCcf)

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

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
appName - Name of the Managed CCF.
managedCcf - Managed CCF Restore Request Body.

Returns:

object representing the restore response of a Managed CCF Resource.

restore

public abstract ManagedCcfRestoreResponseInner restore(String resourceGroupName, String appName, ManagedCcfRestore managedCcf, Context context)

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

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
appName - Name of the Managed CCF.
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.

update

public abstract ManagedCcfInner update(String resourceGroupName, String appName, ManagedCcfInner managedCcf)

Update Managed CCF properties Updates properties of Managed CCF.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
appName - Name of the Managed CCF.
managedCcf - Request body for Updating Managed CCF App.

Returns:

managed CCF.

update

public abstract ManagedCcfInner update(String resourceGroupName, String appName, ManagedCcfInner managedCcf, Context context)

Update Managed CCF properties Updates properties of Managed CCF.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
appName - Name of the Managed CCF.
managedCcf - Request body for Updating Managed CCF App.
context - The context to associate with this operation.

Returns:

managed CCF.

Applies to