Udostępnij za pośrednictwem


AzureHybridBenefit Struct

Definition

Indicates whether Azure Hybrid Benefit is opted in

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Support.AzureHybridBenefitTypeConverter))]
public struct AzureHybridBenefit : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Support.AzureHybridBenefit>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Support.AzureHybridBenefitTypeConverter))>]
type AzureHybridBenefit = struct
    interface IArgumentCompleter
Public Structure AzureHybridBenefit
Implements IArgumentCompleter, IEquatable(Of AzureHybridBenefit)
Inheritance
AzureHybridBenefit
Attributes
Implements

Fields

False
NotApplicable
True

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(AzureHybridBenefit)

Compares values of enum type AzureHybridBenefit

Equals(Object)

Compares values of enum type AzureHybridBenefit (override for Object)

GetHashCode()

Returns hashCode for enum AzureHybridBenefit

ToString()

Returns string representation for AzureHybridBenefit

Operators

Equality(AzureHybridBenefit, AzureHybridBenefit)

Overriding == operator for enum AzureHybridBenefit

Implicit(AzureHybridBenefit to String)

Implicit operator to convert AzureHybridBenefit to string

Implicit(String to AzureHybridBenefit)

Implicit operator to convert string to AzureHybridBenefit

Inequality(AzureHybridBenefit, AzureHybridBenefit)

Overriding != operator for enum AzureHybridBenefit

Applies to