Dimension Class

  • java.lang.Object
    • com.azure.resourcemanager.storage.models.Dimension

Implements

public final class Dimension
implements JsonSerializable<Dimension>

Dimension of blobs, possibly be blob type or access tier.

Method Summary

Modifier and Type Method and Description
String displayName()

Get the displayName property: Display name of dimension.

static Dimension fromJson(JsonReader jsonReader)

Reads an instance of Dimension from the JsonReader.

String name()

Get the name property: Display name of dimension.

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 Dimension fromJson(JsonReader jsonReader)

Reads an instance of Dimension from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of Dimension 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 Dimension.

name

public String name()

Get the name property: Display name of dimension.

Returns:

the name value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to