ConnectorType 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 Type.
public readonly struct ConnectorType : IEquatable<Azure.ResourceManager.Confluent.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 |
|---|---|
| Sink |
Gets the Sink. |
| Source |
Gets the Source. |
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. |
| Implicit(String to Nullable<ConnectorType>) | |
| Inequality(ConnectorType, ConnectorType) |
Determines if two ConnectorType values are not the same. |