ArmNetAppModelFactory.ClusterPeerCommandResponseProperties Method

Definition

Initializes a new instance of ClusterPeerCommandResponseProperties.

public static Azure.ResourceManager.NetApp.Models.ClusterPeerCommandResponseProperties ClusterPeerCommandResponseProperties(string clusterPeeringCommand = default, string passphrase = default);
static member ClusterPeerCommandResponseProperties : string * string -> Azure.ResourceManager.NetApp.Models.ClusterPeerCommandResponseProperties
Public Shared Function ClusterPeerCommandResponseProperties (Optional clusterPeeringCommand As String = Nothing, Optional passphrase As String = Nothing) As ClusterPeerCommandResponseProperties

Parameters

clusterPeeringCommand
String

ClusterPeeringCommand to run to accept cluster peer. Will only be present if <code>clusterPeeringStatus</code> is <code>pending</code>.

passphrase
String

Passphrase for use with cluster peer command.

Returns

A new ClusterPeerCommandResponseProperties instance for mocking.

Applies to