ConnectorConnectivityType 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.
type of connectivity.
public readonly struct ConnectorConnectivityType : IEquatable<Azure.ResourceManager.SecurityInsights.Models.ConnectorConnectivityType>
type ConnectorConnectivityType = struct
Public Structure ConnectorConnectivityType
Implements IEquatable(Of ConnectorConnectivityType)
- Inheritance
-
ConnectorConnectivityType
- Implements
Constructors
| Name | Description |
|---|---|
| ConnectorConnectivityType(String) |
Initializes a new instance of ConnectorConnectivityType. |
Properties
| Name | Description |
|---|---|
| IsConnectedQuery |
IsConnectedQuery. |
Methods
| Name | Description |
|---|---|
| Equals(ConnectorConnectivityType) |
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(ConnectorConnectivityType, ConnectorConnectivityType) |
Determines if two ConnectorConnectivityType values are the same. |
| Implicit(String to ConnectorConnectivityType) |
Converts a string to a ConnectorConnectivityType. |
| Implicit(String to Nullable<ConnectorConnectivityType>) | |
| Inequality(ConnectorConnectivityType, ConnectorConnectivityType) |
Determines if two ConnectorConnectivityType values are not the same. |