SvmPeerCommandResponse 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
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>