你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IngestManifestCollection.CreateAsync 方法

定义

重载

CreateAsync(String)
CreateAsync(String, String)

CreateAsync(String)

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IIngestManifest> CreateAsync (string name);
member this.CreateAsync : string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IIngestManifest>
Public Function CreateAsync (name As String) As Task(Of IIngestManifest)

参数

name
String

返回

适用于

CreateAsync(String, String)

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IIngestManifest> CreateAsync (string name, string storageAccountName);
member this.CreateAsync : string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IIngestManifest>
Public Function CreateAsync (name As String, storageAccountName As String) As Task(Of IIngestManifest)

参数

name
String
storageAccountName
String

返回

适用于