public class ServiceObjectiveInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
ServiceObjectiveInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
description()
Get the description property: The description for the service level objective.
|
Boolean |
enabled()
Get the enabled property: Gets whether the service level objective is enabled.
|
Boolean |
isDefault()
Get the isDefault property: Gets whether the service level objective is the default service objective.
|
Boolean |
isSystem()
Get the isSystem property: Gets whether the service level objective is a system service objective.
|
String |
serviceObjectiveName()
Get the serviceObjectiveName property: The name for the service objective.
|
void |
validate()
Validates the instance.
|
public String serviceObjectiveName()
public Boolean isDefault()
public Boolean isSystem()
public String description()
public Boolean enabled()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.