Freigeben über


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

Name Description
CustomLocationHostType(String)

Initializes a new instance of CustomLocationHostType.

Properties

Name Description
Kubernetes

Kubernetes.

Methods

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

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