Office365PolicyProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.network.models.Office365PolicyProperties

Implements

public final class Office365PolicyProperties
implements JsonSerializable<Office365PolicyProperties>

Network Virtual Appliance Sku Properties.

Constructor Summary

Constructor Description
Office365PolicyProperties()

Creates an instance of Office365PolicyProperties class.

Method Summary

Modifier and Type Method and Description
BreakOutCategoryPolicies breakOutCategories()

Get the breakOutCategories property: Office 365 breakout categories.

static Office365PolicyProperties fromJson(JsonReader jsonReader)

Reads an instance of Office365PolicyProperties from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Office365PolicyProperties withBreakOutCategories(BreakOutCategoryPolicies breakOutCategories)

Set the breakOutCategories property: Office 365 breakout categories.

Methods inherited from java.lang.Object

Constructor Details

Office365PolicyProperties

public Office365PolicyProperties()

Creates an instance of Office365PolicyProperties class.

Method Details

breakOutCategories

public BreakOutCategoryPolicies breakOutCategories()

Get the breakOutCategories property: Office 365 breakout categories.

Returns:

the breakOutCategories value.

fromJson

public static Office365PolicyProperties fromJson(JsonReader jsonReader)

Reads an instance of Office365PolicyProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of Office365PolicyProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the Office365PolicyProperties.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withBreakOutCategories

public Office365PolicyProperties withBreakOutCategories(BreakOutCategoryPolicies breakOutCategories)

Set the breakOutCategories property: Office 365 breakout categories.

Parameters:

breakOutCategories - the breakOutCategories value to set.

Returns:

the Office365PolicyProperties object itself.

Applies to