Share via


CustomLocationHostType Struct

Definition

Type of host the Custom Locations is referencing (Kubernetes, etc...).

public readonly struct CustomLocationHostType : IEquatable<Azure.ResourceManager.ExtendedLocations.Models.CustomLocationHostType>
type CustomLocationHostType = struct
Public Structure CustomLocationHostType
Implements IEquatable(Of CustomLocationHostType)
Inheritance
CustomLocationHostType
Implements

Constructors

CustomLocationHostType(String)

Initializes a new instance of CustomLocationHostType.

Properties

Kubernetes

Kubernetes.

Methods

Equals(CustomLocationHostType)

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(CustomLocationHostType, CustomLocationHostType)

Determines if two CustomLocationHostType values are the same.

Implicit(String to CustomLocationHostType)

Converts a string to a CustomLocationHostType.

Inequality(CustomLocationHostType, CustomLocationHostType)

Determines if two CustomLocationHostType values are not the same.

Applies to