OSOperationType Struct

Definition

OS Provision Operation type.

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

Constructors

Name Description
OSOperationType(String)

Initializes a new instance of OSOperationType.

Properties

Name Description
Provision

OS Provisioning operation.

ReImage

OS ReImage operation.

Update

OS Update operation.

Methods

Name Description
Equals(OSOperationType)

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

Determines if two OSOperationType values are the same.

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

Converts a string to a OSOperationType.

Inequality(OSOperationType, OSOperationType)

Determines if two OSOperationType values are not the same.

Applies to