Sdílet prostřednictvím


ClusterPeerCommandResponse Constructors

Definition

Overloads

ClusterPeerCommandResponse()

Initializes a new instance of the ClusterPeerCommandResponse class.

ClusterPeerCommandResponse(String)

Initializes a new instance of the ClusterPeerCommandResponse class.

ClusterPeerCommandResponse()

Initializes a new instance of the ClusterPeerCommandResponse class.

public ClusterPeerCommandResponse ();
Public Sub New ()

Applies to

ClusterPeerCommandResponse(String)

Initializes a new instance of the ClusterPeerCommandResponse class.

public ClusterPeerCommandResponse (string peerAcceptCommand = default);
new Microsoft.Azure.Management.NetApp.Models.ClusterPeerCommandResponse : string -> Microsoft.Azure.Management.NetApp.Models.ClusterPeerCommandResponse
Public Sub New (Optional peerAcceptCommand As String = Nothing)

Parameters

peerAcceptCommand
String

A command that needs to be run on the external ONTAP to accept cluster peering. Will only be present if <code>clusterPeeringStatus</code> is <code>pending</code>

Applies to