Share via


PrivateLinkResourcesOperationsExtensions.GetAsync Methode

Definition

Abrufen der angegebenen Private Link-Ressource

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

Parameter

operations
IPrivateLinkResourcesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die den IoT Hub enthält.

resourceName
String

Der Name des IoT-Hubs.

groupId
String

Der Name der Private Link-Ressource

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Abrufen der angegebenen Private Link-Ressource für die angegebene IotHub-Instanz

Gilt für: