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
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