VmResourceFeatureSupportStatus 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.
Support status of feature.
public readonly struct VmResourceFeatureSupportStatus : IEquatable<Azure.ResourceManager.RecoveryServicesBackup.Models.VmResourceFeatureSupportStatus>
type VmResourceFeatureSupportStatus = struct
Public Structure VmResourceFeatureSupportStatus
Implements IEquatable(Of VmResourceFeatureSupportStatus)
- Inheritance
-
VmResourceFeatureSupportStatus
- Implements
Constructors
| Name | Description |
|---|---|
| VmResourceFeatureSupportStatus(String) |
Initializes a new instance of VmResourceFeatureSupportStatus. |
Properties
| Name | Description |
|---|---|
| DefaultOff |
Gets the DefaultOff. |
| DefaultOn |
Gets the DefaultOn. |
| Invalid |
Gets the Invalid. |
| NotSupported |
Gets the NotSupported. |
| Supported |
Gets the Supported. |
Methods
| Name | Description |
|---|---|
| Equals(VmResourceFeatureSupportStatus) |
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(VmResourceFeatureSupportStatus, VmResourceFeatureSupportStatus) |
Determines if two VmResourceFeatureSupportStatus values are the same. |
| Implicit(String to Nullable<VmResourceFeatureSupportStatus>) | |
| Implicit(String to VmResourceFeatureSupportStatus) |
Converts a string to a VmResourceFeatureSupportStatus. |
| Inequality(VmResourceFeatureSupportStatus, VmResourceFeatureSupportStatus) |
Determines if two VmResourceFeatureSupportStatus values are not the same. |