ProgramBaseCollection.CreateAsync 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.
Surcharges
CreateAsync(ProgramCreationOptions) | |
CreateAsync(String, TimeSpan, String) |
CreateAsync(ProgramCreationOptions)
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IProgram> CreateAsync (Microsoft.WindowsAzure.MediaServices.Client.ProgramCreationOptions options);
member this.CreateAsync : Microsoft.WindowsAzure.MediaServices.Client.ProgramCreationOptions -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IProgram>
Public Function CreateAsync (options As ProgramCreationOptions) As Task(Of IProgram)
Paramètres
- options
- ProgramCreationOptions
Retours
S’applique à
CreateAsync(String, TimeSpan, String)
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IProgram> CreateAsync (string name, TimeSpan archiveWindowLength, string assetId);
member this.CreateAsync : string * TimeSpan * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IProgram>
Public Function CreateAsync (name As String, archiveWindowLength As TimeSpan, assetId As String) As Task(Of IProgram)
Paramètres
- name
- String
- archiveWindowLength
- TimeSpan
- assetId
- String
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET