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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.SoftwareAssuranceIntentTypeConverter))]
public struct SoftwareAssuranceIntent : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.SoftwareAssuranceIntent>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.SoftwareAssuranceIntentTypeConverter))>]
type SoftwareAssuranceIntent = struct
interface IArgumentCompleter
Public Structure SoftwareAssuranceIntent
Implements IArgumentCompleter, IEquatable(Of SoftwareAssuranceIntent)
- Inheritance
-
SoftwareAssuranceIntent
- Attributes
- Implements
Fields
Disable | |
Enable |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type SoftwareAssuranceIntent (override for Object) |
Equals(SoftwareAssuranceIntent) |
Compares values of enum type SoftwareAssuranceIntent |
GetHashCode() |
Returns hashCode for enum SoftwareAssuranceIntent |
ToString() |
Returns string representation for SoftwareAssuranceIntent |
Operators
Equality(SoftwareAssuranceIntent, SoftwareAssuranceIntent) |
Overriding == operator for enum SoftwareAssuranceIntent |
Implicit(SoftwareAssuranceIntent to String) |
Implicit operator to convert SoftwareAssuranceIntent to string |
Implicit(String to SoftwareAssuranceIntent) |
Implicit operator to convert string to SoftwareAssuranceIntent |
Inequality(SoftwareAssuranceIntent, SoftwareAssuranceIntent) |
Overriding != operator for enum SoftwareAssuranceIntent |