ProvisioningOsType Struct

Definition

Represents the provisioning operating system type.

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

Constructors

Name Description
ProvisioningOsType(String)

Initializes a new instance of ProvisioningOsType.

Properties

Name Description
AzureLinux

AzureLinux OS.

HCI

HCI OS.

Methods

Name Description
Equals(ProvisioningOsType)

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

Determines if two ProvisioningOsType values are the same.

Implicit(String to Nullable<ProvisioningOsType>)
Implicit(String to ProvisioningOsType)

Converts a string to a ProvisioningOsType.

Inequality(ProvisioningOsType, ProvisioningOsType)

Determines if two ProvisioningOsType values are not the same.

Applies to