StreamingEndpointBaseCollection.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(StreamingEndpointCreationOptions)
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IStreamingEndpoint> CreateAsync(Microsoft.WindowsAzure.MediaServices.Client.StreamingEndpointCreationOptions options);
member this.CreateAsync : Microsoft.WindowsAzure.MediaServices.Client.StreamingEndpointCreationOptions -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IStreamingEndpoint>
Public Function CreateAsync (options As StreamingEndpointCreationOptions) As Task(Of IStreamingEndpoint)
Parameters
- options
- StreamingEndpointCreationOptions
Returns
Applies to
CreateAsync(String, Int32)
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IStreamingEndpoint> CreateAsync(string name, int scaleUnits);
member this.CreateAsync : string * int -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IStreamingEndpoint>
Public Function CreateAsync (name As String, scaleUnits As Integer) As Task(Of IStreamingEndpoint)
Parameters
- name
- String
- scaleUnits
- Int32
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.