你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
InfrastructureEncryptionState 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.
Enabling/Disabling the Double Encryption state.
public readonly struct InfrastructureEncryptionState : IEquatable<Azure.ResourceManager.RecoveryServices.Models.InfrastructureEncryptionState>
type InfrastructureEncryptionState = struct
Public Structure InfrastructureEncryptionState
Implements IEquatable(Of InfrastructureEncryptionState)
- Inheritance
-
InfrastructureEncryptionState
- Implements
Constructors
InfrastructureEncryptionState(String) |
Initializes a new instance of InfrastructureEncryptionState. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
Methods
Equals(InfrastructureEncryptionState) |
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(InfrastructureEncryptionState, InfrastructureEncryptionState) |
Determines if two InfrastructureEncryptionState values are the same. |
Implicit(String to InfrastructureEncryptionState) |
Converts a String to a InfrastructureEncryptionState. |
Inequality(InfrastructureEncryptionState, InfrastructureEncryptionState) |
Determines if two InfrastructureEncryptionState values are not the same. |