ClusterPeerCommandResponse Constructors
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.
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>