Megosztás a következőn keresztül:


ConnectorConnectivityType Struct

Definition

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