PipelineTopologiesOperationsExtensions.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.
Récupère une topologie de pipeline spécifique par nom.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.VideoAnalyzer.Models.PipelineTopology> GetAsync (this Microsoft.Azure.Management.VideoAnalyzer.IPipelineTopologiesOperations operations, string resourceGroupName, string accountName, string pipelineTopologyName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.VideoAnalyzer.IPipelineTopologiesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.VideoAnalyzer.Models.PipelineTopology>
<Extension()>
Public Function GetAsync (operations As IPipelineTopologiesOperations, resourceGroupName As String, accountName As String, pipelineTopologyName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PipelineTopology)
Paramètres
- operations
- IPipelineTopologiesOperations
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.
- pipelineTopologyName
- String
Identificateur unique de topologie de pipeline.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Remarques
Récupère une topologie de pipeline spécifique par nom. Si une topologie portant ce nom a déjà été créée, l’appel retourne la représentation JSON de cette topologie.
S’applique à
Azure SDK for .NET