OwnerKeyType Struct

Definition

Type of owner key in the voucher.

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

Constructors

Name Description
OwnerKeyType(String)

Initializes a new instance of OwnerKeyType.

Properties

Name Description
MicrosoftManaged

Owner is Microsoft managed key.

Methods

Name Description
Equals(OwnerKeyType)

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

Determines if two OwnerKeyType values are the same.

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

Converts a string to a OwnerKeyType.

Inequality(OwnerKeyType, OwnerKeyType)

Determines if two OwnerKeyType values are not the same.

Applies to