Freigeben über


ProtectedItemsOperationsExtensions.CreateOrUpdate Methode

Definition

Ermöglicht die Sicherung eines Elements oder das Ändern der Sicherungsrichtlinieninformationen eines bereits gesicherten Elements. Das ist ein asynchroner Vorgang. Um die status des Vorgangs zu kennen, rufen Sie die GetItemOperationResult-API auf.

public static Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectedItemResource CreateOrUpdate (this Microsoft.Azure.Management.RecoveryServices.Backup.IProtectedItemsOperations operations, string vaultName, string resourceGroupName, string fabricName, string containerName, string protectedItemName, Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectedItemResource parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.RecoveryServices.Backup.IProtectedItemsOperations * string * string * string * string * string * Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectedItemResource -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectedItemResource
<Extension()>
Public Function CreateOrUpdate (operations As IProtectedItemsOperations, vaultName As String, resourceGroupName As String, fabricName As String, containerName As String, protectedItemName As String, parameters As ProtectedItemResource) As ProtectedItemResource

Parameter

operations
IProtectedItemsOperations

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.

fabricName
String

Fabricname, der dem Sicherungselement zugeordnet ist.

containerName
String

Containername, der dem Sicherungselement zugeordnet ist.

protectedItemName
String

Elementname, der gesichert werden soll.

parameters
ProtectedItemResource

ressourcengesichertes Element

Gibt zurück

Gilt für: