clusters_identity_certificates
Creates, updates, deletes, gets or lists a clusters_identity_certificates
resource.
Overview
Name | clusters_identity_certificates |
Type | Resource |
Id | azure.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:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
update | exec | subscriptionId , resourceGroupName , clusterName | Updates 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.
Name | Datatype | Description |
---|---|---|
clusterName | string | The name of the cluster. |
resourceGroupName | string | The name of the resource group. |
subscriptionId | string | The subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
Lifecycle Methods
- update
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 }}"
}'
;