CSMProtectionPolicyOperationsExtensions.AddAsync Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Utwórz nowe zasady ochrony.
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)
Parametry
- operations
- ICSMProtectionPolicyOperations
Odwołanie do elementu Microsoft.Azure.Management.BackupServices.ICSMProtectionPolicyOperations.
- resourceGroupName
- String
Wymagane.
- resourceName
- String
Wymagane.
- policyName
- String
Wymagane. Nazwa zasad ochrony, która ma zostać zaktualizowana.
- cSMAddProtectionPolicyRequest
- CSMAddProtectionPolicyRequest
Wymagane. Żądanie utworzenia zasad ochrony.
- customRequestHeaders
- CustomRequestHeaders
Opcjonalny. Parametry nagłówka żądania.
Zwraca
Odpowiedź usługi standardowej, w tym kod stanu HTTP i identyfikator żądania.
Dotyczy
Azure SDK for .NET