OwnershipVoucherValidationStatus Struct

Definition

Ownership Voucher validation Status.

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

Constructors

Name Description
OwnershipVoucherValidationStatus(String)

Initializes a new instance of OwnershipVoucherValidationStatus.

Properties

Name Description
Invalid

Voucher evaluated as invalid.

Valid

Voucher evaluated as valid.

Methods

Name Description
Equals(OwnershipVoucherValidationStatus)

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

Determines if two OwnershipVoucherValidationStatus values are the same.

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

Converts a string to a OwnershipVoucherValidationStatus.

Inequality(OwnershipVoucherValidationStatus, OwnershipVoucherValidationStatus)

Determines if two OwnershipVoucherValidationStatus values are not the same.

Applies to