ServerCommandService.RestrictedMediaLiveResult Class Reference

Class representing the result of creating, querying, updating or deleting live media restrictions (also known as video restrictions). More...

Properties

FaultDevice[] FaultDevices [get, set]
 A list of devices for which the operation failed.
 
RestrictedMediaLive[] RestrictedMedia [get, set]
 Íf Status is RestrictedMediaResultStatus.Success or RestrictedMediaResultStatus.PartlySuccess, the resulting live media restrictions; otherwise null. For delete, the restrictions contains only the ids of the deleted restrictions.
 
RestrictedMediaResultStatus Status [get, set]
 The overall result of the operation performed.
 
WarningDevice[] WarningDevices [get, set]
 A list of devices for which the operation succeeded, but with warnings.
 

Detailed Description

Class representing the result of creating, querying, updating or deleting live media restrictions (also known as video restrictions).

Property Documentation

◆ FaultDevices

FaultDevice [] ServerCommandService.RestrictedMediaLiveResult.FaultDevices
getset

A list of devices for which the operation failed.

◆ RestrictedMedia

RestrictedMediaLive [] ServerCommandService.RestrictedMediaLiveResult.RestrictedMedia
getset

Íf Status is RestrictedMediaResultStatus.Success or RestrictedMediaResultStatus.PartlySuccess, the resulting live media restrictions; otherwise null. For delete, the restrictions contains only the ids of the deleted restrictions.

◆ Status

RestrictedMediaResultStatus ServerCommandService.RestrictedMediaLiveResult.Status
getset

The overall result of the operation performed.

◆ WarningDevices

WarningDevice [] ServerCommandService.RestrictedMediaLiveResult.WarningDevices
getset

A list of devices for which the operation succeeded, but with warnings.