ArmNetAppModelFactory.PeerClusterForVolumeMigrationContent 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.
Source Cluster properties for a cluster peer request.
public static Azure.ResourceManager.NetApp.Models.PeerClusterForVolumeMigrationContent PeerClusterForVolumeMigrationContent(System.Collections.Generic.IEnumerable<string> peerIPAddresses = default);
static member PeerClusterForVolumeMigrationContent : seq<string> -> Azure.ResourceManager.NetApp.Models.PeerClusterForVolumeMigrationContent
Public Shared Function PeerClusterForVolumeMigrationContent (Optional peerIPAddresses As IEnumerable(Of String) = Nothing) As PeerClusterForVolumeMigrationContent
Parameters
- peerIPAddresses
- IEnumerable<String>
A list of IC-LIF IPs that can be used to connect to the On-prem cluster.
Returns
A new PeerClusterForVolumeMigrationContent instance for mocking.