ChannelBaseCollection.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(ChannelCreationOptions) | |
SendCreateOperation(String, StreamingProtocol, IEnumerable<IPRange>) |
SendCreateOperation(ChannelCreationOptions)
public Microsoft.WindowsAzure.MediaServices.Client.IOperation SendCreateOperation (Microsoft.WindowsAzure.MediaServices.Client.ChannelCreationOptions options);
member this.SendCreateOperation : Microsoft.WindowsAzure.MediaServices.Client.ChannelCreationOptions -> Microsoft.WindowsAzure.MediaServices.Client.IOperation
Public Function SendCreateOperation (options As ChannelCreationOptions) As IOperation
Parameters
- options
- ChannelCreationOptions
Returns
Applies to
SendCreateOperation(String, StreamingProtocol, IEnumerable<IPRange>)
public Microsoft.WindowsAzure.MediaServices.Client.IOperation SendCreateOperation (string name, Microsoft.WindowsAzure.MediaServices.Client.StreamingProtocol inputProtocol, System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.MediaServices.Client.IPRange> inputIPAllowList);
member this.SendCreateOperation : string * Microsoft.WindowsAzure.MediaServices.Client.StreamingProtocol * seq<Microsoft.WindowsAzure.MediaServices.Client.IPRange> -> Microsoft.WindowsAzure.MediaServices.Client.IOperation
Public Function SendCreateOperation (name As String, inputProtocol As StreamingProtocol, inputIPAllowList As IEnumerable(Of IPRange)) As IOperation
Parameters
- name
- String
- inputProtocol
- StreamingProtocol
- inputIPAllowList
- IEnumerable<IPRange>
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