public final class CsmOperationDescriptionProperties extends Object
| Constructor and Description |
|---|
CsmOperationDescriptionProperties() |
| Modifier and Type | Method and Description |
|---|---|
ServiceSpecification |
serviceSpecification()
Get the serviceSpecification property: Resource metrics service provided by Microsoft.Insights resource provider.
|
void |
validate()
Validates the instance.
|
CsmOperationDescriptionProperties |
withServiceSpecification(ServiceSpecification serviceSpecification)
Set the serviceSpecification property: Resource metrics service provided by Microsoft.Insights resource provider.
|
public ServiceSpecification serviceSpecification()
public CsmOperationDescriptionProperties withServiceSpecification(ServiceSpecification serviceSpecification)
serviceSpecification - the serviceSpecification value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.