Network Watchers - Create Or Update
Hiermee maakt of werkt u een network watcher in de opgegeven resourcegroep bij.
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkWatchers/{networkWatcherName}?api-version=2024-05-01
URI-parameters
Name | In | Vereist | Type | Description |
---|---|---|---|---|
network
|
path | True |
string |
De naam van de network watcher. |
resource
|
path | True |
string |
De naam van de resourcegroep. |
subscription
|
path | True |
string |
De abonnementsreferenties waarmee het Microsoft Azure-abonnement uniek wordt geïdentificeerd. De abonnements-id maakt deel uit van de URI voor elke serviceoproep. |
api-version
|
query | True |
string |
Client-API-versie. |
Aanvraagbody
Name | Type | Description |
---|---|---|
id |
string |
Resource-id. |
location |
string |
Resourcelocatie. |
tags |
object |
Resourcetags. |
Antwoorden
Name | Type | Description |
---|---|---|
200 OK |
Update is voltooid. De bewerking retourneert de resulterende network watcher-resource. |
|
201 Created |
Maken is voltooid. De bewerking retourneert de resulterende network watcher-resource. |
|
Other Status Codes |
Foutreactie waarin wordt beschreven waarom de bewerking is mislukt. |
Beveiliging
azure_auth
Azure Active Directory OAuth2 Flow.
Type:
oauth2
Stroom:
implicit
Autorisatie-URL:
https://login.microsoftonline.com/common/oauth2/authorize
Bereiken
Name | Description |
---|---|
user_impersonation | Uw gebruikersaccount imiteren |
Voorbeelden
Create network watcher
Voorbeeldaanvraag
Voorbeeldrespons
{
"name": "nw1",
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1",
"etag": "W/\"00000000-0000-0000-0000-000000000000\"",
"type": "Microsoft.Network/networkWatchers",
"location": "eastus",
"tags": {},
"properties": {
"provisioningState": "Succeeded"
}
}
{
"name": "nw1",
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1",
"etag": "W/\"00000000-0000-0000-0000-000000000000\"",
"type": "Microsoft.Network/networkWatchers",
"location": "eastus",
"tags": {},
"properties": {
"provisioningState": "Succeeded"
}
}
Definities
Name | Description |
---|---|
Error |
Algemene weergave van foutdetails. |
Error |
Het foutobject. |
Network |
Network Watcher in een resourcegroep. |
Provisioning |
De huidige inrichtingsstatus. |
ErrorDetails
Algemene weergave van foutdetails.
Name | Type | Description |
---|---|---|
code |
string |
Foutcode. |
message |
string |
Foutmelding. |
target |
string |
Foutdoel. |
ErrorResponse
Het foutobject.
Name | Type | Description |
---|---|---|
error |
Fout |
NetworkWatcher
Network Watcher in een resourcegroep.
Name | Type | Description |
---|---|---|
etag |
string |
Een unieke alleen-lezen tekenreeks die wordt gewijzigd wanneer de resource wordt bijgewerkt. |
id |
string |
Resource-id. |
location |
string |
Resourcelocatie. |
name |
string |
Resourcenaam. |
properties.provisioningState |
De inrichtingsstatus van de network watcher-resource. |
|
tags |
object |
Resourcetags. |
type |
string |
Resourcetype. |
ProvisioningState
De huidige inrichtingsstatus.
Name | Type | Description |
---|---|---|
Deleting |
string |
|
Failed |
string |
|
Succeeded |
string |
|
Updating |
string |