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