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
VmResourceFeatureSupportStatus(String) |
Initializes a new instance of VmResourceFeatureSupportStatus. |
Properties
DefaultOff |
DefaultOFF. |
DefaultOn |
DefaultON. |
Invalid |
Invalid. |
NotSupported |
NotSupported. |
Supported |
Supported. |
Methods
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
Equality(VmResourceFeatureSupportStatus, VmResourceFeatureSupportStatus) |
Determines if two VmResourceFeatureSupportStatus values are the same. |
Implicit(String to VmResourceFeatureSupportStatus) |
Converts a string to a VmResourceFeatureSupportStatus. |
Inequality(VmResourceFeatureSupportStatus, VmResourceFeatureSupportStatus) |
Determines if two VmResourceFeatureSupportStatus values are not the same. |
Applies to
Azure SDK for .NET