Freigeben über


ProtectionContainerMappingCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren ProtectionContainerMappingResource Vorgänge darstellt. Jedes ProtectionContainerMappingResource in der Auflistung gehört zum gleichen instance von SiteRecoveryProtectionContainerResource. Um eine ProtectionContainerMappingCollection instance rufen Sie die GetProtectionContainerMappings-Methode aus einer instance von aufSiteRecoveryProtectionContainerResource.

public class ProtectionContainerMappingCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.RecoveryServicesSiteRecovery.ProtectionContainerMappingResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.RecoveryServicesSiteRecovery.ProtectionContainerMappingResource>
type ProtectionContainerMappingCollection = class
    inherit ArmCollection
    interface seq<ProtectionContainerMappingResource>
    interface IEnumerable
    interface IAsyncEnumerable<ProtectionContainerMappingResource>
Public Class ProtectionContainerMappingCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of ProtectionContainerMappingResource), IEnumerable(Of ProtectionContainerMappingResource)
Vererbung
ProtectionContainerMappingCollection
Implementiert

Konstruktoren

ProtectionContainerMappingCollection()

Initialisiert eine neue instance der -Klasse für die ProtectionContainerMappingCollection Simulation.

Eigenschaften

Client

Ruft den ArmClient ab, aus dem dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

CreateOrUpdate(WaitUntil, String, ProtectionContainerMappingCreateOrUpdateContent, CancellationToken)

Der Vorgang zum Erstellen einer Schutzcontainerzuordnung.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectionContainerMappings/{mappingName}
  • Vorgangs-IdReplicationProtectionContainerMappings_Create
CreateOrUpdateAsync(WaitUntil, String, ProtectionContainerMappingCreateOrUpdateContent, CancellationToken)

Der Vorgang zum Erstellen einer Schutzcontainerzuordnung.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectionContainerMappings/{mappingName}
  • Vorgangs-IdReplicationProtectionContainerMappings_Create
Exists(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectionContainerMappings/{mappingName}
  • Vorgangs-IdReplicationProtectionContainerMappings_Get
ExistsAsync(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectionContainerMappings/{mappingName}
  • Vorgangs-IdReplicationProtectionContainerMappings_Get
Get(String, CancellationToken)

Ruft die Details einer Schutzcontainerzuordnung ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectionContainerMappings/{mappingName}
  • Vorgangs-IdReplicationProtectionContainerMappings_Get
GetAll(CancellationToken)

Listet die Schutzcontainerzuordnungen für einen Schutzcontainer auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectionContainerMappings
  • Vorgangs-IdReplicationProtectionContainerMappings_ListByReplicationProtectionContainers
GetAllAsync(CancellationToken)

Listet die Schutzcontainerzuordnungen für einen Schutzcontainer auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectionContainerMappings
  • Vorgangs-IdReplicationProtectionContainerMappings_ListByReplicationProtectionContainers
GetAsync(String, CancellationToken)

Ruft die Details einer Schutzcontainerzuordnung ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectionContainerMappings/{mappingName}
  • Vorgangs-IdReplicationProtectionContainerMappings_Get
GetIfExists(String, CancellationToken)

Versucht, Details für diese Ressource vom Dienst abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectionContainerMappings/{mappingName}
  • Vorgangs-IdReplicationProtectionContainerMappings_Get
GetIfExistsAsync(String, CancellationToken)

Versucht, Details für diese Ressource vom Dienst abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectionContainerMappings/{mappingName}
  • Vorgangs-IdReplicationProtectionContainerMappings_Get
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Explizite Schnittstellenimplementierungen

IAsyncEnumerable<ProtectionContainerMappingResource>.GetAsyncEnumerator(CancellationToken)

Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft.

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

IEnumerable<ProtectionContainerMappingResource>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: