Share via


IProvisionedClusterLicenseProfile.AzureHybridBenefit Property

Definition

Indicates whether Azure Hybrid Benefit is opted in. Default value is false

[Microsoft.Azure.PowerShell.Cmdlets.AksArc.PSArgumentCompleter(new System.String[] { "True", "False", "NotApplicable" })]
[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.Info(Create=true, Description="Indicates whether Azure Hybrid Benefit is opted in. Default value is false", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="azureHybridBenefit", Update=true)]
public string AzureHybridBenefit { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.AksArc.PSArgumentCompleter(new System.String[] { "True", "False", "NotApplicable" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.Info(Create=true, Description="Indicates whether Azure Hybrid Benefit is opted in. Default value is false", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="azureHybridBenefit", Update=true)>]
member this.AzureHybridBenefit : string with get, set
Public Property AzureHybridBenefit As String

Property Value

Attributes

Applies to