StreamingEndpointBaseCollection.CreateAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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)
Parâmetros
- options
- StreamingEndpointCreationOptions
Retornos
Aplica-se a
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)
Parâmetros
- name
- String
- scaleUnits
- Int32
Retornos
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET