SignaturesOverridesProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.network.models.SignaturesOverridesProperties

Implements

public final class SignaturesOverridesProperties
implements JsonSerializable<SignaturesOverridesProperties>

Will contain the properties of the resource (the actual signature overrides).

Constructor Summary

Constructor Description
SignaturesOverridesProperties()

Creates an instance of SignaturesOverridesProperties class.

Method Summary

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

Reads an instance of SignaturesOverridesProperties from the JsonReader.

Map<String,String> signatures()

Get the signatures property: Dictionary of .

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

SignaturesOverridesProperties withSignatures(Map<String,String> signatures)

Set the signatures property: Dictionary of .

Methods inherited from java.lang.Object

Constructor Details

SignaturesOverridesProperties

public SignaturesOverridesProperties()

Creates an instance of SignaturesOverridesProperties class.

Method Details

fromJson

public static SignaturesOverridesProperties fromJson(JsonReader jsonReader)

Reads an instance of SignaturesOverridesProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

signatures

public Map signatures()

Get the signatures property: Dictionary of .

Returns:

the signatures value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withSignatures

public SignaturesOverridesProperties withSignatures(Map signatures)

Set the signatures property: Dictionary of .

Parameters:

signatures - the signatures value to set.

Returns:

the SignaturesOverridesProperties object itself.

Applies to