StreamingEndpointBaseCollection.SendCreateOperation 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
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
Parameters
- options
- StreamingEndpointCreationOptions
Returns
Applies to
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
Parameters
- name
- String
- scaleUnits
- Int32
Returns
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET