PrivateLinkResourceListResultDescription Constructors

Definition

Overloads

PrivateLinkResourceListResultDescription()

Initializes a new instance of the PrivateLinkResourceListResultDescription class.

PrivateLinkResourceListResultDescription(IList<PrivateLinkResourceDescription>)

Initializes a new instance of the PrivateLinkResourceListResultDescription class.

PrivateLinkResourceListResultDescription()

Initializes a new instance of the PrivateLinkResourceListResultDescription class.

public PrivateLinkResourceListResultDescription ();
Public Sub New ()

Applies to

PrivateLinkResourceListResultDescription(IList<PrivateLinkResourceDescription>)

Initializes a new instance of the PrivateLinkResourceListResultDescription class.

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

Parameters

value
IList<PrivateLinkResourceDescription>

Array of private link resources

Applies to