Partilhar via


HostType Struct

Definition

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

Name Description
HostType(String)

Initializes a new instance of HostType.

Properties

Name Description
Kubernetes

Kubernetes.

Methods

Name Description
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

Name Description
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