HDInsightClusterPoolData Class

Definition

A class representing the HDInsightClusterPool data model. Cluster pool.

public class HDInsightClusterPoolData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HDInsight.Containers.HDInsightClusterPoolData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HDInsight.Containers.HDInsightClusterPoolData>
type HDInsightClusterPoolData = class
    inherit TrackedResourceData
    interface IJsonModel<HDInsightClusterPoolData>
    interface IPersistableModel<HDInsightClusterPoolData>
Public Class HDInsightClusterPoolData
Inherits TrackedResourceData
Implements IJsonModel(Of HDInsightClusterPoolData), IPersistableModel(Of HDInsightClusterPoolData)
Inheritance
HDInsightClusterPoolData
Implements

Constructors

HDInsightClusterPoolData(AzureLocation)

Initializes a new instance of HDInsightClusterPoolData.

Properties

AksClusterProfile

Properties of underlying AKS cluster.

AksManagedResourceGroupName

A resource group created by AKS, to hold the infrastructure resources created by AKS on-behalf of customers. It is generated by cluster pool name and managed resource group name by pattern: MC_{managedResourceGroupName}{clusterPoolName}{region}.

ClusterPoolVersion

Cluster pool version is a 2-part version.

ComputeProfile

CLuster pool compute profile.

DeploymentId

A unique id generated by the RP to identify the resource.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Location

The geo-location where the resource lives.

(Inherited from TrackedResourceData)
LogAnalyticsProfile

Cluster pool log analytics profile to enable OMS agent for AKS cluster.

ManagedResourceGroupName

A resource group created by RP, to hold the resources created by RP on-behalf of customers. It will also be used to generate aksManagedResourceGroupName by pattern: MC_{managedResourceGroupName}{clusterPoolName}{region}. Please make sure it meets resource group name restriction.

Name

The name of the resource.

(Inherited from ResourceData)
NetworkProfile

Cluster pool network profile.

ProvisioningState

Provisioning state of the resource.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
Status

Business status of the resource.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

Resource tags.

(Inherited from TrackedResourceData)

Explicit Interface Implementations

IJsonModel<HDInsightClusterPoolData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<HDInsightClusterPoolData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HDInsightClusterPoolData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HDInsightClusterPoolData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<HDInsightClusterPoolData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to