MetricDimension Class

  • java.lang.Object
    • com.azure.resourcemanager.avs.models.MetricDimension

public final class MetricDimension

Specifications of the Dimension of metrics.

Constructor Summary

Constructor Description
MetricDimension()

Creates an instance of MetricDimension class.

Method Summary

Modifier and Type Method and Description
String displayName()

Get the displayName property: Localized friendly display name of the dimension.

String internalName()

Get the internalName property: Name of the dimension as it appears in MDM.

String name()

Get the name property: Name of the dimension.

Boolean toBeExportedForShoebox()

Get the toBeExportedForShoebox property: A boolean flag indicating whether this dimension should be included for the shoebox export scenario.

void validate()

Validates the instance.

MetricDimension withDisplayName(String displayName)

Set the displayName property: Localized friendly display name of the dimension.

MetricDimension withInternalName(String internalName)

Set the internalName property: Name of the dimension as it appears in MDM.

MetricDimension withName(String name)

Set the name property: Name of the dimension.

MetricDimension withToBeExportedForShoebox(Boolean toBeExportedForShoebox)

Set the toBeExportedForShoebox property: A boolean flag indicating whether this dimension should be included for the shoebox export scenario.

Methods inherited from java.lang.Object

Constructor Details

MetricDimension

public MetricDimension()

Creates an instance of MetricDimension class.

Method Details

displayName

public String displayName()

Get the displayName property: Localized friendly display name of the dimension.

Returns:

the displayName value.

internalName

public String internalName()

Get the internalName property: Name of the dimension as it appears in MDM.

Returns:

the internalName value.

name

public String name()

Get the name property: Name of the dimension.

Returns:

the name value.

toBeExportedForShoebox

public Boolean toBeExportedForShoebox()

Get the toBeExportedForShoebox property: A boolean flag indicating whether this dimension should be included for the shoebox export scenario.

Returns:

the toBeExportedForShoebox value.

validate

public void validate()

Validates the instance.

withDisplayName

public MetricDimension withDisplayName(String displayName)

Set the displayName property: Localized friendly display name of the dimension.

Parameters:

displayName - the displayName value to set.

Returns:

the MetricDimension object itself.

withInternalName

public MetricDimension withInternalName(String internalName)

Set the internalName property: Name of the dimension as it appears in MDM.

Parameters:

internalName - the internalName value to set.

Returns:

the MetricDimension object itself.

withName

public MetricDimension withName(String name)

Set the name property: Name of the dimension.

Parameters:

name - the name value to set.

Returns:

the MetricDimension object itself.

withToBeExportedForShoebox

public MetricDimension withToBeExportedForShoebox(Boolean toBeExportedForShoebox)

Set the toBeExportedForShoebox property: A boolean flag indicating whether this dimension should be included for the shoebox export scenario.

Parameters:

toBeExportedForShoebox - the toBeExportedForShoebox value to set.

Returns:

the MetricDimension object itself.

Applies to