Verifier Workspaces - Create
Creates Verifier Workspace.
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/verifierWorkspaces/{workspaceName}?api-version=2025-03-01
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
network
|
path | True |
string pattern: ^[0-9a-zA-Z]([0-9a-zA-Z_.-]{0,62}[0-9a-zA-Z_])?$ |
The name of the network manager. |
|
resource
|
path | True |
string |
The name of the resource group. |
|
subscription
|
path | True |
string |
The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
|
workspace
|
path | True |
string pattern: ^[0-9a-zA-Z]([0-9a-zA-Z_.-]{0,62}[0-9a-zA-Z_])?$ |
Workspace name. |
|
api-version
|
query | True |
string |
Client API version. |
Request Header
| Name | Required | Type | Description |
|---|---|---|---|
| If-Match |
string |
The entity state (ETag) version of the pool to update. This value can be omitted or set to "*" to apply the operation unconditionally. |
Request Body
| Name | Required | Type | Description |
|---|---|---|---|
| location | True |
string |
The geo-location where the resource lives |
| properties |
Properties of Verifier Workspace resource. |
||
| tags |
object |
Resource tags. |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
VerifierWorkspace updated. |
|
| 201 Created |
VerifierWorkspace created. |
|
| Other Status Codes |
Error response describing why the operation failed. |
Security
azure_auth
Azure Active Directory OAuth2 Flow.
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
| Name | Description |
|---|---|
| user_impersonation | impersonate your user account |
Examples
VerifierWorkspaceCreate
Sample request
PUT https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.Network/networkManagers/testNetworkManager/verifierWorkspaces/testWorkspace?api-version=2025-03-01
{
"location": "eastus",
"properties": {
"description": "A sample workspace"
}
}
Sample response
{
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.Network/networkManagers/testNetworkManager/verifierWorkspaces/testWorkspace",
"name": "testWorkspace",
"type": "Microsoft.Network/networkManagers/verifierWorkspaces",
"location": "eastus",
"etag": "\"00000000-0000-0000-0000-000000000000\"",
"systemData": {
"createdBy": "b69a9388-9488-4534-b470-7ec6d41beef5",
"createdByType": "User",
"createdAt": "2021-01-11T18:52:27Z",
"lastModifiedBy": "b69a9388-9488-4534-b470-7ec6d41beef5",
"lastModifiedByType": "User",
"lastModifiedAt": "2021-01-11T18:52:27Z"
},
"properties": {
"description": "A sample workspace",
"provisioningState": "Succeeded"
}
}
Location: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.Network/networkManagers/testNetworkManager/verifierWorkspaces/testWorkspace?api-version=2025-03-01
{
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.Network/networkManagers/testNetworkManager/verifierWorkspaces/testWorkspace",
"name": "testWorkspace",
"type": "Microsoft.Network/networkManagers/verifierWorkspaces",
"location": "eastus",
"etag": "\"00000000-0000-0000-0000-000000000000\"",
"systemData": {
"createdBy": "b69a9388-9488-4534-b470-7ec6d41beef5",
"createdByType": "User",
"createdAt": "2021-01-11T18:52:27Z",
"lastModifiedBy": "b69a9388-9488-4534-b470-7ec6d41beef5",
"lastModifiedByType": "User",
"lastModifiedAt": "2021-01-11T18:52:27Z"
},
"properties": {
"description": "A sample workspace",
"provisioningState": "Succeeded"
}
}
Definitions
| Name | Description |
|---|---|
|
Common |
The resource management error additional info. |
|
Common |
The error detail. |
|
Common |
Error response |
|
created |
The type of identity that created the resource. |
|
Provisioning |
Provisioning states of a resource. |
|
System |
Metadata pertaining to creation and last modification of the resource. |
|
Verifier |
Instance of Verifier Workspace. |
|
Verifier |
Properties of Verifier Workspace resource. |
CommonErrorAdditionalInfo
The resource management error additional info.
| Name | Type | Description |
|---|---|---|
| info |
object |
The additional info. |
| type |
string |
The additional info type. |
CommonErrorDetail
The error detail.
| Name | Type | Description |
|---|---|---|
| additionalInfo |
The error additional info. |
|
| code |
string |
The error code. |
| details |
The error details. |
|
| message |
string |
The error message. |
| target |
string |
The error target. |
CommonErrorResponse
Error response
| Name | Type | Description |
|---|---|---|
| error |
The error object. |
createdByType
The type of identity that created the resource.
| Value | Description |
|---|---|
| User | |
| Application | |
| ManagedIdentity | |
| Key |
ProvisioningState
Provisioning states of a resource.
| Value | Description |
|---|---|
| Failed | |
| Succeeded | |
| Canceled | |
| Creating | |
| Updating | |
| Deleting |
SystemData
Metadata pertaining to creation and last modification of the resource.
| Name | Type | Description |
|---|---|---|
| createdAt |
string (date-time) |
The timestamp of resource creation (UTC). |
| createdBy |
string |
The identity that created the resource. |
| createdByType |
The type of identity that created the resource. |
|
| lastModifiedAt |
string (date-time) |
The type of identity that last modified the resource. |
| lastModifiedBy |
string |
The identity that last modified the resource. |
| lastModifiedByType |
The type of identity that last modified the resource. |
VerifierWorkspace
Instance of Verifier Workspace.
| Name | Type | Description |
|---|---|---|
| etag |
string |
String representing unique etag for the resource document. |
| id |
string (arm-id) |
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" |
| location |
string |
The geo-location where the resource lives |
| name |
string |
The name of the resource |
| properties |
Properties of Verifier Workspace resource. |
|
| systemData |
The system metadata related to this resource. |
|
| tags |
object |
Resource tags. |
| type |
string |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
VerifierWorkspaceProperties
Properties of Verifier Workspace resource.
| Name | Type | Description |
|---|---|---|
| description |
string |
|
| provisioningState |
Provisioning states of a resource. |