Class SignaturesOverridesProperties

java.lang.Object
com.azure.resourcemanager.network.models.SignaturesOverridesProperties
All Implemented Interfaces:
com.azure.json.JsonSerializable<SignaturesOverridesProperties>

public final class SignaturesOverridesProperties extends Object implements com.azure.json.JsonSerializable<SignaturesOverridesProperties>
Will contain the properties of the resource (the actual signature overrides).
  • Constructor Details

    • SignaturesOverridesProperties

      public SignaturesOverridesProperties()
      Creates an instance of SignaturesOverridesProperties class.
  • Method Details

    • signatures

      public Map<String,String> signatures()
      Get the signatures property: Dictionary of <string>.
      Returns:
      the signatures value.
    • withSignatures

      public SignaturesOverridesProperties withSignatures(Map<String,String> signatures)
      Set the signatures property: Dictionary of <string>.
      Parameters:
      signatures - the signatures value to set.
      Returns:
      the SignaturesOverridesProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<SignaturesOverridesProperties>
      Throws:
      IOException
    • fromJson

      public static SignaturesOverridesProperties fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      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.