Microsoft.HardwareSecurityModules (stable:2021-11-30)

2025/09/05 • 8 new, 8 deleted methods

Operations_List (new)
Description Get a list of Dedicated HSM operations.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innererror: string ,
}
,
}
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:
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
networkProfile:
{
subnet:
{
id: string ,
}
,
networkInterfaces:
[
{
id: string ,
privateIpAddress: string ,
}
,
]
,
}
,
managementNetworkProfile:
{
subnet:
{
id: string ,
}
,
networkInterfaces:
[
{
id: string ,
privateIpAddress: string ,
}
,
]
,
}
,
stampId: string ,
statusMessage: string ,
provisioningState: enum ,
}
,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (201)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
networkProfile:
{
subnet:
{
id: string ,
}
,
networkInterfaces:
[
{
id: string ,
privateIpAddress: string ,
}
,
]
,
}
,
managementNetworkProfile:
{
subnet:
{
id: string ,
}
,
networkInterfaces:
[
{
id: string ,
privateIpAddress: string ,
}
,
]
,
}
,
stampId: string ,
statusMessage: string ,
provisioningState: enum ,
}
,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
networkProfile:
{
subnet:
{
id: string ,
}
,
networkInterfaces:
[
{
id: string ,
privateIpAddress: string ,
}
,
]
,
}
,
managementNetworkProfile:
{
subnet:
{
id: string ,
}
,
networkInterfaces:
[
{
id: 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)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
networkProfile:
{
subnet:
{
id: string ,
}
,
networkInterfaces:
[
{
id: string ,
privateIpAddress: string ,
}
,
]
,
}
,
managementNetworkProfile:
{
subnet:
{
id: string ,
}
,
networkInterfaces:
[
{
id: string ,
privateIpAddress: string ,
}
,
]
,
}
,
stampId: string ,
statusMessage: string ,
provisioningState: enum ,
}
,
}

⚐ 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 (200)

{}

⚐ Response (202)

{}

⚐ 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)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
networkProfile:
{
subnet:
{
id: string ,
}
,
networkInterfaces:
[
{
id: string ,
privateIpAddress: string ,
}
,
]
,
}
,
managementNetworkProfile:
{
subnet:
{
id: string ,
}
,
networkInterfaces:
[
{
id: 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:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
networkProfile:
{
subnet:
{
id: string ,
}
,
networkInterfaces:
[
{
id: string ,
privateIpAddress: string ,
}
,
]
,
}
,
managementNetworkProfile:
{
subnet:
{
id: string ,
}
,
networkInterfaces:
[
{
id: 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:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
networkProfile:
{
subnet:
{
id: string ,
}
,
networkInterfaces:
[
{
id: string ,
privateIpAddress: string ,
}
,
]
,
}
,
managementNetworkProfile:
{
subnet:
{
id: string ,
}
,
networkInterfaces:
[
{
id: 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 (removed)
Description Get a list of Dedicated HSM operations.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innererror: string ,
}
,
}
DedicatedHsm_CreateOrUpdate (removed)
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:
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
networkProfile:
{
subnet:
{
id: string ,
}
,
networkInterfaces:
[
{
id: string ,
privateIpAddress: string ,
}
,
]
,
}
,
managementNetworkProfile:
{
subnet:
{
id: string ,
}
,
networkInterfaces:
[
{
id: string ,
privateIpAddress: string ,
}
,
]
,
}
,
stampId: string ,
statusMessage: string ,
provisioningState: enum ,
}
,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (201)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
networkProfile:
{
subnet:
{
id: string ,
}
,
networkInterfaces:
[
{
id: string ,
privateIpAddress: string ,
}
,
]
,
}
,
managementNetworkProfile:
{
subnet:
{
id: string ,
}
,
networkInterfaces:
[
{
id: string ,
privateIpAddress: string ,
}
,
]
,
}
,
stampId: string ,
statusMessage: string ,
provisioningState: enum ,
}
,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
networkProfile:
{
subnet:
{
id: string ,
}
,
networkInterfaces:
[
{
id: string ,
privateIpAddress: string ,
}
,
]
,
}
,
managementNetworkProfile:
{
subnet:
{
id: string ,
}
,
networkInterfaces:
[
{
id: string ,
privateIpAddress: string ,
}
,
]
,
}
,
stampId: string ,
statusMessage: string ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innererror: string ,
}
,
}
DedicatedHsm_Update (removed)
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)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
networkProfile:
{
subnet:
{
id: string ,
}
,
networkInterfaces:
[
{
id: string ,
privateIpAddress: string ,
}
,
]
,
}
,
managementNetworkProfile:
{
subnet:
{
id: string ,
}
,
networkInterfaces:
[
{
id: string ,
privateIpAddress: string ,
}
,
]
,
}
,
stampId: string ,
statusMessage: string ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innererror: string ,
}
,
}
DedicatedHsm_Delete (removed)
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 (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innererror: string ,
}
,
}
DedicatedHsm_Get (removed)
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)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
networkProfile:
{
subnet:
{
id: string ,
}
,
networkInterfaces:
[
{
id: string ,
privateIpAddress: string ,
}
,
]
,
}
,
managementNetworkProfile:
{
subnet:
{
id: string ,
}
,
networkInterfaces:
[
{
id: string ,
privateIpAddress: string ,
}
,
]
,
}
,
stampId: string ,
statusMessage: string ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innererror: string ,
}
,
}
DedicatedHsm_ListByResourceGroup (removed)
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:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
networkProfile:
{
subnet:
{
id: string ,
}
,
networkInterfaces:
[
{
id: string ,
privateIpAddress: string ,
}
,
]
,
}
,
managementNetworkProfile:
{
subnet:
{
id: string ,
}
,
networkInterfaces:
[
{
id: string ,
privateIpAddress: string ,
}
,
]
,
}
,
stampId: string ,
statusMessage: string ,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innererror: string ,
}
,
}
DedicatedHsm_ListBySubscription (removed)
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:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
networkProfile:
{
subnet:
{
id: string ,
}
,
networkInterfaces:
[
{
id: string ,
privateIpAddress: string ,
}
,
]
,
}
,
managementNetworkProfile:
{
subnet:
{
id: string ,
}
,
networkInterfaces:
[
{
id: string ,
privateIpAddress: string ,
}
,
]
,
}
,
stampId: string ,
statusMessage: string ,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innererror: string ,
}
,
}
DedicatedHsm_ListOutboundNetworkDependenciesEndpoints (removed)
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 ,
}
,
}