Class Dimension
- java.lang.Object
-
- com.microsoft.azure.management.appservice.Dimension
-
public class Dimension extends Object
Dimension of a resource metric. For e.g. instance specific HTTP requests for a web app, where instance name is dimension of the metric HTTP request.
-
-
Constructor Summary
Constructors Constructor Description Dimension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdisplayName()Get the displayName value.StringinternalName()Get the internalName value.Stringname()Get the name value.BooleantoBeExportedForShoebox()Get the toBeExportedForShoebox value.DimensionwithDisplayName(String displayName)Set the displayName value.DimensionwithInternalName(String internalName)Set the internalName value.DimensionwithName(String name)Set the name value.DimensionwithToBeExportedForShoebox(Boolean toBeExportedForShoebox)Set the toBeExportedForShoebox value.
-
-
-
Method Detail
-
name
public String name()
Get the name value.- Returns:
- the name value
-
withName
public Dimension withName(String name)
Set the name value.- Parameters:
name- the name value to set- Returns:
- the Dimension object itself.
-
displayName
public String displayName()
Get the displayName value.- Returns:
- the displayName value
-
withDisplayName
public Dimension withDisplayName(String displayName)
Set the displayName value.- Parameters:
displayName- the displayName value to set- Returns:
- the Dimension object itself.
-
internalName
public String internalName()
Get the internalName value.- Returns:
- the internalName value
-
withInternalName
public Dimension withInternalName(String internalName)
Set the internalName value.- Parameters:
internalName- the internalName value to set- Returns:
- the Dimension object itself.
-
toBeExportedForShoebox
public Boolean toBeExportedForShoebox()
Get the toBeExportedForShoebox value.- Returns:
- the toBeExportedForShoebox value
-
-