StreamingEndpointBaseCollection.SendCreateOperation 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
SendCreateOperation(StreamingEndpointCreationOptions) | |
SendCreateOperation(String, Int32) |
SendCreateOperation(StreamingEndpointCreationOptions)
public Microsoft.WindowsAzure.MediaServices.Client.IOperation SendCreateOperation (Microsoft.WindowsAzure.MediaServices.Client.StreamingEndpointCreationOptions options);
member this.SendCreateOperation : Microsoft.WindowsAzure.MediaServices.Client.StreamingEndpointCreationOptions -> Microsoft.WindowsAzure.MediaServices.Client.IOperation
Public Function SendCreateOperation (options As StreamingEndpointCreationOptions) As IOperation
Parâmetros
- options
- StreamingEndpointCreationOptions
Retornos
Aplica-se a
SendCreateOperation(String, Int32)
public Microsoft.WindowsAzure.MediaServices.Client.IOperation SendCreateOperation (string name, int scaleUnits);
member this.SendCreateOperation : string * int -> Microsoft.WindowsAzure.MediaServices.Client.IOperation
Public Function SendCreateOperation (name As String, scaleUnits As Integer) As IOperation
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