Microsoft Azure · Capability

Microsoft Azure NetworkResourceProviderClient — ApplicationGateways

Microsoft Azure NetworkResourceProviderClient — ApplicationGateways. 7 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Network Applicationgateways. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureApplicationGateways

What You Can Do

GET
Microsoftazureapplicationgatewayslistall — Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Network Applicationgateways
/v1/subscriptions/{subscriptionid}/providers/microsoft-network/applicationgateways
GET
Microsoftazureapplicationgatewayslist — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Applicationgateways
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/applicationgateways
DELETE
Microsoftazureapplicationgatewaysdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Applicationgateways Applicationgatewayname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/applicationgateways/{applicationgatewayname}
GET
Microsoftazureapplicationgatewaysget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Applicationgateways Applicationgatewayname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/applicationgateways/{applicationgatewayname}
PUT
Microsoftazureapplicationgatewayscreateorupdate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Applicationgateways Applicationgatewayname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/applicationgateways/{applicationgatewayname}
POST
Microsoftazureapplicationgatewaysstart — Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Applicationgateways Applicationgatewayname Start
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/applicationgateways/{applicationgatewayname}/start
POST
Microsoftazureapplicationgatewaysstop — Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Applicationgateways Applicationgatewayname Stop
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/applicationgateways/{applicationgatewayname}/stop

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Network Applicationgateways

read-only idempotent
microsoft-azure-get-subscriptions-subscriptionid-2

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Applicationgateways

read-only idempotent
microsoft-azure-delete-subscriptions-subscriptionid

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Applicationgateways Applicationgatewayname

idempotent
microsoft-azure-get-subscriptions-subscriptionid-3

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Applicationgateways Applicationgatewayname

read-only idempotent
microsoft-azure-put-subscriptions-subscriptionid

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Applicationgateways Applicationgatewayname

idempotent
microsoft-azure-post-subscriptions-subscriptionid

Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Applicationgateways Applicationgatewayname Start

microsoft-azure-post-subscriptions-subscriptionid-2

Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Applicationgateways Applicationgatewayname Stop

Capability Spec

networkresourceproviderclient-applicationgateways.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure NetworkResourceProviderClient — ApplicationGateways
  description: 'Microsoft Azure NetworkResourceProviderClient — ApplicationGateways. 7 operations. Lead operation: Microsoft
    Azure Get Subscriptions Subscriptionid Providers Microsoft Network Applicationgateways. Self-contained Naftiko capability
    covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - ApplicationGateways
  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: networkresourceproviderclient-applicationgateways
    baseUri: https://management.azure.com
    description: Microsoft Azure NetworkResourceProviderClient — ApplicationGateways business capability. Self-contained,
      no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.Network-applicationGateways
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGateways
      operations:
      - name: microsoftazureapplicationgatewayslistall
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Network Applicationgateways
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways
      operations:
      - name: microsoftazureapplicationgatewayslist
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Applicationgateways
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}
      operations:
      - name: microsoftazureapplicationgatewaysdelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Applicationgateways Applicationgatewayname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group.
          required: true
        - name: applicationGatewayName
          in: path
          type: string
          description: The name of the application gateway.
          required: true
      - name: microsoftazureapplicationgatewaysget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Applicationgateways Applicationgatewayname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group.
          required: true
        - name: applicationGatewayName
          in: path
          type: string
          description: The name of the application gateway.
          required: true
      - name: microsoftazureapplicationgatewayscreateorupdate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Applicationgateways Applicationgatewayname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group.
          required: true
        - name: applicationGatewayName
          in: path
          type: string
          description: The name of the ApplicationGateway.
          required: true
        - name: parameters
          in: body
          type: string
          description: Parameters supplied to the create/delete ApplicationGateway operation
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}/start
      operations:
      - name: microsoftazureapplicationgatewaysstart
        method: POST
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Applicationgateways Applicationgatewayname Start
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group.
          required: true
        - name: applicationGatewayName
          in: path
          type: string
          description: The name of the application gateway.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}/stop
      operations:
      - name: microsoftazureapplicationgatewaysstop
        method: POST
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Applicationgateways Applicationgatewayname Stop
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group.
          required: true
        - name: applicationGatewayName
          in: path
          type: string
          description: The name of the application gateway.
          required: true
  exposes:
  - type: rest
    namespace: networkresourceproviderclient-applicationgateways-rest
    port: 8080
    description: REST adapter for Microsoft Azure NetworkResourceProviderClient — ApplicationGateways. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-network/applicationgateways
      name: subscriptions-subscriptionid-providers-microsoft-network-applicationgateways
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.Network-applicationGateways.
      operations:
      - method: GET
        name: microsoftazureapplicationgatewayslistall
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Network Applicationgateways
        call: networkresourceproviderclient-applicationgateways.microsoftazureapplicationgatewayslistall
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/applicationgateways
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureapplicationgatewayslist
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Applicationgateways
        call: networkresourceproviderclient-applicationgateways.microsoftazureapplicationgatewayslist
        with:
          resourceGroupName: rest.resourceGroupName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/applicationgateways/{applicationgatewayname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: DELETE
        name: microsoftazureapplicationgatewaysdelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Applicationgateways Applicationgatewayname
        call: networkresourceproviderclient-applicationgateways.microsoftazureapplicationgatewaysdelete
        with:
          resourceGroupName: rest.resourceGroupName
          applicationGatewayName: rest.applicationGatewayName
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazureapplicationgatewaysget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Applicationgateways Applicationgatewayname
        call: networkresourceproviderclient-applicationgateways.microsoftazureapplicationgatewaysget
        with:
          resourceGroupName: rest.resourceGroupName
          applicationGatewayName: rest.applicationGatewayName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureapplicationgatewayscreateorupdate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Applicationgateways Applicationgatewayname
        call: networkresourceproviderclient-applicationgateways.microsoftazureapplicationgatewayscreateorupdate
        with:
          resourceGroupName: rest.resourceGroupName
          applicationGatewayName: rest.applicationGatewayName
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/applicationgateways/{applicationgatewayname}/start
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazureapplicationgatewaysstart
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Applicationgateways Applicationgatewayname Start
        call: networkresourceproviderclient-applicationgateways.microsoftazureapplicationgatewaysstart
        with:
          resourceGroupName: rest.resourceGroupName
          applicationGatewayName: rest.applicationGatewayName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/applicationgateways/{applicationgatewayname}/stop
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazureapplicationgatewaysstop
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Applicationgateways Applicationgatewayname Stop
        call: networkresourceproviderclient-applicationgateways.microsoftazureapplicationgatewaysstop
        with:
          resourceGroupName: rest.resourceGroupName
          applicationGatewayName: rest.applicationGatewayName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: networkresourceproviderclient-applicationgateways-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure NetworkResourceProviderClient — ApplicationGateways. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-subscriptions-subscriptionid
      description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Network Applicationgateways
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: networkresourceproviderclient-applicationgateways.microsoftazureapplicationgatewayslistall
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network
        Applicationgateways
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: networkresourceproviderclient-applicationgateways.microsoftazureapplicationgatewayslist
      with:
        resourceGroupName: tools.resourceGroupName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Network Applicationgateways Applicationgatewayname
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: networkresourceproviderclient-applicationgateways.microsoftazureapplicationgatewaysdelete
      with:
        resourceGroupName: tools.resourceGroupName
        applicationGatewayName: tools.applicationGatewayName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-3
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network
        Applicationgateways Applicationgatewayname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: networkresourceproviderclient-applicationgateways.microsoftazureapplicationgatewaysget
      with:
        resourceGroupName: tools.resourceGroupName
        applicationGatewayName: tools.applicationGatewayName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network
        Applicationgateways Applicationgatewayname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: networkresourceproviderclient-applicationgateways.microsoftazureapplicationgatewayscreateorupdate
      with:
        resourceGroupName: tools.resourceGroupName
        applicationGatewayName: tools.applicationGatewayName
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-subscriptions-subscriptionid
      description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Network Applicationgateways Applicationgatewayname Start
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: networkresourceproviderclient-applicationgateways.microsoftazureapplicationgatewaysstart
      with:
        resourceGroupName: tools.resourceGroupName
        applicationGatewayName: tools.applicationGatewayName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-subscriptions-subscriptionid-2
      description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Network Applicationgateways Applicationgatewayname Stop
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: networkresourceproviderclient-applicationgateways.microsoftazureapplicationgatewaysstop
      with:
        resourceGroupName: tools.resourceGroupName
        applicationGatewayName: tools.applicationGatewayName
      outputParameters:
      - type: object
        mapping: $.