ChannelBaseCollection.Create Method (String, String, ChannelSize, ChannelSettings)
[This topic is pre-release documentation and is subject to change in future releases. Participation in the preview is limited to invitees only. For more information, see the Release Notes.]
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client.Live (in Microsoft.WindowsAzure.MediaServices.Client.Live.dll)
Syntax
'Declaration
Public Function Create ( _
name As String, _
description As String, _
size As ChannelSize, _
settings As ChannelSettings _
) As IChannel
'Usage
Dim instance As ChannelBaseCollection
Dim name As String
Dim description As String
Dim size As ChannelSize
Dim settings As ChannelSettings
Dim returnValue As IChannel
returnValue = instance.Create(name, description, _
size, settings)
public IChannel Create(
string name,
string description,
ChannelSize size,
ChannelSettings settings
)
public:
IChannel^ Create(
String^ name,
String^ description,
ChannelSize size,
ChannelSettings^ settings
)
member Create :
name:string *
description:string *
size:ChannelSize *
settings:ChannelSettings -> IChannel
public function Create(
name : String,
description : String,
size : ChannelSize,
settings : ChannelSettings
) : IChannel
Parameters
- name
Type: System.String
- description
Type: System.String
- settings
Type: Microsoft.WindowsAzure.MediaServices.Client.ChannelSettings
Return Value
Type: Microsoft.WindowsAzure.MediaServices.Client.IChannel