共用方式為


PrivateLinkResourcesListResult Constructors

Definition

Overloads

PrivateLinkResourcesListResult()

Initializes a new instance of the PrivateLinkResourcesListResult class.

PrivateLinkResourcesListResult(IList<PrivateLinkResource>, String)

Initializes a new instance of the PrivateLinkResourcesListResult class.

PrivateLinkResourcesListResult()

Initializes a new instance of the PrivateLinkResourcesListResult class.

public PrivateLinkResourcesListResult ();
Public Sub New ()

Applies to

PrivateLinkResourcesListResult(IList<PrivateLinkResource>, String)

Initializes a new instance of the PrivateLinkResourcesListResult class.

public PrivateLinkResourcesListResult (System.Collections.Generic.IList<Microsoft.Azure.Management.EventHub.Models.PrivateLinkResource> value = default, string nextLink = default);
new Microsoft.Azure.Management.EventHub.Models.PrivateLinkResourcesListResult : System.Collections.Generic.IList<Microsoft.Azure.Management.EventHub.Models.PrivateLinkResource> * string -> Microsoft.Azure.Management.EventHub.Models.PrivateLinkResourcesListResult
Public Sub New (Optional value As IList(Of PrivateLinkResource) = Nothing, Optional nextLink As String = Nothing)

Parameters

value
IList<PrivateLinkResource>

A collection of private link resources

nextLink
String

A link for the next page of private link resources.

Applies to