Class Dimension
java.lang.Object
com.microsoft.azure.management.appservice.Dimension
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 -
Method Summary
Modifier and TypeMethodDescriptionGet the displayName value.Get the internalName value.name()
Get the name value.Get the toBeExportedForShoebox value.withDisplayName
(String displayName) Set the displayName value.withInternalName
(String internalName) Set the internalName value.Set the name value.withToBeExportedForShoebox
(Boolean toBeExportedForShoebox) Set the toBeExportedForShoebox value.
-
Constructor Details
-
Dimension
public Dimension()
-
-
Method Details
-
name
Get the name value.- Returns:
- the name value
-
withName
Set the name value.- Parameters:
name
- the name value to set- Returns:
- the Dimension object itself.
-
displayName
Get the displayName value.- Returns:
- the displayName value
-
withDisplayName
Set the displayName value.- Parameters:
displayName
- the displayName value to set- Returns:
- the Dimension object itself.
-
internalName
Get the internalName value.- Returns:
- the internalName value
-
withInternalName
Set the internalName value.- Parameters:
internalName
- the internalName value to set- Returns:
- the Dimension object itself.
-
toBeExportedForShoebox
Get the toBeExportedForShoebox value.- Returns:
- the toBeExportedForShoebox value
-
withToBeExportedForShoebox
Set the toBeExportedForShoebox value.- Parameters:
toBeExportedForShoebox
- the toBeExportedForShoebox value to set- Returns:
- the Dimension object itself.
-