VirtualEnclaveMaintenanceModeConfigurationMode 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.
public readonly struct VirtualEnclaveMaintenanceModeConfigurationMode : IEquatable<Azure.ResourceManager.Enclave.Models.VirtualEnclaveMaintenanceModeConfigurationMode>
type VirtualEnclaveMaintenanceModeConfigurationMode = struct
Public Structure VirtualEnclaveMaintenanceModeConfigurationMode
Implements IEquatable(Of VirtualEnclaveMaintenanceModeConfigurationMode)
- Inheritance
-
VirtualEnclaveMaintenanceModeConfigurationMode
- Implements
Constructors
| Name | Description |
|---|---|
| VirtualEnclaveMaintenanceModeConfigurationMode(String) |
Initializes a new instance of VirtualEnclaveMaintenanceModeConfigurationMode. |
Properties
| Name | Description |
|---|---|
| Advanced |
Gets the Advanced. |
| CanNotDelete |
Gets the CanNotDelete. |
| General |
Gets the General. |
| Off |
Gets the Off. |
| On |
Gets the On. |
Methods
| Name | Description |
|---|---|
| Equals(VirtualEnclaveMaintenanceModeConfigurationMode) |
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(VirtualEnclaveMaintenanceModeConfigurationMode, VirtualEnclaveMaintenanceModeConfigurationMode) |
Determines if two VirtualEnclaveMaintenanceModeConfigurationMode values are the same. |
| Implicit(String to Nullable<VirtualEnclaveMaintenanceModeConfigurationMode>) | |
| Implicit(String to VirtualEnclaveMaintenanceModeConfigurationMode) |
Converts a string to a VirtualEnclaveMaintenanceModeConfigurationMode. |
| Inequality(VirtualEnclaveMaintenanceModeConfigurationMode, VirtualEnclaveMaintenanceModeConfigurationMode) |
Determines if two VirtualEnclaveMaintenanceModeConfigurationMode values are not the same. |