Share via


ArmNetAppModelFactory.NetAppVolumeReplication Method

Definition

Initializes a new instance of NetAppVolumeReplication.

public static Azure.ResourceManager.NetApp.Models.NetAppVolumeReplication NetAppVolumeReplication (Azure.ResourceManager.NetApp.Models.NetAppEndpointType? endpointType = default, Azure.ResourceManager.NetApp.Models.NetAppReplicationSchedule? replicationSchedule = default, Azure.Core.ResourceIdentifier remoteVolumeResourceId = default, string remoteVolumeRegion = default);
static member NetAppVolumeReplication : Nullable<Azure.ResourceManager.NetApp.Models.NetAppEndpointType> * Nullable<Azure.ResourceManager.NetApp.Models.NetAppReplicationSchedule> * Azure.Core.ResourceIdentifier * string -> Azure.ResourceManager.NetApp.Models.NetAppVolumeReplication
Public Shared Function NetAppVolumeReplication (Optional endpointType As Nullable(Of NetAppEndpointType) = Nothing, Optional replicationSchedule As Nullable(Of NetAppReplicationSchedule) = Nothing, Optional remoteVolumeResourceId As ResourceIdentifier = Nothing, Optional remoteVolumeRegion As String = Nothing) As NetAppVolumeReplication

Parameters

endpointType
Nullable<NetAppEndpointType>

Indicates whether the local volume is the source or destination for the Volume Replication.

replicationSchedule
Nullable<NetAppReplicationSchedule>

Schedule.

remoteVolumeResourceId
ResourceIdentifier

The resource ID of the remote volume.

remoteVolumeRegion
String

The remote region for the other end of the Volume Replication.

Returns

A new NetAppVolumeReplication instance for mocking.

Applies to