Skip to main content

clusters_identity_certificates

Creates, updates, deletes, gets or lists a clusters_identity_certificates resource.

Overview

Nameclusters_identity_certificates
TypeResource
Idazure.hdinsight.clusters_identity_certificates

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
updateexecsubscriptionId, resourceGroupName, clusterNameUpdates the cluster identity certificate.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
clusterNamestringThe name of the cluster.
resourceGroupNamestringThe name of the resource group.
subscriptionIdstringThe subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Lifecycle Methods

Updates the cluster identity certificate.

EXEC azure.hdinsight.clusters_identity_certificates.update 
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@clusterName='{{ clusterName }}' --required
@@json=
'{
"applicationId": "{{ applicationId }}",
"certificate": "{{ certificate }}",
"certificatePassword": "{{ certificatePassword }}"
}'
;