Share via


SvmPeerCommandResponse Constructors

Definition

Overloads

SvmPeerCommandResponse()

Initializes a new instance of the SvmPeerCommandResponse class.

SvmPeerCommandResponse(String)

Initializes a new instance of the SvmPeerCommandResponse class.

SvmPeerCommandResponse()

Initializes a new instance of the SvmPeerCommandResponse class.

public SvmPeerCommandResponse ();
Public Sub New ()

Applies to

SvmPeerCommandResponse(String)

Initializes a new instance of the SvmPeerCommandResponse class.

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

Parameters

svmPeeringCommand
String

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

Applies to