SoftwareAssuranceIntent 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.
Customer Intent for Software Assurance Benefit.
public readonly struct SoftwareAssuranceIntent : IEquatable<Azure.ResourceManager.Hci.Models.SoftwareAssuranceIntent>
type SoftwareAssuranceIntent = struct
Public Structure SoftwareAssuranceIntent
Implements IEquatable(Of SoftwareAssuranceIntent)
- Inheritance
-
SoftwareAssuranceIntent
- Implements
Constructors
SoftwareAssuranceIntent(String) |
Initializes a new instance of SoftwareAssuranceIntent. |
Properties
Disable |
Disable. |
Enable |
Enable. |
Methods
Equals(SoftwareAssuranceIntent) |
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(SoftwareAssuranceIntent, SoftwareAssuranceIntent) |
Determines if two SoftwareAssuranceIntent values are the same. |
Implicit(String to SoftwareAssuranceIntent) |
Converts a string to a SoftwareAssuranceIntent. |
Inequality(SoftwareAssuranceIntent, SoftwareAssuranceIntent) |
Determines if two SoftwareAssuranceIntent values are not the same. |
Applies to
Azure SDK for .NET