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 Summary
ConstructorsConstructorDescriptionCreates an instance of InformaticaOrganizationResourceUpdate class. -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of InformaticaOrganizationResourceUpdate from the JsonReader.Get the properties property: Patchable PropertieInformaticaOrganizationPropertiesUpdates of the Organization observability resource.tags()Get the tags property: Resource tags.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()Validates the instance.withProperties(OrganizationPropertiesCustomUpdate properties) Set the properties property: Patchable PropertieInformaticaOrganizationPropertiesUpdates of the Organization observability resource.Set the tags property: Resource tags.
-
Constructor Details
-
InformaticaOrganizationResourceUpdate
public InformaticaOrganizationResourceUpdate()Creates an instance of InformaticaOrganizationResourceUpdate class.
-
-
Method Details
-
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
public InformaticaOrganizationResourceUpdate withProperties(OrganizationPropertiesCustomUpdate properties) 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
- Specified by:
toJsonin interfacecom.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.
-