Partager via


PrivateLinkResourcesOperationsExtensions.GetAsync Méthode

Définition

Obtient les ressources de liaison privée qui doivent être créées pour un PrivateLinkScope Azure Monitor.

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

Paramètres

operations
IPrivateLinkResourcesOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

scopeName
String

Nom de la ressource Azure Monitor PrivateLinkScope.

groupName
String

Nom de la ressource de liaison privée.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à