OperationMetaMetricDimensionSpecification Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. OperationMetaMetricDimensionSpecification
- com.
Implements
public final class OperationMetaMetricDimensionSpecification
implements JsonSerializable<OperationMetaMetricDimensionSpecification>
What is this?.
Constructor Summary
| Constructor | Description |
|---|---|
| OperationMetaMetricDimensionSpecification() |
Creates an instance of Operation |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
displayName()
Get the display |
|
static
Operation |
fromJson(JsonReader jsonReader)
Reads an instance of Operation |
| String |
name()
Get the name property: Dimension unique name. |
| Boolean |
toBeExportedForShoebox()
Get the to |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Operation |
withDisplayName(String displayName)
Set the display |
|
Operation |
withName(String name)
Set the name property: Dimension unique name. |
|
Operation |
withToBeExportedForShoebox(Boolean toBeExportedForShoebox)
Set the to |
Methods inherited from java.lang.Object
Constructor Details
OperationMetaMetricDimensionSpecification
public OperationMetaMetricDimensionSpecification()
Creates an instance of OperationMetaMetricDimensionSpecification class.
Method Details
displayName
public String displayName()
Get the displayName property: Dimension display name.
Returns:
fromJson
public static OperationMetaMetricDimensionSpecification fromJson(JsonReader jsonReader)
Reads an instance of OperationMetaMetricDimensionSpecification from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: Dimension unique name.
Returns:
toBeExportedForShoebox
public Boolean toBeExportedForShoebox()
Get the toBeExportedForShoebox property: Whether this metric should be exported for Shoebox.
Returns:
toJson
validate
public void validate()
Validates the instance.
withDisplayName
public OperationMetaMetricDimensionSpecification withDisplayName(String displayName)
Set the displayName property: Dimension display name.
Parameters:
Returns:
withName
public OperationMetaMetricDimensionSpecification withName(String name)
Set the name property: Dimension unique name.
Parameters:
Returns:
withToBeExportedForShoebox
public OperationMetaMetricDimensionSpecification withToBeExportedForShoebox(Boolean toBeExportedForShoebox)
Set the toBeExportedForShoebox property: Whether this metric should be exported for Shoebox.
Parameters:
Returns: