ChannelSettings.Ingest Property
[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 Property Ingest As IngestEndpointSettings
Get
Set
'Usage
Dim instance As ChannelSettings
Dim value As IngestEndpointSettings
value = instance.Ingest
instance.Ingest = value
public IngestEndpointSettings Ingest { get; set; }
public:
property IngestEndpointSettings^ Ingest {
IngestEndpointSettings^ get ();
void set (IngestEndpointSettings^ value);
}
member Ingest : IngestEndpointSettings with get, set
function get Ingest () : IngestEndpointSettings
function set Ingest (value : IngestEndpointSettings)
Property Value
Type: Microsoft.WindowsAzure.MediaServices.Client.IngestEndpointSettings