PrivateLinkResourcesOperationsExtensions.GetAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l’ID de groupe.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.VideoAnalyzer.Models.PrivateLinkResource> GetAsync (this Microsoft.Azure.Management.VideoAnalyzer.IPrivateLinkResourcesOperations operations, string resourceGroupName, string accountName, string name, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.VideoAnalyzer.IPrivateLinkResourcesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.VideoAnalyzer.Models.PrivateLinkResource>
<Extension()>
Public Function GetAsync (operations As IPrivateLinkResourcesOperations, resourceGroupName As String, accountName As String, name 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.
- accountName
- String
Nom du compte Video Analyzer.
- name
- String
Nom de la ressource de liaison privée (ID de groupe).
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Remarques
Obtenez l’ID de groupe pour le compte d’analyseur vidéo.
S’applique à
Azure SDK for .NET