PUT
Upload the certificate to the provisioning service.
Add new certificate or update an existing certificate.
put/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/certificates/{certificateName}
Path parameters
subscriptionIdstring required
The subscription identifier.
resourceGroupNamestring required
Resource group identifier.
provisioningServiceNamestring required
The name of the provisioning service.
certificateNamestring required
The name of the certificate create or update.
Query parameters
api-versionstring required
The version of the API.
Headers
If-Matchstring
ETag of the certificate. This is required to update an existing certificate, and ignored while creating a brand new certificate.
Request body
Response
If certificate already exist and update was successful, the operation returns HTTP status code of 201 (OK).