InformaticaProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties of the Informatica organization.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.InformaticaPropertiesTypeConverter))]
public class InformaticaProperties : Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IInformaticaProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.InformaticaPropertiesTypeConverter))>]
type InformaticaProperties = class
interface IInformaticaProperties
interface IJsonSerializable
Public Class InformaticaProperties
Implements IInformaticaProperties
- Inheritance
-
InformaticaProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| InformaticaProperties() |
Creates an new InformaticaProperties instance. |
Properties
| Name | Description |
|---|---|
| InformaticaRegion |
Informatica organization region |
| OrganizationId |
Organization id |
| OrganizationName |
Organization name |
| SingleSignOnUrl |
Single sing on URL for informatica organization |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of InformaticaProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of InformaticaProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IInformaticaProperties. |
| FromJsonString(String) |
Creates a new instance of InformaticaProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of InformaticaProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |