ProgramBaseCollection.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(ProgramCreationOptions) | |
Create(String, TimeSpan, String) |
Create(ProgramCreationOptions)
public Microsoft.WindowsAzure.MediaServices.Client.IProgram Create (Microsoft.WindowsAzure.MediaServices.Client.ProgramCreationOptions options);
member this.Create : Microsoft.WindowsAzure.MediaServices.Client.ProgramCreationOptions -> Microsoft.WindowsAzure.MediaServices.Client.IProgram
Public Function Create (options As ProgramCreationOptions) As IProgram
Parameters
- options
- ProgramCreationOptions
Returns
Applies to
Create(String, TimeSpan, String)
public Microsoft.WindowsAzure.MediaServices.Client.IProgram Create (string name, TimeSpan archiveWindowLength, string assetId);
member this.Create : string * TimeSpan * string -> Microsoft.WindowsAzure.MediaServices.Client.IProgram
Public Function Create (name As String, archiveWindowLength As TimeSpan, assetId As String) As IProgram
Parameters
- name
- String
- archiveWindowLength
- TimeSpan
- assetId
- String
Returns
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.