SignaturesOverridesListInner Class

  • java.lang.Object
    • com.azure.resourcemanager.network.fluent.models.SignaturesOverridesListInner

Implements

public final class SignaturesOverridesListInner
implements JsonSerializable<SignaturesOverridesListInner>

Describes an object containing an array with a single item.

Method Summary

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

Reads an instance of SignaturesOverridesListInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<SignaturesOverridesInner> value()

Get the value property: Describes a list consisting exactly one item describing the policy's signature override status.

Methods inherited from java.lang.Object

Method Details

fromJson

public static SignaturesOverridesListInner fromJson(JsonReader jsonReader)

Reads an instance of SignaturesOverridesListInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<SignaturesOverridesInner> value()

Get the value property: Describes a list consisting exactly one item describing the policy's signature override status.

Returns:

the value value.

Applies to