Share via


PrivateLinkResourcesListResult Constructors

Definition

Overloads

PrivateLinkResourcesListResult()

Initializes a new instance of the PrivateLinkResourcesListResult class.

PrivateLinkResourcesListResult(IList<PrivateLinkResource>)

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

Initializes a new instance of the PrivateLinkResourcesListResult class.

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

Parameters

value
IList<PrivateLinkResource>

The collection value.

Applies to