Freigeben über


ArmNetAppModelFactory.NetAppDestinationReplication Method

Definition

Initializes a new instance of NetAppDestinationReplication.

public static Azure.ResourceManager.NetApp.Models.NetAppDestinationReplication NetAppDestinationReplication(Azure.Core.ResourceIdentifier resourceId = default, Azure.ResourceManager.NetApp.Models.NetAppReplicationType? replicationType = default, string region = default, string zone = default);
static member NetAppDestinationReplication : Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.NetApp.Models.NetAppReplicationType> * string * string -> Azure.ResourceManager.NetApp.Models.NetAppDestinationReplication
Public Shared Function NetAppDestinationReplication (Optional resourceId As ResourceIdentifier = Nothing, Optional replicationType As Nullable(Of NetAppReplicationType) = Nothing, Optional region As String = Nothing, Optional zone As String = Nothing) As NetAppDestinationReplication

Parameters

resourceId
ResourceIdentifier

The resource ID of the remote volume.

replicationType
Nullable<NetAppReplicationType>

Indicates whether the replication is cross zone or cross region.

region
String

The remote region for the destination volume.

zone
String

The remote zone for the destination volume.

Returns

A new NetAppDestinationReplication instance for mocking.

Applies to