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) | |
CreateAsync(String, Int32) |
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
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