AvsEncryptionVersionType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether the encryption version is fixed 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 |
is auto-detected. |
Fixed |
is 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. |