HDInsightResourceProviderConnection 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.
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
Azure SDK for .NET