Dimension Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. Dimension
- com.
Implements
public final class Dimension
implements JsonSerializable<Dimension>
Dimension of the metric.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
displayName()
Get the display |
| static Dimension |
fromJson(JsonReader jsonReader)
Reads an instance of Dimension from the Json |
| String |
internalName()
Get the internal |
| String |
name()
Get the name property: The name of the dimension. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
displayName
public String displayName()
Get the displayName property: The display name of the dimension.
Returns:
fromJson
public static Dimension fromJson(JsonReader jsonReader)
Reads an instance of Dimension from the JsonReader.
Parameters:
Returns:
Throws:
internalName
public String internalName()
Get the internalName property: The internal name of the dimension.
Returns:
name
public String name()
Get the name property: The name of the dimension.
Returns:
toJson
validate
public void validate()
Validates the instance.