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

ConnectorType(String)

Initializes a new instance of ConnectorType.

Properties

AzureBlob

AzureBlob.

CRM

CRM.

ExchangeOnline

ExchangeOnline.

None

None.

Outbound

Outbound.

Salesforce

Salesforce.

Methods

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

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