Condividi tramite


AvsEncryptionVersionType Struct

Definition

Property of the key if user provided or auto detected.

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

Constructors

AvsEncryptionVersionType(String)

Initializes a new instance of AvsEncryptionVersionType.

Properties

AutoDetected

AutoDetected.

Fixed

Fixed.

Methods

Equals(AvsEncryptionVersionType)

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

Determines if two AvsEncryptionVersionType values are the same.

Implicit(String to AvsEncryptionVersionType)

Converts a string to a AvsEncryptionVersionType.

Inequality(AvsEncryptionVersionType, AvsEncryptionVersionType)

Determines if two AvsEncryptionVersionType values are not the same.

Applies to