HostType 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 host the Custom Locations is referencing (Kubernetes, etc...).
public readonly struct HostType : IEquatable<Azure.ResourceManager.ExtendedLocation.Models.HostType>
type HostType = struct
Public Structure HostType
Implements IEquatable(Of HostType)
- Inheritance
-
HostType
- Implements
Constructors
HostType(String) |
Initializes a new instance of HostType. |
Properties
Kubernetes |
Kubernetes. |
Methods
Equals(HostType) |
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(HostType, HostType) |
Determines if two HostType values are the same. |
Implicit(String to HostType) |
Converts a string to a HostType. |
Inequality(HostType, HostType) |
Determines if two HostType values are not the same. |
Applies to
Azure SDK for .NET