Method: Azure::RecoveryServicesBackup::Mgmt::V2019_05_13::BackupResourceVaultConfigs#update_with_http_info

Defined in:
lib/2019-05-13/generated/azure_mgmt_recovery_services_backup/backup_resource_vault_configs.rb

#update_with_http_info(vault_name, resource_group_name, parameters, custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse

Updates vault security config.

recovery services vault is present. will be added to the HTTP request.

Parameters:

  • vault_name (String)

    The name of the recovery services vault.

  • resource_group_name (String)

    The name of the resource group where the

  • parameters (BackupResourceVaultConfigResource)

    resource config request

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (MsRestAzure::AzureOperationResponse)

    HTTP response information.



150
151
152
# File 'lib/2019-05-13/generated/azure_mgmt_recovery_services_backup/backup_resource_vault_configs.rb', line 150

def update_with_http_info(vault_name, resource_group_name, parameters, custom_headers:nil)
  update_async(vault_name, resource_group_name, parameters, custom_headers:custom_headers).value!
end