Freigeben über


DataReplicationProtectedItemCollection.CreateOrUpdate Methode

Definition

Erstellt das geschützte Element.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/protectedItems/{protectedItemName}
  • Vorgang IdProtectedItem_Create
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationProtectedItemResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string protectedItemName, Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationProtectedItemData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationProtectedItemData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationProtectedItemResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationProtectedItemData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationProtectedItemResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, protectedItemName As String, data As DataReplicationProtectedItemData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of DataReplicationProtectedItemResource)

Parameter

waitUntil
WaitUntil

Completed , wenn die Methode auf die Rückgabe warten soll, bis der lange ausgeführte Vorgang für den Dienst abgeschlossen ist; Started , wenn es nach dem Starten des Vorgangs zurückgegeben werden soll. Weitere Informationen zu Vorgängen mit langer Ausführung finden Sie unter Beispiele für Azure.Core-Long-Running-Vorgänge.

protectedItemName
String

Der Name des geschützten Elements.

data
DataReplicationProtectedItemData

Geschütztes Elementmodell.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

protectedItemName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

protectedItemName oder data ist NULL.

Gilt für: