Microsoft Azure · Capability

Microsoft Azure Azure Arc VMware Management Service API — VirtualNetworks

Microsoft Azure Azure Arc VMware Management Service API — VirtualNetworks. 6 operations. Lead operation: Microsoft Azure Implements Get Virtualnetworks In A Subscription. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureVirtualNetworks

What You Can Do

GET
Microsoftazurevirtualnetworkslist — Microsoft Azure Implements Get Virtualnetworks In A Subscription
/v1/subscriptions/{subscriptionid}/providers/microsoft-connectedvmwarevsphere/virtualnetworks
GET
Microsoftazurevirtualnetworkslistbyresourcegroup — Microsoft Azure Implements Get Virtualnetworks In A Resource Group
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/virtualnetworks
PUT
Microsoftazurevirtualnetworkscreate — Microsoft Azure Implements Virtual Network Put Method
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/virtualnetworks/{virtualnetworkname}
GET
Microsoftazurevirtualnetworksget — Microsoft Azure Gets A Virtual Network
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/virtualnetworks/{virtualnetworkname}
PATCH
Microsoftazurevirtualnetworksupdate — Microsoft Azure Updates A Virtual Network
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/virtualnetworks/{virtualnetworkname}
DELETE
Microsoftazurevirtualnetworksdelete — Microsoft Azure Deletes An Virtual Network
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/virtualnetworks/{virtualnetworkname}

MCP Tools

microsoft-azure-implements-get-virtualnetworks

Microsoft Azure Implements Get Virtualnetworks In A Subscription

read-only idempotent
microsoft-azure-implements-get-virtualnetworks-2

Microsoft Azure Implements Get Virtualnetworks In A Resource Group

read-only idempotent
microsoft-azure-implements-virtual-network

Microsoft Azure Implements Virtual Network Put Method

idempotent
microsoft-azure-gets-virtual-network

Microsoft Azure Gets A Virtual Network

read-only idempotent
microsoft-azure-updates-virtual-network

Microsoft Azure Updates A Virtual Network

idempotent
microsoft-azure-deletes-virtual-network

Microsoft Azure Deletes An Virtual Network

idempotent

Capability Spec

azure-arc-vmware-management-service-virtualnetworks.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Arc VMware Management Service API — VirtualNetworks
  description: 'Microsoft Azure Azure Arc VMware Management Service API — VirtualNetworks. 6 operations. Lead operation: Microsoft
    Azure Implements Get Virtualnetworks In A Subscription. Self-contained Naftiko capability covering one Microsoft Azure
    business surface.'
  tags:
  - Microsoft Azure
  - VirtualNetworks
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: azure-arc-vmware-management-service-virtualnetworks
    baseUri: https://management.azure.com
    description: Microsoft Azure Azure Arc VMware Management Service API — VirtualNetworks business capability. Self-contained,
      no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.ConnectedVMwarevSphere-virtualN
      path: /subscriptions/{subscriptionId}/providers/Microsoft.ConnectedVMwarevSphere/virtualNetworks
      operations:
      - name: microsoftazurevirtualnetworkslist
        method: GET
        description: Microsoft Azure Implements Get Virtualnetworks In A Subscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedVMwarevSphere/virtualNetworks
      operations:
      - name: microsoftazurevirtualnetworkslistbyresourcegroup
        method: GET
        description: Microsoft Azure Implements Get Virtualnetworks In A Resource Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedVMwarevSphere/virtualNetworks/{virtualNetworkName}
      operations:
      - name: microsoftazurevirtualnetworkscreate
        method: PUT
        description: Microsoft Azure Implements Virtual Network Put Method
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: virtualNetworkName
          in: path
          type: string
          description: Name of the virtual network resource.
          required: true
        - name: body
          in: body
          type: string
          description: Request payload.
      - name: microsoftazurevirtualnetworksget
        method: GET
        description: Microsoft Azure Gets A Virtual Network
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: virtualNetworkName
          in: path
          type: string
          description: Name of the virtual network resource.
          required: true
      - name: microsoftazurevirtualnetworksupdate
        method: PATCH
        description: Microsoft Azure Updates A Virtual Network
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: virtualNetworkName
          in: path
          type: string
          description: Name of the virtual network resource.
          required: true
        - name: body
          in: body
          type: string
          description: Resource properties to update.
      - name: microsoftazurevirtualnetworksdelete
        method: DELETE
        description: Microsoft Azure Deletes An Virtual Network
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: virtualNetworkName
          in: path
          type: string
          description: Name of the virtual network resource.
          required: true
        - name: force
          in: query
          type: boolean
          description: Whether force delete was specified.
  exposes:
  - type: rest
    namespace: azure-arc-vmware-management-service-virtualnetworks-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Arc VMware Management Service API — VirtualNetworks. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-connectedvmwarevsphere/virtualnetworks
      name: subscriptions-subscriptionid-providers-microsoft-connectedvmwarevsphere-virtualn
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.ConnectedVMwarevSphere-virtualN.
      operations:
      - method: GET
        name: microsoftazurevirtualnetworkslist
        description: Microsoft Azure Implements Get Virtualnetworks In A Subscription
        call: azure-arc-vmware-management-service-virtualnetworks.microsoftazurevirtualnetworkslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/virtualnetworks
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurevirtualnetworkslistbyresourcegroup
        description: Microsoft Azure Implements Get Virtualnetworks In A Resource Group
        call: azure-arc-vmware-management-service-virtualnetworks.microsoftazurevirtualnetworkslistbyresourcegroup
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/virtualnetworks/{virtualnetworkname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: PUT
        name: microsoftazurevirtualnetworkscreate
        description: Microsoft Azure Implements Virtual Network Put Method
        call: azure-arc-vmware-management-service-virtualnetworks.microsoftazurevirtualnetworkscreate
        with:
          virtualNetworkName: rest.virtualNetworkName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazurevirtualnetworksget
        description: Microsoft Azure Gets A Virtual Network
        call: azure-arc-vmware-management-service-virtualnetworks.microsoftazurevirtualnetworksget
        with:
          virtualNetworkName: rest.virtualNetworkName
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazurevirtualnetworksupdate
        description: Microsoft Azure Updates A Virtual Network
        call: azure-arc-vmware-management-service-virtualnetworks.microsoftazurevirtualnetworksupdate
        with:
          virtualNetworkName: rest.virtualNetworkName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurevirtualnetworksdelete
        description: Microsoft Azure Deletes An Virtual Network
        call: azure-arc-vmware-management-service-virtualnetworks.microsoftazurevirtualnetworksdelete
        with:
          virtualNetworkName: rest.virtualNetworkName
          force: rest.force
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-arc-vmware-management-service-virtualnetworks-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Arc VMware Management Service API — VirtualNetworks. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-implements-get-virtualnetworks
      description: Microsoft Azure Implements Get Virtualnetworks In A Subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-arc-vmware-management-service-virtualnetworks.microsoftazurevirtualnetworkslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-implements-get-virtualnetworks-2
      description: Microsoft Azure Implements Get Virtualnetworks In A Resource Group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-arc-vmware-management-service-virtualnetworks.microsoftazurevirtualnetworkslistbyresourcegroup
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-implements-virtual-network
      description: Microsoft Azure Implements Virtual Network Put Method
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-arc-vmware-management-service-virtualnetworks.microsoftazurevirtualnetworkscreate
      with:
        virtualNetworkName: tools.virtualNetworkName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-virtual-network
      description: Microsoft Azure Gets A Virtual Network
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-arc-vmware-management-service-virtualnetworks.microsoftazurevirtualnetworksget
      with:
        virtualNetworkName: tools.virtualNetworkName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-updates-virtual-network
      description: Microsoft Azure Updates A Virtual Network
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-arc-vmware-management-service-virtualnetworks.microsoftazurevirtualnetworksupdate
      with:
        virtualNetworkName: tools.virtualNetworkName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-deletes-virtual-network
      description: Microsoft Azure Deletes An Virtual Network
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-arc-vmware-management-service-virtualnetworks.microsoftazurevirtualnetworksdelete
      with:
        virtualNetworkName: tools.virtualNetworkName
        force: tools.force
      outputParameters:
      - type: object
        mapping: $.