Compartilhar via


StreamingEndpointBaseCollection.Create Método

Definição

Sobrecargas

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

Parâmetros

Retornos

Aplica-se a

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

Parâmetros

name
String
scaleUnits
Int32

Retornos

Aplica-se a