다음을 통해 공유


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

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