O365BreakOutCategoryPolicies Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. O365BreakOutCategoryPolicies
- com.
Implements
public final class O365BreakOutCategoryPolicies
implements JsonSerializable<O365BreakOutCategoryPolicies>
Office365 breakout categories.
Constructor Summary
Constructor | Description |
---|---|
O365BreakOutCategoryPolicies() |
Creates an instance of O365Break |
Method Summary
Modifier and Type | Method and Description |
---|---|
Boolean |
allow()
Get the allow property: Flag to control allow category. |
Boolean |
defaultProperty()
Get the default |
static
O365Break |
fromJson(JsonReader jsonReader)
Reads an instance of O365Break |
Boolean |
optimize()
Get the optimize property: Flag to control optimize category. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
O365Break |
withAllow(Boolean allow)
Set the allow property: Flag to control allow category. |
O365Break |
withDefaultProperty(Boolean defaultProperty)
Set the default |
O365Break |
withOptimize(Boolean optimize)
Set the optimize property: Flag to control optimize category. |
Methods inherited from java.lang.Object
Constructor Details
O365BreakOutCategoryPolicies
public O365BreakOutCategoryPolicies()
Creates an instance of O365BreakOutCategoryPolicies class.
Method Details
allow
public Boolean allow()
Get the allow property: Flag to control allow category.
Returns:
defaultProperty
public Boolean defaultProperty()
Get the defaultProperty property: Flag to control default category.
Returns:
fromJson
public static O365BreakOutCategoryPolicies fromJson(JsonReader jsonReader)
Reads an instance of O365BreakOutCategoryPolicies from the JsonReader.
Parameters:
Returns:
Throws:
optimize
public Boolean optimize()
Get the optimize property: Flag to control optimize category.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAllow
public O365BreakOutCategoryPolicies withAllow(Boolean allow)
Set the allow property: Flag to control allow category.
Parameters:
Returns:
withDefaultProperty
public O365BreakOutCategoryPolicies withDefaultProperty(Boolean defaultProperty)
Set the defaultProperty property: Flag to control default category.
Parameters:
Returns:
withOptimize
public O365BreakOutCategoryPolicies withOptimize(Boolean optimize)
Set the optimize property: Flag to control optimize category.
Parameters:
Returns:
Applies to
Azure SDK for Java