ConnectorClass Struct
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.
Connector Class.
public readonly struct ConnectorClass : IEquatable<Azure.ResourceManager.Confluent.Models.ConnectorClass>
type ConnectorClass = struct
Public Structure ConnectorClass
Implements IEquatable(Of ConnectorClass)
- Inheritance
-
ConnectorClass
- Implements
Constructors
| Name | Description |
|---|---|
| ConnectorClass(String) |
Initializes a new instance of ConnectorClass. |
Properties
| Name | Description |
|---|---|
| AzureBlobSink |
Gets the AzureBlobSink. |
| AzureBlobSource |
Gets the AzureBlobSource. |
| AzureCosmosV2Sink |
Gets the AzureCosmosV2Sink. |
| AzureCosmosV2Source |
Gets the AzureCosmosV2Source. |
Methods
| Name | Description |
|---|---|
| Equals(ConnectorClass) |
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(ConnectorClass, ConnectorClass) |
Determines if two ConnectorClass values are the same. |
| Implicit(String to ConnectorClass) |
Converts a string to a ConnectorClass. |
| Implicit(String to Nullable<ConnectorClass>) | |
| Inequality(ConnectorClass, ConnectorClass) |
Determines if two ConnectorClass values are not the same. |