OperationMetaMetricSpecification Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. OperationMetaMetricSpecification
- com.
Implements
public final class OperationMetaMetricSpecification
implements JsonSerializable<OperationMetaMetricSpecification>
What is this?.
Constructor Summary
| Constructor | Description |
|---|---|
| OperationMetaMetricSpecification() |
Creates an instance of Operation |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
aggregationType()
Get the aggregation |
|
List<Operation |
dimensions()
Get the dimensions property: Metric dimensions. |
| String |
displayDescription()
Get the display |
| String |
displayName()
Get the display |
| Boolean |
enableRegionalMdmAccount()
Get the enable |
|
static
Operation |
fromJson(JsonReader jsonReader)
Reads an instance of Operation |
| String |
metricFilterPattern()
Get the metric |
| String |
name()
Get the name property: Metric unique name. |
| String |
sourceMdmAccount()
Get the source |
| String |
sourceMdmNamespace()
Get the source |
| Boolean |
supportsInstanceLevelAggregation()
Get the supports |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
unit()
Get the unit property: Metric units. |
| void |
validate()
Validates the instance. |
|
Operation |
withAggregationType(String aggregationType)
Set the aggregation |
|
Operation |
withDimensions(List<OperationMetaMetricDimensionSpecification> dimensions)
Set the dimensions property: Metric dimensions. |
|
Operation |
withDisplayDescription(String displayDescription)
Set the display |
|
Operation |
withDisplayName(String displayName)
Set the display |
|
Operation |
withEnableRegionalMdmAccount(Boolean enableRegionalMdmAccount)
Set the enable |
|
Operation |
withMetricFilterPattern(String metricFilterPattern)
Set the metric |
|
Operation |
withName(String name)
Set the name property: Metric unique name. |
|
Operation |
withSourceMdmAccount(String sourceMdmAccount)
Set the source |
|
Operation |
withSourceMdmNamespace(String sourceMdmNamespace)
Set the source |
|
Operation |
withSupportsInstanceLevelAggregation(Boolean supportsInstanceLevelAggregation)
Set the supports |
|
Operation |
withUnit(String unit)
Set the unit property: Metric units. |
Methods inherited from java.lang.Object
Constructor Details
OperationMetaMetricSpecification
public OperationMetaMetricSpecification()
Creates an instance of OperationMetaMetricSpecification class.
Method Details
aggregationType
public String aggregationType()
Get the aggregationType property: Metric aggregation type.
Returns:
dimensions
public List<OperationMetaMetricDimensionSpecification> dimensions()
Get the dimensions property: Metric dimensions.
Returns:
displayDescription
public String displayDescription()
Get the displayDescription property: Metric description.
Returns:
displayName
public String displayName()
Get the displayName property: Metric display name.
Returns:
enableRegionalMdmAccount
public Boolean enableRegionalMdmAccount()
Get the enableRegionalMdmAccount property: Whether the regional MDM account is enabled.
Returns:
fromJson
public static OperationMetaMetricSpecification fromJson(JsonReader jsonReader)
Reads an instance of OperationMetaMetricSpecification from the JsonReader.
Parameters:
Returns:
Throws:
metricFilterPattern
public String metricFilterPattern()
Get the metricFilterPattern property: Metric filter.
Returns:
name
public String name()
Get the name property: Metric unique name.
Returns:
sourceMdmAccount
public String sourceMdmAccount()
Get the sourceMdmAccount property: The source MDM account.
Returns:
sourceMdmNamespace
public String sourceMdmNamespace()
Get the sourceMdmNamespace property: The source MDM namespace.
Returns:
supportsInstanceLevelAggregation
public Boolean supportsInstanceLevelAggregation()
Get the supportsInstanceLevelAggregation property: Whether the metric supports instance-level aggregation.
Returns:
toJson
unit
public String unit()
Get the unit property: Metric units.
Returns:
validate
public void validate()
Validates the instance.
withAggregationType
public OperationMetaMetricSpecification withAggregationType(String aggregationType)
Set the aggregationType property: Metric aggregation type.
Parameters:
Returns:
withDimensions
public OperationMetaMetricSpecification withDimensions(List<OperationMetaMetricDimensionSpecification> dimensions)
Set the dimensions property: Metric dimensions.
Parameters:
Returns:
withDisplayDescription
public OperationMetaMetricSpecification withDisplayDescription(String displayDescription)
Set the displayDescription property: Metric description.
Parameters:
Returns:
withDisplayName
public OperationMetaMetricSpecification withDisplayName(String displayName)
Set the displayName property: Metric display name.
Parameters:
Returns:
withEnableRegionalMdmAccount
public OperationMetaMetricSpecification withEnableRegionalMdmAccount(Boolean enableRegionalMdmAccount)
Set the enableRegionalMdmAccount property: Whether the regional MDM account is enabled.
Parameters:
Returns:
withMetricFilterPattern
public OperationMetaMetricSpecification withMetricFilterPattern(String metricFilterPattern)
Set the metricFilterPattern property: Metric filter.
Parameters:
Returns:
withName
public OperationMetaMetricSpecification withName(String name)
Set the name property: Metric unique name.
Parameters:
Returns:
withSourceMdmAccount
public OperationMetaMetricSpecification withSourceMdmAccount(String sourceMdmAccount)
Set the sourceMdmAccount property: The source MDM account.
Parameters:
Returns:
withSourceMdmNamespace
public OperationMetaMetricSpecification withSourceMdmNamespace(String sourceMdmNamespace)
Set the sourceMdmNamespace property: The source MDM namespace.
Parameters:
Returns:
withSupportsInstanceLevelAggregation
public OperationMetaMetricSpecification withSupportsInstanceLevelAggregation(Boolean supportsInstanceLevelAggregation)
Set the supportsInstanceLevelAggregation property: Whether the metric supports instance-level aggregation.
Parameters:
Returns:
withUnit
public OperationMetaMetricSpecification withUnit(String unit)
Set the unit property: Metric units.
Parameters:
Returns: