| name | networkmanagementclient |
| description | NetworkManagementClient API skill. Use when working with NetworkManagementClient for subscriptions. Covers 6 endpoints. |
| version | 1.0.0 |
| generator | lapsh |
NetworkManagementClient
API version: 2019-07-01
Auth
OAuth2
Base URL
https://management.azure.com
Setup
- Configure auth: OAuth2
- GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/ddosProtectionPlans -- verify access
Endpoints
6 endpoints across 1 groups. See references/api-spec.lap for full details.
subscriptions
| Method | Path | Description |
|---|
| DELETE | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ddosProtectionPlans/{ddosProtectionPlanName} | Deletes the specified DDoS protection plan. |
| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ddosProtectionPlans/{ddosProtectionPlanName} | Gets information about the specified DDoS protection plan. |
| PUT | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ddosProtectionPlans/{ddosProtectionPlanName} | Creates or updates a DDoS protection plan. |
| PATCH | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ddosProtectionPlans/{ddosProtectionPlanName} | Update a DDoS protection plan tags. |
| GET | /subscriptions/{subscriptionId}/providers/Microsoft.Network/ddosProtectionPlans | Gets all DDoS protection plans in a subscription. |
| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ddosProtectionPlans | Gets all the DDoS protection plans in a resource group. |
Common Questions
Match user requests to endpoints in references/api-spec.lap. Key patterns:
- "Delete a ddosProtectionPlan?" -> DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ddosProtectionPlans/{ddosProtectionPlanName}
- "Get ddosProtectionPlan details?" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ddosProtectionPlans/{ddosProtectionPlanName}
- "Update a ddosProtectionPlan?" -> PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ddosProtectionPlans/{ddosProtectionPlanName}
- "Partially update a ddosProtectionPlan?" -> PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ddosProtectionPlans/{ddosProtectionPlanName}
- "List all ddosProtectionPlans?" -> GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/ddosProtectionPlans
- "List all ddosProtectionPlans?" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ddosProtectionPlans
- "How to authenticate?" -> See Auth section
Response Tips
- Check response schemas in references/api-spec.lap for field details
- Create/update endpoints typically return the created/updated object
References
- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas
Generated from the official API spec by LAP