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
ConnectorConnectivityType(String) |
Initializes a new instance of ConnectorConnectivityType. |
Properties
IsConnectedQuery |
IsConnectedQuery. |
Methods
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
Equality(ConnectorConnectivityType, ConnectorConnectivityType) |
Determines if two ConnectorConnectivityType values are the same. |
Implicit(String to ConnectorConnectivityType) |
Converts a string to a ConnectorConnectivityType. |
Inequality(ConnectorConnectivityType, ConnectorConnectivityType) |
Determines if two ConnectorConnectivityType values are not the same. |
Applies to
Azure SDK for .NET