Share via


SiteRecoveryNetworkMappingCollection Class

Definition

A class representing a collection of SiteRecoveryNetworkMappingResource and their operations. Each SiteRecoveryNetworkMappingResource in the collection will belong to the same instance of SiteRecoveryNetworkResource. To get a SiteRecoveryNetworkMappingCollection instance call the GetSiteRecoveryNetworkMappings method from an instance of SiteRecoveryNetworkResource.

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

Constructors

SiteRecoveryNetworkMappingCollection()

Initializes a new instance of the SiteRecoveryNetworkMappingCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, String, SiteRecoveryNetworkMappingCreateOrUpdateContent, CancellationToken)

The operation to create an ASR network mapping.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationNetworks/{networkName}/replicationNetworkMappings/{networkMappingName}
  • Operation Id: ReplicationNetworkMappings_Create
  • Default Api Version: 2023-08-01
  • Resource: SiteRecoveryNetworkMappingResource
CreateOrUpdateAsync(WaitUntil, String, SiteRecoveryNetworkMappingCreateOrUpdateContent, CancellationToken)

The operation to create an ASR network mapping.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationNetworks/{networkName}/replicationNetworkMappings/{networkMappingName}
  • Operation Id: ReplicationNetworkMappings_Create
  • Default Api Version: 2023-08-01
  • Resource: SiteRecoveryNetworkMappingResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationNetworks/{networkName}/replicationNetworkMappings/{networkMappingName}
  • Operation Id: ReplicationNetworkMappings_Get
  • Default Api Version: 2023-08-01
  • Resource: SiteRecoveryNetworkMappingResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationNetworks/{networkName}/replicationNetworkMappings/{networkMappingName}
  • Operation Id: ReplicationNetworkMappings_Get
  • Default Api Version: 2023-08-01
  • Resource: SiteRecoveryNetworkMappingResource
Get(String, CancellationToken)

Gets the details of an ASR network mapping.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationNetworks/{networkName}/replicationNetworkMappings/{networkMappingName}
  • Operation Id: ReplicationNetworkMappings_Get
  • Default Api Version: 2023-08-01
  • Resource: SiteRecoveryNetworkMappingResource
GetAll(CancellationToken)

Lists all ASR network mappings for the specified network.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationNetworks/{networkName}/replicationNetworkMappings
  • Operation Id: ReplicationNetworkMappings_ListByReplicationNetworks
  • Default Api Version: 2023-08-01
  • Resource: SiteRecoveryNetworkMappingResource
GetAllAsync(CancellationToken)

Lists all ASR network mappings for the specified network.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationNetworks/{networkName}/replicationNetworkMappings
  • Operation Id: ReplicationNetworkMappings_ListByReplicationNetworks
  • Default Api Version: 2023-08-01
  • Resource: SiteRecoveryNetworkMappingResource
GetAsync(String, CancellationToken)

Gets the details of an ASR network mapping.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationNetworks/{networkName}/replicationNetworkMappings/{networkMappingName}
  • Operation Id: ReplicationNetworkMappings_Get
  • Default Api Version: 2023-08-01
  • Resource: SiteRecoveryNetworkMappingResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationNetworks/{networkName}/replicationNetworkMappings/{networkMappingName}
  • Operation Id: ReplicationNetworkMappings_Get
  • Default Api Version: 2023-08-01
  • Resource: SiteRecoveryNetworkMappingResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationNetworks/{networkName}/replicationNetworkMappings/{networkMappingName}
  • Operation Id: ReplicationNetworkMappings_Get
  • Default Api Version: 2023-08-01
  • Resource: SiteRecoveryNetworkMappingResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<SiteRecoveryNetworkMappingResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<SiteRecoveryNetworkMappingResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to