OutboundDependenciesManagedType 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.
A value to describe how the outbound dependencies of a HDInsight cluster are managed. 'Managed' means that the outbound dependencies are managed by the HDInsight service. 'External' means that the outbound dependencies are managed by a customer specific solution.
public readonly struct OutboundDependenciesManagedType : IEquatable<Azure.ResourceManager.HDInsight.Models.OutboundDependenciesManagedType>
type OutboundDependenciesManagedType = struct
Public Structure OutboundDependenciesManagedType
Implements IEquatable(Of OutboundDependenciesManagedType)
- Inheritance
-
OutboundDependenciesManagedType
- Implements
Constructors
OutboundDependenciesManagedType(String) |
Initializes a new instance of OutboundDependenciesManagedType. |
Properties
External |
External. |
Managed |
Managed. |
Methods
Equals(OutboundDependenciesManagedType) |
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(OutboundDependenciesManagedType, OutboundDependenciesManagedType) |
Determines if two OutboundDependenciesManagedType values are the same. |
Implicit(String to OutboundDependenciesManagedType) |
Converts a string to a OutboundDependenciesManagedType. |
Inequality(OutboundDependenciesManagedType, OutboundDependenciesManagedType) |
Determines if two OutboundDependenciesManagedType values are not the same. |
Applies to
Azure SDK for .NET