StreamingLocatorCollection.CreateOrUpdateAsync 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.
Créer un localisateur de streaming dans le compte Media Services
- Chemin de la demande/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/streamingLocators/{streamingLocatorName}
- IdStreamingLocators_Create d’opération
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Media.StreamingLocatorResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string streamingLocatorName, Azure.ResourceManager.Media.StreamingLocatorData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Media.StreamingLocatorData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Media.StreamingLocatorResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Media.StreamingLocatorData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Media.StreamingLocatorResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, streamingLocatorName As String, data As StreamingLocatorData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of StreamingLocatorResource))
Paramètres
- waitUntil
- WaitUntil
Completed si la méthode doit attendre la fin de l’opération de longue durée sur le service ; Started s’il doit retourner après le démarrage de l’opération. Pour plus d’informations sur les opérations de longue durée, consultez Exemples d’opérations Azure.Core Long-Running.
- streamingLocatorName
- String
Nom du localisateur de streaming.
- data
- StreamingLocatorData
Paramètres de requête.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
streamingLocatorName
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
streamingLocatorName
ou data
est null.
S’applique à
Azure SDK for .NET