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.
The InfrastructureEncryptionState.
public readonly struct InfrastructureEncryptionState : IEquatable<Azure.ResourceManager.RecoveryServicesBackup.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. |
Invalid |
Invalid. |
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. |
Applies to
Azure SDK for .NET