ManagedCcfs Interface
public interface ManagedCcfs
Resource collection API of ManagedCcfs.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Managed |
backup(String resourceGroupName, String appName, ManagedCcfBackup managedCcf)
Performs the backup operation on a Managed CCF Resource. |
abstract
Managed |
backup(String resourceGroupName, String appName, ManagedCcfBackup managedCcf, Context context)
Performs the backup operation on a Managed CCF Resource. |
abstract Blank |
define(String name)
Begins definition for a new Managed |
abstract void |
delete(String resourceGroupName, String appName, Context context)
Deletes a Managed CCF resource. |
abstract void |
deleteById(String id)
Deletes a Managed CCF resource. |
abstract void |
deleteByIdWithResponse(String id, Context context)
Deletes a Managed CCF resource. |
abstract void |
deleteByResourceGroup(String resourceGroupName, String appName)
Deletes a Managed CCF resource. |
abstract
Managed |
getById(String id)
Retrieves information about a Managed CCF resource. |
abstract
Response<Managed |
getByIdWithResponse(String id, Context context)
Retrieves information about a Managed CCF resource. |
abstract
Managed |
getByResourceGroup(String resourceGroupName, String appName)
Retrieves information about a Managed CCF resource. |
abstract
Response<Managed |
getByResourceGroupWithResponse(String resourceGroupName, String appName, Context context)
Retrieves information about a Managed CCF resource. |
abstract
Paged |
list()
Retrieves information about all Managed CCF resources under the given subscription Retrieves the properties of all Managed CCF. |
abstract
Paged |
list(String filter, Context context)
Retrieves information about all Managed CCF resources under the given subscription Retrieves the properties of all Managed CCF. |
abstract
Paged |
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
Paged |
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
Managed |
restore(String resourceGroupName, String appName, ManagedCcfRestore managedCcf)
Performs the restore operation to spin up a newly restored Managed CCF Resource. |
abstract
Managed |
restore(String resourceGroupName, String appName, ManagedCcfRestore managedCcf, Context context)
Performs the restore operation to spin up a newly restored Managed CCF Resource. |
Method Details
backup
public abstract ManagedCcfBackupResponse backup(String resourceGroupName, String appName, ManagedCcfBackup managedCcf)
Performs the backup operation on a Managed CCF Resource. Backs up a Managed CCF Resource.
Parameters:
Returns:
backup
public abstract ManagedCcfBackupResponse 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:
Returns:
define
public abstract ManagedCcf.DefinitionStages.Blank define(String name)
Begins definition for a new ManagedCcf resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String appName, Context context)
Deletes a Managed CCF resource. Deletes an existing Managed CCF.
Parameters:
deleteById
public abstract void deleteById(String id)
Deletes a Managed CCF resource. Deletes an existing Managed CCF.
Parameters:
deleteByIdWithResponse
public abstract void deleteByIdWithResponse(String id, Context context)
Deletes a Managed CCF resource. Deletes an existing Managed CCF.
Parameters:
deleteByResourceGroup
public abstract void deleteByResourceGroup(String resourceGroupName, String appName)
Deletes a Managed CCF resource. Deletes an existing Managed CCF.
Parameters:
getById
public abstract ManagedCcf getById(String id)
Retrieves information about a Managed CCF resource. Retrieves the properties of a Managed CCF app.
Parameters:
Returns:
getByIdWithResponse
public abstract Response
Retrieves information about a Managed CCF resource. Retrieves the properties of a Managed CCF app.
Parameters:
Returns:
getByResourceGroup
public abstract ManagedCcf getByResourceGroup(String resourceGroupName, String appName)
Retrieves information about a Managed CCF resource. Retrieves the properties of a Managed CCF app.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response
Retrieves information about a Managed CCF resource. Retrieves the properties of a Managed CCF app.
Parameters:
Returns:
list
public abstract PagedIterable
Retrieves information about all Managed CCF resources under the given subscription Retrieves the properties of all Managed CCF.
Returns:
list
public abstract PagedIterable
Retrieves information about all Managed CCF resources under the given subscription Retrieves the properties of all Managed CCF.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable
Retrieves information about all Managed CCF resources under the given subscription and resource group Retrieves the properties of all Managed CCF apps.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable
Retrieves information about all Managed CCF resources under the given subscription and resource group Retrieves the properties of all Managed CCF apps.
Parameters:
Returns:
restore
public abstract ManagedCcfRestoreResponse 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:
Returns:
restore
public abstract ManagedCcfRestoreResponse 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:
Returns:
Applies to
Azure SDK for Java