Share via


DimensionProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.keyvault.models.DimensionProperties

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 displayName property: Display name of dimension.

static DimensionProperties fromJson(JsonReader jsonReader)

Reads an instance of DimensionProperties from the JsonReader.

String name()

Get the name property: Name of dimension.

Boolean toBeExportedForShoebox()

Get the toBeExportedForShoebox property: Property to specify whether the dimension should be exported for Shoebox.

JsonWriter 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:

the displayName value.

fromJson

public static DimensionProperties fromJson(JsonReader jsonReader)

Reads an instance of DimensionProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of DimensionProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the DimensionProperties.

name

public String name()

Get the name property: Name of dimension.

Returns:

the name value.

toBeExportedForShoebox

public Boolean toBeExportedForShoebox()

Get the toBeExportedForShoebox property: Property to specify whether the dimension should be exported for Shoebox.

Returns:

the toBeExportedForShoebox value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to