IngestManifestCollection.CreateAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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)
Parameters
- name
- String
Returns
Applies to
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)
Parameters
- name
- String
- storageAccountName
- String
Returns
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET