ArmNetAppModelFactory.NetAppDestinationReplication 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 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.