Partager via


VideosOperationsExtensions.GetAsync Méthode

Définition

Récupère une ressource vidéo existante.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.VideoAnalyzer.Models.VideoEntity> GetAsync (this Microsoft.Azure.Management.VideoAnalyzer.IVideosOperations operations, string resourceGroupName, string accountName, string videoName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.VideoAnalyzer.IVideosOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.VideoAnalyzer.Models.VideoEntity>
<Extension()>
Public Function GetAsync (operations As IVideosOperations, resourceGroupName As String, accountName As String, videoName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of VideoEntity)

Paramètres

operations
IVideosOperations

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 Azure Video Analyzer.

videoName
String

Nom de la vidéo.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Récupère une ressource vidéo existante portant le nom donné.

S’applique à