Aracılığıyla paylaş


SwapResourceListResult Constructors

Definition

Overloads

SwapResourceListResult()

Initializes a new instance of the SwapResourceListResult class.

SwapResourceListResult(IList<SwapResource>)

Initializes a new instance of the SwapResourceListResult class.

SwapResourceListResult()

Initializes a new instance of the SwapResourceListResult class.

public SwapResourceListResult ();
Public Sub New ()

Applies to

SwapResourceListResult(IList<SwapResource>)

Initializes a new instance of the SwapResourceListResult class.

public SwapResourceListResult (System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SwapResource> value = default);
new Microsoft.Azure.Management.Network.Models.SwapResourceListResult : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SwapResource> -> Microsoft.Azure.Management.Network.Models.SwapResourceListResult
Public Sub New (Optional value As IList(Of SwapResource) = Nothing)

Parameters

Applies to