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);
static member NetAppVolumeReplication : string * 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 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) 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.
Returns
A new NetAppVolumeReplication instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET