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