SignaturesOverridesListInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. SignaturesOverridesListInner
- com.
Implements
public final class SignaturesOverridesListInner
implements JsonSerializable<SignaturesOverridesListInner>
Describes an object containing an array with a single item.
Constructor Summary
Constructor | Description |
---|---|
SignaturesOverridesListInner() |
Creates an instance of Signatures |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Signatures |
fromJson(JsonReader jsonReader)
Reads an instance of Signatures |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
List<Signatures |
value()
Get the value property: Describes a list consisting exactly one item describing the policy's signature override status. |
Signatures |
withValue(List<SignaturesOverridesInner> value)
Set the value property: Describes a list consisting exactly one item describing the policy's signature override status. |
Methods inherited from java.lang.Object
Constructor Details
SignaturesOverridesListInner
public SignaturesOverridesListInner()
Creates an instance of SignaturesOverridesListInner class.
Method Details
fromJson
public static SignaturesOverridesListInner fromJson(JsonReader jsonReader)
Reads an instance of SignaturesOverridesListInner from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
value
public List
Get the value property: Describes a list consisting exactly one item describing the policy's signature override status.
Returns:
withValue
public SignaturesOverridesListInner withValue(List
Set the value property: Describes a list consisting exactly one item describing the policy's signature override status.
Parameters:
Returns:
Applies to
Azure SDK for Java