ArmNetAppModelFactory.NetAppPeeringPassphrases 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 NetAppPeeringPassphrases.
public static Azure.ResourceManager.NetApp.Models.NetAppPeeringPassphrases NetAppPeeringPassphrases(string clusterPeeringCommand = default, string clusterPeeringPassphrase = default, string vserverPeeringCommand = default, string criticalWarning = default);
static member NetAppPeeringPassphrases : string * string * string * string -> Azure.ResourceManager.NetApp.Models.NetAppPeeringPassphrases
Public Shared Function NetAppPeeringPassphrases (Optional clusterPeeringCommand As String = Nothing, Optional clusterPeeringPassphrase As String = Nothing, Optional vserverPeeringCommand As String = Nothing, Optional criticalWarning As String = Nothing) As NetAppPeeringPassphrases
Parameters
- clusterPeeringCommand
- String
The cluster peering command.
- clusterPeeringPassphrase
- String
The cluster peering passphrase.
- vserverPeeringCommand
- String
The vserver peering command.
- criticalWarning
- String
Warnings that are critical for the cluster peering and vserver peering processes.
Returns
A new NetAppPeeringPassphrases instance for mocking.