Compartilhar via


CSMProtectionPolicyOperationsExtensions.AddAsync Método

Definição

Crie uma nova Política de Proteção.

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> AddAsync (this Microsoft.Azure.Management.BackupServices.ICSMProtectionPolicyOperations operations, string resourceGroupName, string resourceName, string policyName, Microsoft.Azure.Management.BackupServices.Models.CSMAddProtectionPolicyRequest cSMAddProtectionPolicyRequest, Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders customRequestHeaders);
static member AddAsync : Microsoft.Azure.Management.BackupServices.ICSMProtectionPolicyOperations * string * string * string * Microsoft.Azure.Management.BackupServices.Models.CSMAddProtectionPolicyRequest * Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function AddAsync (operations As ICSMProtectionPolicyOperations, resourceGroupName As String, resourceName As String, policyName As String, cSMAddProtectionPolicyRequest As CSMAddProtectionPolicyRequest, customRequestHeaders As CustomRequestHeaders) As Task(Of AzureOperationResponse)

Parâmetros

operations
ICSMProtectionPolicyOperations

Referência a Microsoft.Azure.Management.BackupServices.ICSMProtectionPolicyOperations.

resourceGroupName
String

Obrigatórios.

resourceName
String

Obrigatórios.

policyName
String

Obrigatórios. O nome da política de proteção a ser atualizada.

cSMAddProtectionPolicyRequest
CSMAddProtectionPolicyRequest

Obrigatórios. A solicitação de criação da política de proteção.

customRequestHeaders
CustomRequestHeaders

Opcional. Parâmetros de cabeçalho de solicitação.

Retornos

Task<Microsoft.Azure.AzureOperationResponse>

Uma resposta de serviço padrão, incluindo uma ID de solicitação e o código de status HTTP.

Aplica-se a