Share via


EndpointsList Constructors

Definition

Overloads

EndpointsList()

Initializes a new instance of the EndpointsList class.

EndpointsList(String, IList<EndpointResource>)

Initializes a new instance of the EndpointsList class.

EndpointsList()

Initializes a new instance of the EndpointsList class.

public EndpointsList ();
Public Sub New ()

Applies to

EndpointsList(String, IList<EndpointResource>)

Initializes a new instance of the EndpointsList class.

public EndpointsList (string nextLink = default, System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Ssh.Helpers.HybridConnectivity.Models.EndpointResource> value = default);
new Microsoft.Azure.PowerShell.Ssh.Helpers.HybridConnectivity.Models.EndpointsList : string * System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Ssh.Helpers.HybridConnectivity.Models.EndpointResource> -> Microsoft.Azure.PowerShell.Ssh.Helpers.HybridConnectivity.Models.EndpointsList
Public Sub New (Optional nextLink As String = Nothing, Optional value As IList(Of EndpointResource) = Nothing)

Parameters

nextLink
String

The link used to get the next page of endpoints list.

value
IList<EndpointResource>

The list of endpoint.

Applies to