AvsEncryptionState 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 encryption is enabled or disabled.
public readonly struct AvsEncryptionState : IEquatable<Azure.ResourceManager.Avs.Models.AvsEncryptionState>
type AvsEncryptionState = struct
Public Structure AvsEncryptionState
Implements IEquatable(Of AvsEncryptionState)
- Inheritance
-
AvsEncryptionState
- Implements
Constructors
AvsEncryptionState(String) |
Initializes a new instance of AvsEncryptionState. |
Properties
Disabled |
is disabled. |
Enabled |
is enabled. |
Methods
Equals(AvsEncryptionState) |
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(AvsEncryptionState, AvsEncryptionState) |
Determines if two AvsEncryptionState values are the same. |
Implicit(String to AvsEncryptionState) |
Converts a String to a AvsEncryptionState. |
Inequality(AvsEncryptionState, AvsEncryptionState) |
Determines if two AvsEncryptionState values are not the same. |
Applies to
Azure SDK for .NET