共用方式為


PrivateLinkResources Constructors

Definition

Overloads

PrivateLinkResources()

Initializes a new instance of the PrivateLinkResources class.

PrivateLinkResources(IList<GroupIdInformation>)

Initializes a new instance of the PrivateLinkResources class.

PrivateLinkResources()

Initializes a new instance of the PrivateLinkResources class.

public PrivateLinkResources ();
Public Sub New ()

Applies to

PrivateLinkResources(IList<GroupIdInformation>)

Initializes a new instance of the PrivateLinkResources class.

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

Parameters

value
IList<GroupIdInformation>

The list of available private link resources for a provisioning service

Applies to