Delen via


ProvisionedClusterLicenseProfile Class

Definition

The license profile of the provisioned cluster.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ProvisionedClusterLicenseProfileTypeConverter))]
public class ProvisionedClusterLicenseProfile : Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IProvisionedClusterLicenseProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ProvisionedClusterLicenseProfileTypeConverter))>]
type ProvisionedClusterLicenseProfile = class
    interface IProvisionedClusterLicenseProfile
    interface IJsonSerializable
Public Class ProvisionedClusterLicenseProfile
Implements IProvisionedClusterLicenseProfile
Inheritance
ProvisionedClusterLicenseProfile
Attributes
Implements

Constructors

ProvisionedClusterLicenseProfile()

Creates an new ProvisionedClusterLicenseProfile instance.

Properties

AzureHybridBenefit

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ProvisionedClusterLicenseProfile.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ProvisionedClusterLicenseProfile.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IProvisionedClusterLicenseProfile.

FromJsonString(String)

Creates a new instance of ProvisionedClusterLicenseProfile, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ProvisionedClusterLicenseProfile into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to