ConnectorType Struct

Definition

Type of connector.

public readonly struct ConnectorType : IEquatable<Azure.ResourceManager.CustomerInsights.Models.ConnectorType>
type ConnectorType = struct
Public Structure ConnectorType
Implements IEquatable(Of ConnectorType)
Inheritance
ConnectorType
Implements

Constructors

Name Description
ConnectorType(String)

Initializes a new instance of ConnectorType.

Properties

Name Description
AzureBlob

AzureBlob.

CRM

CRM.

ExchangeOnline

ExchangeOnline.

None

None.

Outbound

Outbound.

Salesforce

Salesforce.

Methods

Name Description
Equals(ConnectorType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(ConnectorType, ConnectorType)

Determines if two ConnectorType values are the same.

Implicit(String to ConnectorType)

Converts a String to a ConnectorType.

Inequality(ConnectorType, ConnectorType)

Determines if two ConnectorType values are not the same.

Applies to