ArmNetAppModelFactory.NetAppVolumeReplication Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of NetAppVolumeReplication.
public static Azure.ResourceManager.NetApp.Models.NetAppVolumeReplication NetAppVolumeReplication(string replicationId = default, Azure.ResourceManager.NetApp.Models.NetAppEndpointType? endpointType = default, Azure.ResourceManager.NetApp.Models.NetAppReplicationSchedule? replicationSchedule = default, Azure.Core.ResourceIdentifier remoteVolumeResourceId = default, string remoteVolumeRegion = default, Azure.ResourceManager.NetApp.Models.ReplicationMirrorState? mirrorState = default, DateTimeOffset? replicationCreationOn = default, DateTimeOffset? replicationDeletionOn = default);
static member NetAppVolumeReplication : string * Nullable<Azure.ResourceManager.NetApp.Models.NetAppEndpointType> * Nullable<Azure.ResourceManager.NetApp.Models.NetAppReplicationSchedule> * Azure.Core.ResourceIdentifier * string * Nullable<Azure.ResourceManager.NetApp.Models.ReplicationMirrorState> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> -> Azure.ResourceManager.NetApp.Models.NetAppVolumeReplication
Public Shared Function NetAppVolumeReplication (Optional replicationId As String = Nothing, Optional endpointType As Nullable(Of NetAppEndpointType) = Nothing, Optional replicationSchedule As Nullable(Of NetAppReplicationSchedule) = Nothing, Optional remoteVolumeResourceId As ResourceIdentifier = Nothing, Optional remoteVolumeRegion As String = Nothing, Optional mirrorState As Nullable(Of ReplicationMirrorState) = Nothing, Optional replicationCreationOn As Nullable(Of DateTimeOffset) = Nothing, Optional replicationDeletionOn As Nullable(Of DateTimeOffset) = Nothing) As NetAppVolumeReplication
Parameters
- replicationId
- String
UUID v4 used to identify the replication.
- 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.
- mirrorState
- Nullable<ReplicationMirrorState>
The status of the replication.
- replicationCreationOn
- Nullable<DateTimeOffset>
Replication creation time.
- replicationDeletionOn
- Nullable<DateTimeOffset>
Replication deletion time.
Returns
A new NetAppVolumeReplication instance for mocking.