UpdatableClusterProfile interface
Cluster resource patch properties.
Properties
authorization |
Authorization profile with details of AAD user Ids and group Ids authorized for data plane access. |
autoscale |
This is the Autoscale profile for the cluster. This will allow customer to create cluster enabled with Autoscale. |
log |
Cluster log analytics profile to enable or disable OMS agent for cluster. |
prometheus |
Cluster Prometheus profile. |
ranger |
Cluster Ranger plugin profile. |
ranger |
The ranger cluster profile. |
script |
The script action profile list. |
secrets |
The cluster secret profile. |
service |
The service configs profiles. |
ssh |
Ssh profile for the cluster. |
trino |
Trino Cluster profile. |
Property Details
authorizationProfile
Authorization profile with details of AAD user Ids and group Ids authorized for data plane access.
authorizationProfile?: AuthorizationProfile
Property Value
autoscaleProfile
This is the Autoscale profile for the cluster. This will allow customer to create cluster enabled with Autoscale.
autoscaleProfile?: AutoscaleProfile
Property Value
logAnalyticsProfile
Cluster log analytics profile to enable or disable OMS agent for cluster.
logAnalyticsProfile?: ClusterLogAnalyticsProfile
Property Value
prometheusProfile
Cluster Prometheus profile.
prometheusProfile?: ClusterPrometheusProfile
Property Value
rangerPluginProfile
Cluster Ranger plugin profile.
rangerPluginProfile?: ClusterRangerPluginProfile
Property Value
rangerProfile
scriptActionProfiles
The script action profile list.
scriptActionProfiles?: ScriptActionProfile[]
Property Value
secretsProfile
serviceConfigsProfiles
The service configs profiles.
serviceConfigsProfiles?: ClusterServiceConfigsProfile[]
Property Value
sshProfile
trinoProfile
Azure SDK for JavaScript