次の方法で共有


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

戻り値

適用対象