public class OperationMetricSpecificationDefinition extends Object
| Constructor and Description |
|---|
OperationMetricSpecificationDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
aggregationType()
Get the aggregationType value.
|
String |
displayDescription()
Get the displayDescription value.
|
String |
displayName()
Get the displayName value.
|
String |
internalMetricName()
Get the internalMetricName value.
|
String |
name()
Get the name value.
|
String |
unit()
Get the unit value.
|
OperationMetricSpecificationDefinition |
withAggregationType(String aggregationType)
Set the aggregationType value.
|
OperationMetricSpecificationDefinition |
withDisplayDescription(String displayDescription)
Set the displayDescription value.
|
OperationMetricSpecificationDefinition |
withDisplayName(String displayName)
Set the displayName value.
|
OperationMetricSpecificationDefinition |
withInternalMetricName(String internalMetricName)
Set the internalMetricName value.
|
OperationMetricSpecificationDefinition |
withName(String name)
Set the name value.
|
OperationMetricSpecificationDefinition |
withUnit(String unit)
Set the unit value.
|
public OperationMetricSpecificationDefinition()
public String name()
public OperationMetricSpecificationDefinition withName(String name)
name - the name value to setpublic String displayName()
public OperationMetricSpecificationDefinition withDisplayName(String displayName)
displayName - the displayName value to setpublic String displayDescription()
public OperationMetricSpecificationDefinition withDisplayDescription(String displayDescription)
displayDescription - the displayDescription value to setpublic String unit()
public OperationMetricSpecificationDefinition withUnit(String unit)
unit - the unit value to setpublic String aggregationType()
public OperationMetricSpecificationDefinition withAggregationType(String aggregationType)
aggregationType - the aggregationType value to setpublic String internalMetricName()
public OperationMetricSpecificationDefinition withInternalMetricName(String internalMetricName)
internalMetricName - the internalMetricName value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/