VaultExtendedInfoesClient Interface

public interface VaultExtendedInfoesClient

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

Method Summary

Modifier and Type Method and Description
abstract VaultExtendedInfoResourceInner createOrUpdate(String resourceGroupName, String vaultName, VaultExtendedInfoResourceInner resourceExtendedInfoDetails)

Create vault extended info.

abstract Response<VaultExtendedInfoResourceInner> createOrUpdateWithResponse(String resourceGroupName, String vaultName, VaultExtendedInfoResourceInner resourceExtendedInfoDetails, Context context)

Create vault extended info.

abstract VaultExtendedInfoResourceInner get(String resourceGroupName, String vaultName)

Get the vault extended info.

abstract Response<VaultExtendedInfoResourceInner> getWithResponse(String resourceGroupName, String vaultName, Context context)

Get the vault extended info.

abstract VaultExtendedInfoResourceInner update(String resourceGroupName, String vaultName, VaultExtendedInfoResourceInner resourceExtendedInfoDetails)

Update vault extended info.

abstract Response<VaultExtendedInfoResourceInner> updateWithResponse(String resourceGroupName, String vaultName, VaultExtendedInfoResourceInner resourceExtendedInfoDetails, Context context)

Update vault extended info.

Method Details

createOrUpdate

public abstract VaultExtendedInfoResourceInner createOrUpdate(String resourceGroupName, String vaultName, VaultExtendedInfoResourceInner resourceExtendedInfoDetails)

Create vault extended info.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
vaultName - The name of the recovery services vault.
resourceExtendedInfoDetails - Details of ResourceExtendedInfo.

Returns:

vault extended information.

createOrUpdateWithResponse

public abstract Response createOrUpdateWithResponse(String resourceGroupName, String vaultName, VaultExtendedInfoResourceInner resourceExtendedInfoDetails, Context context)

Create vault extended info.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
vaultName - The name of the recovery services vault.
resourceExtendedInfoDetails - Details of ResourceExtendedInfo.
context - The context to associate with this operation.

Returns:

vault extended information along with Response<T>.

get

public abstract VaultExtendedInfoResourceInner get(String resourceGroupName, String vaultName)

Get the vault extended info.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
vaultName - The name of the recovery services vault.

Returns:

the vault extended info.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String vaultName, Context context)

Get the vault extended info.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
vaultName - The name of the recovery services vault.
context - The context to associate with this operation.

Returns:

the vault extended info along with Response<T>.

update

public abstract VaultExtendedInfoResourceInner update(String resourceGroupName, String vaultName, VaultExtendedInfoResourceInner resourceExtendedInfoDetails)

Update vault extended info.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
vaultName - The name of the recovery services vault.
resourceExtendedInfoDetails - Details of ResourceExtendedInfo.

Returns:

vault extended information.

updateWithResponse

public abstract Response updateWithResponse(String resourceGroupName, String vaultName, VaultExtendedInfoResourceInner resourceExtendedInfoDetails, Context context)

Update vault extended info.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
vaultName - The name of the recovery services vault.
resourceExtendedInfoDetails - Details of ResourceExtendedInfo.
context - The context to associate with this operation.

Returns:

vault extended information along with Response<T>.

Applies to