DimensionProperties Class
- java.
lang. Object - com.
azure. resourcemanager. keyvault. models. DimensionProperties
- com.
Implements
public final class DimensionProperties
implements JsonSerializable<DimensionProperties>
Type of operation: get, read, delete, etc.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
displayName()
Get the display |
|
static
Dimension |
fromJson(JsonReader jsonReader)
Reads an instance of Dimension |
| String |
name()
Get the name property: Name of dimension. |
| Boolean |
toBeExportedForShoebox()
Get the to |
|
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: Display name of dimension.
Returns:
fromJson
public static DimensionProperties fromJson(JsonReader jsonReader)
Reads an instance of DimensionProperties from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: Name of dimension.
Returns:
toBeExportedForShoebox
public Boolean toBeExportedForShoebox()
Get the toBeExportedForShoebox property: Property to specify whether the dimension should be exported for Shoebox.
Returns:
toJson
validate
public void validate()
Validates the instance.