HDInsightResourceProviderConnection Struct

Definition

The direction for the resource provider connection.

public readonly struct HDInsightResourceProviderConnection : IEquatable<Azure.ResourceManager.HDInsight.Models.HDInsightResourceProviderConnection>
type HDInsightResourceProviderConnection = struct
Public Structure HDInsightResourceProviderConnection
Implements IEquatable(Of HDInsightResourceProviderConnection)
Inheritance
HDInsightResourceProviderConnection
Implements

Constructors

HDInsightResourceProviderConnection(String)

Initializes a new instance of HDInsightResourceProviderConnection.

Properties

Inbound

Inbound.

Outbound

Outbound.

Methods

Equals(HDInsightResourceProviderConnection)

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(HDInsightResourceProviderConnection, HDInsightResourceProviderConnection)

Determines if two HDInsightResourceProviderConnection values are the same.

Implicit(String to HDInsightResourceProviderConnection)

Converts a string to a HDInsightResourceProviderConnection.

Inequality(HDInsightResourceProviderConnection, HDInsightResourceProviderConnection)

Determines if two HDInsightResourceProviderConnection values are not the same.

Applies to