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
| Name | Description |
|---|---|
| AvsEncryptionState(String) |
Initializes a new instance of AvsEncryptionState. |
Properties
| Name | Description |
|---|---|
| Disabled |
is disabled. |
| Enabled |
is enabled. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |