O365BreakOutCategoryPolicies Class

Definition

Office365 breakout categories.

public class O365BreakOutCategoryPolicies : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.O365BreakOutCategoryPolicies>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.O365BreakOutCategoryPolicies>
public class O365BreakOutCategoryPolicies
type O365BreakOutCategoryPolicies = class
    interface IJsonModel<O365BreakOutCategoryPolicies>
    interface IPersistableModel<O365BreakOutCategoryPolicies>
type O365BreakOutCategoryPolicies = class
Public Class O365BreakOutCategoryPolicies
Implements IJsonModel(Of O365BreakOutCategoryPolicies), IPersistableModel(Of O365BreakOutCategoryPolicies)
Public Class O365BreakOutCategoryPolicies
Inheritance
O365BreakOutCategoryPolicies
Implements

Constructors

O365BreakOutCategoryPolicies()

Initializes a new instance of O365BreakOutCategoryPolicies.

Properties

Allow

Flag to control allow category.

Default

Flag to control default category.

Optimize

Flag to control optimize category.

Explicit Interface Implementations

IJsonModel<O365BreakOutCategoryPolicies>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<O365BreakOutCategoryPolicies>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<O365BreakOutCategoryPolicies>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<O365BreakOutCategoryPolicies>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<O365BreakOutCategoryPolicies>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to