Compartir a través de


RegistryUsageListResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.containerregistry.fluent.models.RegistryUsageListResultInner

Implements

public final class RegistryUsageListResultInner
implements JsonSerializable<RegistryUsageListResultInner>

The result of a request to get container registry quota usages.

Constructor Summary

Constructor Description
RegistryUsageListResultInner()

Creates an instance of RegistryUsageListResultInner class.

Method Summary

Modifier and Type Method and Description
static RegistryUsageListResultInner fromJson(JsonReader jsonReader)

Reads an instance of RegistryUsageListResultInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<RegistryUsage> value()

Get the value property: The list of container registry quota usages.

RegistryUsageListResultInner withValue(List<RegistryUsage> value)

Set the value property: The list of container registry quota usages.

Methods inherited from java.lang.Object

Constructor Details

RegistryUsageListResultInner

public RegistryUsageListResultInner()

Creates an instance of RegistryUsageListResultInner class.

Method Details

fromJson

public static RegistryUsageListResultInner fromJson(JsonReader jsonReader)

Reads an instance of RegistryUsageListResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: The list of container registry quota usages.

Returns:

the value value.

withValue

public RegistryUsageListResultInner withValue(List value)

Set the value property: The list of container registry quota usages.

Parameters:

value - the value value to set.

Returns:

the RegistryUsageListResultInner object itself.

Applies to