Oracle Database@Google Cloud v1 API - Class GoldengateMicrosoftFabricConnectionProperties (1.6.0)

public sealed class GoldengateMicrosoftFabricConnectionProperties : IMessage<GoldengateMicrosoftFabricConnectionProperties>, IEquatable<GoldengateMicrosoftFabricConnectionProperties>, IDeepCloneable<GoldengateMicrosoftFabricConnectionProperties>, IBufferMessage, IMessage

Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class GoldengateMicrosoftFabricConnectionProperties.

The properties of GoldengateMicrosoftFabricConnection.

Inheritance

object > GoldengateMicrosoftFabricConnectionProperties

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

Google.Cloud.OracleDatabase.V1.dll

Constructors

GoldengateMicrosoftFabricConnectionProperties()

public GoldengateMicrosoftFabricConnectionProperties()

GoldengateMicrosoftFabricConnectionProperties(GoldengateMicrosoftFabricConnectionProperties)

public GoldengateMicrosoftFabricConnectionProperties(GoldengateMicrosoftFabricConnectionProperties other)
Parameter
Name Description
other GoldengateMicrosoftFabricConnectionProperties

Properties

ClientId

public string ClientId { get; set; }

Optional. Azure client ID of the application.

Property Value
Type Description
string

ClientSecret

public string ClientSecret { get; set; }

Optional. Client secret associated with the client id.

Property Value
Type Description
string

Endpoint

public string Endpoint { get; set; }

Optional. Optional Microsoft Fabric service endpoint. Default value: https://onelake.dfs.fabric.microsoft.com

Property Value
Type Description
string

TechnologyType

public string TechnologyType { get; set; }

Optional. The technology type of MicrosoftFabricConnection.

Property Value
Type Description
string

TenantId

public string TenantId { get; set; }

Optional. Azure tenant ID of the application.

Property Value
Type Description
string