Azure Networking website screenshot

Azure Networking

A collection of Azure Networking APIs for managing virtual networks, load balancers, application gateways, and network security.

18 APIs 0 Features
AzureCloudInfrastructureMicrosoftNetworking

APIs

Azure Virtual Networks API

Manage Azure Virtual Networks (VNets) including subnets, peering, and network configurations.

Azure Load Balancer API

Distribute traffic across multiple virtual machines and services with Azure Load Balancer.

Azure Application Gateway API

Web traffic load balancer with application-level routing and SSL termination.

Azure Network Security Groups API

Control network traffic to and from Azure resources with security rules.

Azure VPN Gateway API

Establish secure cross-premises connectivity between Azure and on-premises networks.

Azure Traffic Manager API

DNS-based traffic load balancer for distributing traffic globally.

Azure ExpressRoute API

Create private connections between Azure datacenters and on-premises infrastructure.

Azure Firewall API

Cloud-native network security service with built-in high availability.

Azure DNS API

Host DNS zones and manage DNS records using the Azure DNS REST API. Supports creating, updating, and deleting public DNS zones and record sets for domain name resolution within ...

Azure Private DNS API

Manage private DNS zones for name resolution within Azure virtual networks. Azure Private DNS provides a reliable and secure DNS service to manage and resolve domain names in a ...

Azure Front Door API

Global load balancer and application delivery network that provides fast, reliable, and secure access to web applications. Azure Front Door offers layer 7 load balancing, SSL of...

Azure DDoS Protection API

Manage DDoS protection plans that provide enhanced DDoS mitigation capabilities for Azure Virtual Network resources. Azure DDoS Protection provides countermeasures against sophi...

Azure Network Watcher API

Monitor, diagnose, and gain insights into network performance and health in Azure. Network Watcher provides tools for packet capture, connection troubleshooting, NSG flow logs, ...

Azure Bastion API

Fully managed PaaS service that provides secure and seamless RDP and SSH connectivity to virtual machines directly through the Azure portal over TLS. Azure Bastion is deployed i...

Azure NAT Gateway API

Simplify outbound-only internet connectivity for virtual networks. When configured on a subnet, all outbound connectivity uses specified static public IP addresses. NAT Gateway ...

Azure Private Link API

Access Azure PaaS services and customer-owned services over a private endpoint in your virtual network. Azure Private Link eliminates data exposure to the public internet by kee...

Azure Virtual WAN API

Networking service that provides optimized and automated branch-to-branch connectivity through Azure. Virtual WAN brings together networking, security, and routing functionaliti...

Azure Web Application Firewall API

Cloud-native web application firewall service that provides centralized protection for web applications from common exploits and vulnerabilities. Azure WAF can be deployed with ...

Collections

Pricing Plans

Rate Limits

FinOps

JSON Structure

Microsoft Azure Networking Structure

0 properties

JSON STRUCTURE

Resources

🌐
X-portal
X-portal
💬
X-support
X-support
🟢
X-status
X-status
📰
X-blog
X-blog
📜
X-terms-of-service
X-terms-of-service
🌐
Portal
Portal
🔗
Documentation
Documentation
🚀
GettingStarted
GettingStarted
📜
PrivacyPolicy
PrivacyPolicy
📦
SDKs
SDKs
👥
GitHubOrganization
GitHubOrganization
👥
GitHubRepository
GitHubRepository
👥
StackOverflow
StackOverflow
📄
ChangeLog
ChangeLog
💰
Pricing
Pricing
📝
Signup
Signup
🔗
Login
Login
🔑
Authentication
Authentication

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Azure Virtual Network REST API
  version: '2024-01-01'
request:
  auth:
    type: oauth2
    flow: implicit
    authorizationUrl: https://login.microsoftonline.com/common/oauth2/authorize
    credentials:
      clientId: '{{clientId}}'
items:
- info:
    name: Operations
    type: folder
  items:
  - info:
      name: Azure Virtual Network REST API List operations
      type: http
    http:
      method: GET
      url: https://management.azure.com/providers/Microsoft.Network/operations
      params:
      - name: api-version
        value: ''
        type: query
        description: The API version to use for this operation.
    docs: Lists all available REST API operations for Microsoft.Network.
- info:
    name: Virtual Networks
    type: folder
  items:
  - info:
      name: Azure Virtual Network REST API List by subscription
      type: http
    http:
      method: GET
      url: https://management.azure.com/subscriptions/:subscriptionId/providers/Microsoft.Network/virtualNetworks
      params:
      - name: subscriptionId
        value: ''
        type: path
        description: The ID of the target subscription.
      - name: api-version
        value: ''
        type: query
        description: The API version to use for this operation.
    docs: Lists all virtualNetworks resources within the specified subscription.
  - info:
      name: Azure Virtual Network REST API List by resource group
      type: http
    http:
      method: GET
      url: https://management.azure.com/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Network/virtualNetworks
      params:
      - name: subscriptionId
        value: ''
        type: path
        description: The ID of the target subscription.
      - name: resourceGroupName
        value: ''
        type: path
        description: The name of the resource group.
      - name: api-version
        value: ''
        type: query
        description: The API version to use for this operation.
    docs: Lists all virtualNetworks resources within the specified resource group.
  - info:
      name: Azure Virtual Network REST API Get resource
      type: http
    http:
      method: GET
      url: https://management.azure.com/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Network/virtualNetworks/:name
      params:
      - name: subscriptionId
        value: ''
        type: path
        description: The ID of the target subscription.
      - name: resourceGroupName
        value: ''
        type: path
        description: The name of the resource group.
      - name: name
        value: ''
        type: path
        description: Name of the resource.
      - name: api-version
        value: ''
        type: query
        description: The API version to use for this operation.
    docs: Gets a specific virtualNetworks resource.
  - info:
      name: Azure Virtual Network REST API Create or update resource
      type: http
    http:
      method: PUT
      url: https://management.azure.com/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Network/virtualNetworks/:name
      params:
      - name: subscriptionId
        value: ''
        type: path
        description: The ID of the target subscription.
      - name: resourceGroupName
        value: ''
        type: path
        description: The name of the resource group.
      - name: name
        value: ''
        type: path
        description: Name of the resource.
      - name: api-version
        value: ''
        type: query
        description: The API version to use for this operation.
      body:
        type: json
        data: '{}'
    docs: Creates or updates a virtualNetworks resource.
  - info:
      name: Azure Virtual Network REST API Update resource
      type: http
    http:
      method: PATCH
      url: https://management.azure.com/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Network/virtualNetworks/:name
      params:
      - name: subscriptionId
        value: ''
        type: path
        description: The ID of the target subscription.
      - name: resourceGroupName
        value: ''
        type: path
        description: The name of the resource group.
      - name: name
        value: ''
        type: path
        description: Name of the resource.
      - name: api-version
        value: ''
        type: query
        description: The API version to use for this operation.
      body:
        type: json
        data: '{}'
    docs: Updates a virtualNetworks resource.
  - info:
      name: Azure Virtual Network REST API Delete resource
      type: http
    http:
      method: DELETE
      url: https://management.azure.com/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Network/virtualNetworks/:name
      params:
      - name: subscriptionId
        value: ''
        type: path
        description: The ID of the target subscription.
      - name: resourceGroupName
        value: ''
        type: path
        description: The name of the resource group.
      - name: name
        value: ''
        type: path
        description: Name of the resource.
      - name: api-version
        value: ''
        type: query
        description: The API version to use for this operation.
    docs: Deletes a virtualNetworks resource.
bundled: true