Class InformaticaProperties
java.lang.Object
com.azure.resourcemanager.informaticadatamanagement.models.InformaticaProperties
- All Implemented Interfaces:
com.azure.json.JsonSerializable<InformaticaProperties>
public final class InformaticaProperties
extends Object
implements com.azure.json.JsonSerializable<InformaticaProperties>
Properties of the Informatica organization.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InformaticaPropertiesfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of InformaticaProperties from the JsonReader.Get the informaticaRegion property: Informatica organization region.Get the organizationId property: Organization id.Get the organizationName property: Organization name.Get the singleSignOnUrl property: Single sing on URL for informatica organization.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()Validates the instance.withInformaticaRegion(String informaticaRegion) Set the informaticaRegion property: Informatica organization region.withOrganizationId(String organizationId) Set the organizationId property: Organization id.withOrganizationName(String organizationName) Set the organizationName property: Organization name.withSingleSignOnUrl(String singleSignOnUrl) Set the singleSignOnUrl property: Single sing on URL for informatica organization.
-
Constructor Details
-
InformaticaProperties
public InformaticaProperties()Creates an instance of InformaticaProperties class.
-
-
Method Details
-
organizationId
Get the organizationId property: Organization id.- Returns:
- the organizationId value.
-
withOrganizationId
Set the organizationId property: Organization id.- Parameters:
organizationId- the organizationId value to set.- Returns:
- the InformaticaProperties object itself.
-
organizationName
Get the organizationName property: Organization name.- Returns:
- the organizationName value.
-
withOrganizationName
Set the organizationName property: Organization name.- Parameters:
organizationName- the organizationName value to set.- Returns:
- the InformaticaProperties object itself.
-
informaticaRegion
Get the informaticaRegion property: Informatica organization region.- Returns:
- the informaticaRegion value.
-
withInformaticaRegion
Set the informaticaRegion property: Informatica organization region.- Parameters:
informaticaRegion- the informaticaRegion value to set.- Returns:
- the InformaticaProperties object itself.
-
singleSignOnUrl
Get the singleSignOnUrl property: Single sing on URL for informatica organization.- Returns:
- the singleSignOnUrl value.
-
withSingleSignOnUrl
Set the singleSignOnUrl property: Single sing on URL for informatica organization.- Parameters:
singleSignOnUrl- the singleSignOnUrl value to set.- Returns:
- the InformaticaProperties 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<InformaticaProperties>- Throws:
IOException
-
fromJson
public static InformaticaProperties fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of InformaticaProperties from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of InformaticaProperties 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 InformaticaProperties.
-