Share via


SoftwareAssuranceIntent Struct

Definition

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