HostPlatformType Struct

Definition

Platform where the runtime is hosted.

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

Constructors

HostPlatformType(String)

Initializes a new instance of HostPlatformType.

Properties

KubernetesCluster

KubernetesCluster.

LinuxVm

LinuxVM.

Methods

Equals(HostPlatformType)

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

Determines if two HostPlatformType values are the same.

Implicit(String to HostPlatformType)

Converts a string to a HostPlatformType.

Inequality(HostPlatformType, HostPlatformType)

Determines if two HostPlatformType values are not the same.

Applies to