IProvisionedClusterLicenseProfile.AzureHybridBenefit Property
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.
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