Interface VaultExtendedInfoes


public interface VaultExtendedInfoes
Resource collection API of VaultExtendedInfoes.
  • Method Details

    • get

      VaultExtendedInfoResource get(String resourceGroupName, String vaultName)
      Get the vault extended info.
      Parameters:
      resourceGroupName - The name of the resource group where the recovery services vault is present.
      vaultName - The name of the recovery services vault.
      Returns:
      the vault extended info.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getWithResponse

      com.azure.core.http.rest.Response<VaultExtendedInfoResource> getWithResponse(String resourceGroupName, String vaultName, com.azure.core.util.Context context)
      Get the vault extended info.
      Parameters:
      resourceGroupName - The name of the resource group where the recovery services vault is present.
      vaultName - The name of the recovery services vault.
      context - The context to associate with this operation.
      Returns:
      the vault extended info along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • createOrUpdate

      VaultExtendedInfoResource createOrUpdate(String resourceGroupName, String vaultName, VaultExtendedInfoResourceInner resourceExtendedInfoDetails)
      Create vault extended info.
      Parameters:
      resourceGroupName - The name of the resource group where the recovery services vault is present.
      vaultName - The name of the recovery services vault.
      resourceExtendedInfoDetails - Details of ResourceExtendedInfo.
      Returns:
      vault extended information.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • createOrUpdateWithResponse

      com.azure.core.http.rest.Response<VaultExtendedInfoResource> createOrUpdateWithResponse(String resourceGroupName, String vaultName, VaultExtendedInfoResourceInner resourceExtendedInfoDetails, com.azure.core.util.Context context)
      Create vault extended info.
      Parameters:
      resourceGroupName - The name of the resource group where the recovery services vault is present.
      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.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • update

      VaultExtendedInfoResource update(String resourceGroupName, String vaultName, VaultExtendedInfoResourceInner resourceExtendedInfoDetails)
      Update vault extended info.
      Parameters:
      resourceGroupName - The name of the resource group where the recovery services vault is present.
      vaultName - The name of the recovery services vault.
      resourceExtendedInfoDetails - Details of ResourceExtendedInfo.
      Returns:
      vault extended information.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • updateWithResponse

      com.azure.core.http.rest.Response<VaultExtendedInfoResource> updateWithResponse(String resourceGroupName, String vaultName, VaultExtendedInfoResourceInner resourceExtendedInfoDetails, com.azure.core.util.Context context)
      Update vault extended info.
      Parameters:
      resourceGroupName - The name of the resource group where the recovery services vault is present.
      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.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.