Class InformaticaOrganizationResourceUpdate

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

public final class InformaticaOrganizationResourceUpdate extends Object implements com.azure.json.JsonSerializable<InformaticaOrganizationResourceUpdate>
The template for adding optional properties.
  • Constructor Details

    • InformaticaOrganizationResourceUpdate

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

    • tags

      public Map<String,String> tags()
      Get the tags property: Resource tags.
      Returns:
      the tags value.
    • withTags

      Set the tags property: Resource tags.
      Parameters:
      tags - the tags value to set.
      Returns:
      the InformaticaOrganizationResourceUpdate object itself.
    • properties

      Get the properties property: Patchable PropertieInformaticaOrganizationPropertiesUpdates of the Organization observability resource.
      Returns:
      the properties value.
    • withProperties

      Set the properties property: Patchable PropertieInformaticaOrganizationPropertiesUpdates of the Organization observability resource.
      Parameters:
      properties - the properties value to set.
      Returns:
      the InformaticaOrganizationResourceUpdate 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<InformaticaOrganizationResourceUpdate>
      Throws:
      IOException
    • fromJson

      public static InformaticaOrganizationResourceUpdate fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of InformaticaOrganizationResourceUpdate from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of InformaticaOrganizationResourceUpdate 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 InformaticaOrganizationResourceUpdate.