다음을 통해 공유


PrivateLinkResourcesOperationsExtensions.List Method

Definition

List private link resources for given Digital Twin.

public static Microsoft.Azure.Management.DigitalTwins.Models.GroupIdInformationResponse List (this Microsoft.Azure.Management.DigitalTwins.IPrivateLinkResourcesOperations operations, string resourceGroupName, string resourceName);
static member List : Microsoft.Azure.Management.DigitalTwins.IPrivateLinkResourcesOperations * string * string -> Microsoft.Azure.Management.DigitalTwins.Models.GroupIdInformationResponse
<Extension()>
Public Function List (operations As IPrivateLinkResourcesOperations, resourceGroupName As String, resourceName As String) As GroupIdInformationResponse

Parameters

operations
IPrivateLinkResourcesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group that contains the DigitalTwinsInstance.

resourceName
String

The name of the DigitalTwinsInstance.

Returns

Applies to