IngestManifestCollection.Create 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
Create(String) | |
Create(String, String) |
Create(String)
public Microsoft.WindowsAzure.MediaServices.Client.IIngestManifest Create (string name);
member this.Create : string -> Microsoft.WindowsAzure.MediaServices.Client.IIngestManifest
Public Function Create (name As String) As IIngestManifest
Parameters
- name
- String
Returns
Applies to
Create(String, String)
public Microsoft.WindowsAzure.MediaServices.Client.IIngestManifest Create (string manifestName, string storageAccountName);
member this.Create : string * string -> Microsoft.WindowsAzure.MediaServices.Client.IIngestManifest
Public Function Create (manifestName As String, storageAccountName As String) As IIngestManifest
Parameters
- manifestName
- String
- storageAccountName
- String
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET