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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET