Freigeben über


IotDpsResourceOperationsExtensions.GetPrivateLinkResourcesAsync Methode

Definition

Abrufen der angegebenen Private Link-Ressource

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DeviceProvisioningServices.Models.GroupIdInformation> GetPrivateLinkResourcesAsync (this Microsoft.Azure.Management.DeviceProvisioningServices.IIotDpsResourceOperations operations, string resourceGroupName, string resourceName, string groupId, System.Threading.CancellationToken cancellationToken = default);
static member GetPrivateLinkResourcesAsync : Microsoft.Azure.Management.DeviceProvisioningServices.IIotDpsResourceOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DeviceProvisioningServices.Models.GroupIdInformation>
<Extension()>
Public Function GetPrivateLinkResourcesAsync (operations As IIotDpsResourceOperations, resourceGroupName As String, resourceName As String, groupId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GroupIdInformation)

Parameter

operations
IIotDpsResourceOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die den Bereitstellungsdienst enthält.

resourceName
String

Der Name des Bereitstellungsdiensts.

groupId
String

Der Name der Private Link-Ressource

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Abrufen der angegebenen Private Link-Ressource für den angegebenen Bereitstellungsdienst

Gilt für: