Freigeben über


ResourceGuardProxyOperationsExtensions.PutAsync Methode

Definition

Hinzufügen oder Aktualisieren von ResourceGuardProxy unter tresorsicheren kritischen Vorgängen

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ResourceGuardProxyBaseResource> PutAsync (this Microsoft.Azure.Management.RecoveryServices.Backup.IResourceGuardProxyOperations operations, string vaultName, string resourceGroupName, string resourceGuardProxyName, Microsoft.Azure.Management.RecoveryServices.Backup.Models.ResourceGuardProxyBaseResource parameters, System.Threading.CancellationToken cancellationToken = default);
static member PutAsync : Microsoft.Azure.Management.RecoveryServices.Backup.IResourceGuardProxyOperations * string * string * string * Microsoft.Azure.Management.RecoveryServices.Backup.Models.ResourceGuardProxyBaseResource * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ResourceGuardProxyBaseResource>
<Extension()>
Public Function PutAsync (operations As IResourceGuardProxyOperations, vaultName As String, resourceGroupName As String, resourceGuardProxyName As String, parameters As ResourceGuardProxyBaseResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ResourceGuardProxyBaseResource)

Parameter

operations
IResourceGuardProxyOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

vaultName
String

Der Name des Recovery Services-Tresors.

resourceGroupName
String

Der Name der Ressourcengruppe, in der sich der Recovery Services-Tresor befindet.

resourceGuardProxyName
String
parameters
ResourceGuardProxyBaseResource

Anforderungstext für Den Vorgang

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: