PrivateLinkResourceListResult Constructors

Definition

Overloads

PrivateLinkResourceListResult()

Initializes a new instance of the PrivateLinkResourceListResult class.

PrivateLinkResourceListResult(IList<PrivateLinkResource>)

Initializes a new instance of the PrivateLinkResourceListResult class.

PrivateLinkResourceListResult()

Initializes a new instance of the PrivateLinkResourceListResult class.

public PrivateLinkResourceListResult ();
Public Sub New ()

Applies to

PrivateLinkResourceListResult(IList<PrivateLinkResource>)

Initializes a new instance of the PrivateLinkResourceListResult class.

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

Parameters

value
IList<PrivateLinkResource>

Array of private link resources

Applies to