IConnectedClusterProperties.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
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Runtime.Info(Description="Indicates whether Azure Hybrid Benefit is opted in", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Support.AzureHybridBenefit) }, ReadOnly=false, Required=false, SerializedName="azureHybridBenefit")]
public Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Support.AzureHybridBenefit? AzureHybridBenefit { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Runtime.Info(Description="Indicates whether Azure Hybrid Benefit is opted in", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Support.AzureHybridBenefit) }, ReadOnly=false, Required=false, SerializedName="azureHybridBenefit")>]
member this.AzureHybridBenefit : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Support.AzureHybridBenefit> with get, set
Public Property AzureHybridBenefit As Nullable(Of AzureHybridBenefit)
Property Value
- Attributes