Show / Hide Table of Contents

Class CancelMediaProcessingOperation

The type Cancel Media Processing Operation.

Inheritance
System.Object
Entity
Operation
CancelMediaProcessingOperation
Inherited Members
Operation.ClientContext
Operation.Status
Operation.ErrorInfo
Entity.Id
Entity.AdditionalData
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
[JsonObject(MemberSerialization = MemberSerialization.OptIn)]
public class CancelMediaProcessingOperation : Operation

Properties

View Source

All

Gets or sets all.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "all", Required = Required.Default)]
public bool? All { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
  • View Source
Back to top Generated by DocFX