BreakOutCategoryPolicies Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Network Virtual Appliance Sku Properties.
public class BreakOutCategoryPolicies : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.BreakOutCategoryPolicies>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.BreakOutCategoryPolicies>
public class BreakOutCategoryPolicies
type BreakOutCategoryPolicies = class
interface IJsonModel<BreakOutCategoryPolicies>
interface IPersistableModel<BreakOutCategoryPolicies>
type BreakOutCategoryPolicies = class
Public Class BreakOutCategoryPolicies
Implements IJsonModel(Of BreakOutCategoryPolicies), IPersistableModel(Of BreakOutCategoryPolicies)
Public Class BreakOutCategoryPolicies
- Inheritance
-
BreakOutCategoryPolicies
- Implements
Constructors
BreakOutCategoryPolicies() |
Initializes a new instance of BreakOutCategoryPolicies. |
Properties
Allow |
Flag to control breakout of o365 allow category. |
Default |
Flag to control breakout of o365 default category. |
Optimize |
Flag to control breakout of o365 optimize category. |
Explicit Interface Implementations
IJsonModel<BreakOutCategoryPolicies>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<BreakOutCategoryPolicies>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<BreakOutCategoryPolicies>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<BreakOutCategoryPolicies>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<BreakOutCategoryPolicies>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET