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