Microsoft.HardwareSecurityModules (stable:2025-03-31)

2025/05/15 • 25 new methods

CloudHsmClusters_CreateOrUpdate (new)
Description Create or Update a Cloud HSM Cluster in the specified subscription.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/{cloudHsmClusterName}
{
subscriptionId: string ,
resourceGroupName: string ,
cloudHsmClusterName: string ,
api-version: string ,
body:
{
properties:
{
activationState: enum ,
autoGeneratedDomainNameLabelScope: enum ,
hsms:
[
{
fqdn: string ,
state: string ,
stateMessage: string ,
}
,
]
,
privateEndpointConnections:
[
{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
groupIds:
[
string ,
]
,
}
,
etag: string ,
}
,
]
,
provisioningState: enum ,
publicNetworkAccess: enum ,
statusMessage: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
activationState: enum ,
autoGeneratedDomainNameLabelScope: enum ,
hsms:
[
{
fqdn: string ,
state: string ,
stateMessage: string ,
}
,
]
,
privateEndpointConnections:
[
{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
groupIds:
[
string ,
]
,
}
,
etag: string ,
}
,
]
,
provisioningState: enum ,
publicNetworkAccess: enum ,
statusMessage: string ,
}
,
}

⚐ Response (201)

{
properties:
{
activationState: enum ,
autoGeneratedDomainNameLabelScope: enum ,
hsms:
[
{
fqdn: string ,
state: string ,
stateMessage: string ,
}
,
]
,
privateEndpointConnections:
[
{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
groupIds:
[
string ,
]
,
}
,
etag: string ,
}
,
]
,
provisioningState: enum ,
publicNetworkAccess: enum ,
statusMessage: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CloudHsmClusters_Update (new)
Description Update a Cloud HSM Cluster in the specified subscription.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/{cloudHsmClusterName}
{
subscriptionId: string ,
resourceGroupName: string ,
cloudHsmClusterName: string ,
api-version: string ,
body:
{
tags: object ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
activationState: enum ,
autoGeneratedDomainNameLabelScope: enum ,
hsms:
[
{
fqdn: string ,
state: string ,
stateMessage: string ,
}
,
]
,
privateEndpointConnections:
[
{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
groupIds:
[
string ,
]
,
}
,
etag: string ,
}
,
]
,
provisioningState: enum ,
publicNetworkAccess: enum ,
statusMessage: string ,
}
,
}

⚐ Response (202)

{
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CloudHsmClusters_Get (new)
Description Gets the specified Cloud HSM Cluster
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/{cloudHsmClusterName}
{
subscriptionId: string ,
resourceGroupName: string ,
cloudHsmClusterName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
activationState: enum ,
autoGeneratedDomainNameLabelScope: enum ,
hsms:
[
{
fqdn: string ,
state: string ,
stateMessage: string ,
}
,
]
,
privateEndpointConnections:
[
{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
groupIds:
[
string ,
]
,
}
,
etag: string ,
}
,
]
,
provisioningState: enum ,
publicNetworkAccess: enum ,
statusMessage: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CloudHsmClusters_Delete (new)
Description Deletes the specified Cloud HSM Cluster
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/{cloudHsmClusterName}
{
subscriptionId: string ,
resourceGroupName: string ,
cloudHsmClusterName: string ,
api-version: string ,
}

⚐ Response (202)

{
location: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CloudHsmClusters_ListByResourceGroup (new)
Description The List operation gets information about the Cloud HSM Clusters associated with the subscription and within the specified resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters
{
subscriptionId: string ,
resourceGroupName: string ,
$skiptoken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
activationState: enum ,
autoGeneratedDomainNameLabelScope: enum ,
hsms:
[
{
fqdn: string ,
state: string ,
stateMessage: string ,
}
,
]
,
privateEndpointConnections:
[
{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
groupIds:
[
string ,
]
,
}
,
etag: string ,
}
,
]
,
provisioningState: enum ,
publicNetworkAccess: enum ,
statusMessage: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CloudHsmClusters_ListBySubscription (new)
Description The List operation gets information about the Cloud HSM Clusters associated with the subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters
{
subscriptionId: string ,
$skiptoken: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
activationState: enum ,
autoGeneratedDomainNameLabelScope: enum ,
hsms:
[
{
fqdn: string ,
state: string ,
stateMessage: string ,
}
,
]
,
privateEndpointConnections:
[
{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
groupIds:
[
string ,
]
,
}
,
etag: string ,
}
,
]
,
provisioningState: enum ,
publicNetworkAccess: enum ,
statusMessage: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CloudHsmClusterPrivateLinkResources_ListByCloudHsmCluster (new)
Description Gets the private link resources supported for the Cloud Hsm Cluster.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/{cloudHsmClusterName}/privateLinkResources
{
subscriptionId: string ,
resourceGroupName: string ,
cloudHsmClusterName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
groupId: string ,
requiredMembers:
[
string ,
]
,
requiredZoneNames:
[
string ,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CloudHsmClusterPrivateEndpointConnections_Create (new)
Description Creates or updates the private endpoint connection for the Cloud Hsm Cluster.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/{cloudHsmClusterName}/privateEndpointConnections/{peConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
cloudHsmClusterName: string ,
api-version: string ,
peConnectionName: string ,
properties:
{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
groupIds:
[
string ,
]
,
}
,
etag: string ,
}
,
}

⚐ Response (200)

{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
groupIds:
[
string ,
]
,
}
,
etag: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CloudHsmClusterPrivateEndpointConnections_Delete (new)
Description Deletes the private endpoint connection for the Cloud Hsm Cluster.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/{cloudHsmClusterName}/privateEndpointConnections/{peConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
cloudHsmClusterName: string ,
api-version: string ,
peConnectionName: string ,
}

⚐ Response (202)

{
location: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CloudHsmClusterPrivateEndpointConnections_Get (new)
Description Gets the private endpoint connection for the Cloud Hsm Cluster.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/{cloudHsmClusterName}/privateEndpointConnections/{peConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
cloudHsmClusterName: string ,
api-version: string ,
peConnectionName: string ,
}

⚐ Response (200)

{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
groupIds:
[
string ,
]
,
}
,
etag: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PrivateEndpointConnections_ListByCloudHsmCluster (new)
Description The List operation gets information about the private endpoint connections associated with the Cloud HSM Cluster
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/{cloudHsmClusterName}/privateEndpointConnections
{
subscriptionId: string ,
resourceGroupName: string ,
cloudHsmClusterName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
groupIds:
[
string ,
]
,
}
,
etag: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CloudHsmClusters_ValidateBackupProperties (new)
Description Pre Backup operation to validate whether the customer can perform a backup on the Cloud HSM Cluster resource in the specified subscription.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/{cloudHsmClusterName}/validateBackupProperties
{
subscriptionId: string ,
resourceGroupName: string ,
cloudHsmClusterName: string ,
api-version: string ,
backupRequestProperties: object ,
}

⚐ Response (200)

{
$headers:
{
x-ms-request-id: string ,
}
,
$schema:
{
properties:
{
azureStorageBlobContainerUri: string ,
backupId: string ,
}
,
}
,
}

⚐ Response (202)

{
retry-after: integer ,
azure-asyncoperation: string ,
location: string ,
x-ms-request-id: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CloudHsmClusters_Backup (new)
Description Create a backup of the Cloud HSM Cluster in the specified subscription
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/{cloudHsmClusterName}/backup
{
subscriptionId: string ,
resourceGroupName: string ,
cloudHsmClusterName: string ,
api-version: string ,
backupRequestProperties: object ,
}

⚐ Response (200)

{
$headers:
{
x-ms-request-id: string ,
}
,
$schema:
{
properties:
{
azureStorageBlobContainerUri: string ,
backupId: string ,
}
,
}
,
}

⚐ Response (202)

{
retry-after: integer ,
azure-asyncoperation: string ,
location: string ,
x-ms-request-id: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CloudHsmClusterBackupStatus_Get (new)
Description Gets the backup operation status of the specified Cloud HSM Cluster
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/{cloudHsmClusterName}/backupOperationStatus/{jobId}
{
subscriptionId: string ,
resourceGroupName: string ,
cloudHsmClusterName: string ,
api-version: string ,
jobId: string ,
}

⚐ Response (200)

{
$headers:
{
x-ms-request-id: string ,
}
,
$schema:
{
properties:
{
azureStorageBlobContainerUri: string ,
backupId: string ,
}
,
}
,
}

⚐ Response (202)

{
x-ms-request-id: string ,
location: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-request-id: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
,
}
CloudHsmClusters_ValidateRestoreProperties (new)
Description Queued validating pre restore operation
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/{cloudHsmClusterName}/validateRestoreProperties
{
subscriptionId: string ,
resourceGroupName: string ,
cloudHsmClusterName: string ,
api-version: string ,
restoreRequestProperties:
{
backupId: string ,
}
,
}

⚐ Response (200)

{
$headers:
{
x-ms-request-id: string ,
}
,
$schema:
{
properties:
{
status: enum ,
statusDetails: string ,
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
startTime: string ,
endTime: string ,
jobId: string ,
}
,
}
,
}

⚐ Response (202)

{
retry-after: integer ,
azure-asyncoperation: string ,
location: string ,
x-ms-request-id: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CloudHsmClusters_Restore (new)
Description Restores all key materials of a specified Cloud HSM Cluster
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/{cloudHsmClusterName}/restore
{
subscriptionId: string ,
resourceGroupName: string ,
cloudHsmClusterName: string ,
api-version: string ,
restoreRequestProperties:
{
backupId: string ,
}
,
}

⚐ Response (200)

{
$headers:
{
x-ms-request-id: string ,
}
,
$schema:
{
properties:
{
status: enum ,
statusDetails: string ,
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
startTime: string ,
endTime: string ,
jobId: string ,
}
,
}
,
}

⚐ Response (202)

{
retry-after: integer ,
azure-asyncoperation: string ,
location: string ,
x-ms-request-id: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CloudHsmClusterRestoreStatus_Get (new)
Description Gets the restore operation status of the specified Cloud HSM Cluster
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/{cloudHsmClusterName}/restoreOperationStatus/{jobId}
{
subscriptionId: string ,
resourceGroupName: string ,
cloudHsmClusterName: string ,
api-version: string ,
jobId: string ,
}

⚐ Response (200)

{
$headers:
{
x-ms-request-id: string ,
}
,
$schema:
{
properties:
{
status: enum ,
statusDetails: string ,
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
startTime: string ,
endTime: string ,
jobId: string ,
}
,
}
,
}

⚐ Response (202)

{
x-ms-request-id: string ,
location: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-request-id: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
,
}
DedicatedHsm_CreateOrUpdate (new)
Description Create or Update a dedicated HSM in the specified subscription.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/{name}
{
resourceGroupName: string ,
name: string ,
parameters:
{
sku:
{
name: enum ,
}
,
zones:
[
string ,
]
,
properties:
{
networkProfile:
{
subnet:
{
resourceId: string ,
}
,
networkInterfaces:
[
{
resourceId: string ,
privateIpAddress: string ,
}
,
]
,
}
,
managementNetworkProfile:
{
subnet:
{
resourceId: string ,
}
,
networkInterfaces:
[
{
resourceId: string ,
privateIpAddress: string ,
}
,
]
,
}
,
stampId: string ,
statusMessage: string ,
provisioningState: enum ,
}
,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (201)

{
sku:
{
name: enum ,
}
,
zones:
[
string ,
]
,
properties:
{
networkProfile:
{
subnet:
{
resourceId: string ,
}
,
networkInterfaces:
[
{
resourceId: string ,
privateIpAddress: string ,
}
,
]
,
}
,
managementNetworkProfile:
{
subnet:
{
resourceId: string ,
}
,
networkInterfaces:
[
{
resourceId: string ,
privateIpAddress: string ,
}
,
]
,
}
,
stampId: string ,
statusMessage: string ,
provisioningState: enum ,
}
,
}

⚐ Response (200)

{
sku:
{
name: enum ,
}
,
zones:
[
string ,
]
,
properties:
{
networkProfile:
{
subnet:
{
resourceId: string ,
}
,
networkInterfaces:
[
{
resourceId: string ,
privateIpAddress: string ,
}
,
]
,
}
,
managementNetworkProfile:
{
subnet:
{
resourceId: string ,
}
,
networkInterfaces:
[
{
resourceId: string ,
privateIpAddress: string ,
}
,
]
,
}
,
stampId: string ,
statusMessage: string ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innererror: string ,
}
,
}
DedicatedHsm_Update (new)
Description Update a dedicated HSM in the specified subscription.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/{name}
{
resourceGroupName: string ,
name: string ,
parameters:
{
tags: object ,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
sku:
{
name: enum ,
}
,
zones:
[
string ,
]
,
properties:
{
networkProfile:
{
subnet:
{
resourceId: string ,
}
,
networkInterfaces:
[
{
resourceId: string ,
privateIpAddress: string ,
}
,
]
,
}
,
managementNetworkProfile:
{
subnet:
{
resourceId: string ,
}
,
networkInterfaces:
[
{
resourceId: string ,
privateIpAddress: string ,
}
,
]
,
}
,
stampId: string ,
statusMessage: string ,
provisioningState: enum ,
}
,
}

⚐ Response (202)

{
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innererror: string ,
}
,
}
DedicatedHsm_Delete (new)
Description Deletes the specified Azure Dedicated HSM.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/{name}
{
resourceGroupName: string ,
name: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (202)

{
location: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innererror: string ,
}
,
}
DedicatedHsm_Get (new)
Description Gets the specified Azure dedicated HSM.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/{name}
{
resourceGroupName: string ,
name: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
sku:
{
name: enum ,
}
,
zones:
[
string ,
]
,
properties:
{
networkProfile:
{
subnet:
{
resourceId: string ,
}
,
networkInterfaces:
[
{
resourceId: string ,
privateIpAddress: string ,
}
,
]
,
}
,
managementNetworkProfile:
{
subnet:
{
resourceId: string ,
}
,
networkInterfaces:
[
{
resourceId: string ,
privateIpAddress: string ,
}
,
]
,
}
,
stampId: string ,
statusMessage: string ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innererror: string ,
}
,
}
DedicatedHsm_ListByResourceGroup (new)
Description The List operation gets information about the dedicated hsms associated with the subscription and within the specified resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs
{
resourceGroupName: string ,
$top: integer ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
sku:
{
name: enum ,
}
,
zones:
[
string ,
]
,
properties:
{
networkProfile:
{
subnet:
{
resourceId: string ,
}
,
networkInterfaces:
[
{
resourceId: string ,
privateIpAddress: string ,
}
,
]
,
}
,
managementNetworkProfile:
{
subnet:
{
resourceId: string ,
}
,
networkInterfaces:
[
{
resourceId: string ,
privateIpAddress: string ,
}
,
]
,
}
,
stampId: string ,
statusMessage: string ,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innererror: string ,
}
,
}
DedicatedHsm_ListBySubscription (new)
Description The List operation gets information about the dedicated HSMs associated with the subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs
{
$top: integer ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
sku:
{
name: enum ,
}
,
zones:
[
string ,
]
,
properties:
{
networkProfile:
{
subnet:
{
resourceId: string ,
}
,
networkInterfaces:
[
{
resourceId: string ,
privateIpAddress: string ,
}
,
]
,
}
,
managementNetworkProfile:
{
subnet:
{
resourceId: string ,
}
,
networkInterfaces:
[
{
resourceId: string ,
privateIpAddress: string ,
}
,
]
,
}
,
stampId: string ,
statusMessage: string ,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innererror: string ,
}
,
}
DedicatedHsm_ListOutboundNetworkDependenciesEndpoints (new)
Description Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the specified dedicated hsm resource. The operation returns properties of each egress endpoint.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/{name}/outboundNetworkDependenciesEndpoints
{
resourceGroupName: string ,
name: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
category: string ,
endpoints:
[
{
domainName: string ,
endpointDetails:
[
{
ipAddress: string ,
port: integer ,
protocol: string ,
description: string ,
}
,
]
,
}
,
]
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innererror: string ,
}
,
}
Operations_List (new)
Description Get a list of Hardware Security Modules operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.HardwareSecurityModules/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
isDataAction: boolean ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
origin: enum ,
actionType: enum ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}