Microsoft Azure · Capability

Microsoft Azure Azure Arc VMware Management Service API — VirtualMachines

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

Run with Naftiko Microsoft AzureVirtualMachines

What You Can Do

GET
Microsoftazurevirtualmachineslistall — Microsoft Azure Implements Get Virtualmachines In A Subscription
/v1/subscriptions/{subscriptionid}/providers/microsoft-connectedvmwarevsphere/virtualmachines
GET
Microsoftazurevirtualmachineslist — Microsoft Azure Implements Get Virtualmachines In A Resource Group
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/virtualmachines
PUT
Microsoftazurevirtualmachinescreateorupdate — Microsoft Azure Implements Virtual Machine Put Method
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/virtualmachines/{virtualmachinename}
GET
Microsoftazurevirtualmachinesget — Microsoft Azure Gets A Virtual Machine
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/virtualmachines/{virtualmachinename}
PATCH
Microsoftazurevirtualmachinesupdate — Microsoft Azure Updates A Virtual Machine
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/virtualmachines/{virtualmachinename}
DELETE
Microsoftazurevirtualmachinesdelete — Microsoft Azure Deletes An Virtual Machine
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/virtualmachines/{virtualmachinename}
POST
Microsoftazurevirtualmachinesassesspatches — Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Connectedvmwarevsphere Virtualmachines Virtualmachinename Assesspatches
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/virtualmachines/{virtualmachinename}/assesspatches
POST
Microsoftazurevirtualmachinesinstallpatches — Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Connectedvmwarevsphere Virtualmachines Virtualmachinename Installpatches
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/virtualmachines/{virtualmachinename}/installpatches
POST
Microsoftazurevirtualmachinesrestart — Microsoft Azure Implements The Operation To Restart A Virtual Machine
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/virtualmachines/{virtualmachinename}/restart
POST
Microsoftazurevirtualmachinesstart — Microsoft Azure Implements The Operation To Start A Virtual Machine
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/virtualmachines/{virtualmachinename}/start
POST
Microsoftazurevirtualmachinesstop — Microsoft Azure Implements The Operation To Stop A Virtual Machine
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/virtualmachines/{virtualmachinename}/stop

MCP Tools

microsoft-azure-implements-get-virtualmachines

Microsoft Azure Implements Get Virtualmachines In A Subscription

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

Microsoft Azure Implements Get Virtualmachines In A Resource Group

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

Microsoft Azure Implements Virtual Machine Put Method

idempotent
microsoft-azure-gets-virtual-machine

Microsoft Azure Gets A Virtual Machine

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

Microsoft Azure Updates A Virtual Machine

idempotent
microsoft-azure-deletes-virtual-machine

Microsoft Azure Deletes An Virtual Machine

idempotent
microsoft-azure-post-subscriptions-subscriptionid

Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Connectedvmwarevsphere Virtualmachines Virtualmachinename Assesspatches

microsoft-azure-post-subscriptions-subscriptionid-2

Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Connectedvmwarevsphere Virtualmachines Virtualmachinename Installpatches

microsoft-azure-implements-operation-restart

Microsoft Azure Implements The Operation To Restart A Virtual Machine

microsoft-azure-implements-operation-start

Microsoft Azure Implements The Operation To Start A Virtual Machine

microsoft-azure-implements-operation-stop

Microsoft Azure Implements The Operation To Stop A Virtual Machine

Capability Spec

azure-arc-vmware-management-service-virtualmachines.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Arc VMware Management Service API — VirtualMachines
  description: 'Microsoft Azure Azure Arc VMware Management Service API — VirtualMachines. 11 operations. Lead operation:
    Microsoft Azure Implements Get Virtualmachines In A Subscription. Self-contained Naftiko capability covering one Microsoft
    Azure business surface.'
  tags:
  - Microsoft Azure
  - VirtualMachines
  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-virtualmachines
    baseUri: https://management.azure.com
    description: Microsoft Azure Azure Arc VMware Management Service API — VirtualMachines business capability. Self-contained,
      no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.ConnectedVMwarevSphere-virtualM
      path: /subscriptions/{subscriptionId}/providers/Microsoft.ConnectedVMwarevSphere/virtualMachines
      operations:
      - name: microsoftazurevirtualmachineslistall
        method: GET
        description: Microsoft Azure Implements Get Virtualmachines 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/virtualMachines
      operations:
      - name: microsoftazurevirtualmachineslist
        method: GET
        description: Microsoft Azure Implements Get Virtualmachines 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/virtualMachines/{virtualMachineName}
      operations:
      - name: microsoftazurevirtualmachinescreateorupdate
        method: PUT
        description: Microsoft Azure Implements Virtual Machine Put Method
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: virtualMachineName
          in: path
          type: string
          description: Name of the virtual machine resource.
          required: true
        - name: body
          in: body
          type: string
          description: Request payload.
      - name: microsoftazurevirtualmachinesget
        method: GET
        description: Microsoft Azure Gets A Virtual Machine
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: virtualMachineName
          in: path
          type: string
          description: Name of the virtual machine resource.
          required: true
      - name: microsoftazurevirtualmachinesupdate
        method: PATCH
        description: Microsoft Azure Updates A Virtual Machine
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: virtualMachineName
          in: path
          type: string
          description: Name of the virtual machine resource.
          required: true
        - name: body
          in: body
          type: string
          description: Resource properties to update.
      - name: microsoftazurevirtualmachinesdelete
        method: DELETE
        description: Microsoft Azure Deletes An Virtual Machine
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: virtualMachineName
          in: path
          type: string
          description: Name of the virtual machine resource.
          required: true
        - name: deleteFromHost
          in: query
          type: boolean
          description: Whether to delete the VM from the vCenter.
        - name: force
          in: query
          type: boolean
          description: Whether force delete was specified.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedVMwarevSphere/virtualMachines/{virtualMachineName}/assessPatches
      operations:
      - name: microsoftazurevirtualmachinesassesspatches
        method: POST
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Connectedvmwarevsphere Virtualmachines Virtualmachinename Assesspatches
        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: virtualMachineName
          in: path
          type: string
          description: The name of the vSphere VMware machine.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedVMwarevSphere/virtualMachines/{virtualMachineName}/installPatches
      operations:
      - name: microsoftazurevirtualmachinesinstallpatches
        method: POST
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Connectedvmwarevsphere Virtualmachines Virtualmachinename Installpatches
        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: virtualMachineName
          in: path
          type: string
          description: The name of the vSphere VMware machine.
          required: true
        - name: installPatchesInput
          in: body
          type: string
          description: Input for InstallPatches as directly received by the API
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedVMwarevSphere/virtualMachines/{virtualMachineName}/restart
      operations:
      - name: microsoftazurevirtualmachinesrestart
        method: POST
        description: Microsoft Azure Implements The Operation To Restart A Virtual Machine
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: virtualMachineName
          in: path
          type: string
          description: Name of the virtual machine resource.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedVMwarevSphere/virtualMachines/{virtualMachineName}/start
      operations:
      - name: microsoftazurevirtualmachinesstart
        method: POST
        description: Microsoft Azure Implements The Operation To Start A Virtual Machine
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: virtualMachineName
          in: path
          type: string
          description: Name of the virtual machine resource.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedVMwarevSphere/virtualMachines/{virtualMachineName}/stop
      operations:
      - name: microsoftazurevirtualmachinesstop
        method: POST
        description: Microsoft Azure Implements The Operation To Stop A Virtual Machine
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: virtualMachineName
          in: path
          type: string
          description: Name of the virtual machine resource.
          required: true
        - name: body
          in: body
          type: string
          description: Virtualmachine stop action payload.
  exposes:
  - type: rest
    namespace: azure-arc-vmware-management-service-virtualmachines-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Arc VMware Management Service API — VirtualMachines. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-connectedvmwarevsphere/virtualmachines
      name: subscriptions-subscriptionid-providers-microsoft-connectedvmwarevsphere-virtualm
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.ConnectedVMwarevSphere-virtualM.
      operations:
      - method: GET
        name: microsoftazurevirtualmachineslistall
        description: Microsoft Azure Implements Get Virtualmachines In A Subscription
        call: azure-arc-vmware-management-service-virtualmachines.microsoftazurevirtualmachineslistall
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/virtualmachines
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurevirtualmachineslist
        description: Microsoft Azure Implements Get Virtualmachines In A Resource Group
        call: azure-arc-vmware-management-service-virtualmachines.microsoftazurevirtualmachineslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/virtualmachines/{virtualmachinename}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: PUT
        name: microsoftazurevirtualmachinescreateorupdate
        description: Microsoft Azure Implements Virtual Machine Put Method
        call: azure-arc-vmware-management-service-virtualmachines.microsoftazurevirtualmachinescreateorupdate
        with:
          virtualMachineName: rest.virtualMachineName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazurevirtualmachinesget
        description: Microsoft Azure Gets A Virtual Machine
        call: azure-arc-vmware-management-service-virtualmachines.microsoftazurevirtualmachinesget
        with:
          virtualMachineName: rest.virtualMachineName
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazurevirtualmachinesupdate
        description: Microsoft Azure Updates A Virtual Machine
        call: azure-arc-vmware-management-service-virtualmachines.microsoftazurevirtualmachinesupdate
        with:
          virtualMachineName: rest.virtualMachineName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurevirtualmachinesdelete
        description: Microsoft Azure Deletes An Virtual Machine
        call: azure-arc-vmware-management-service-virtualmachines.microsoftazurevirtualmachinesdelete
        with:
          virtualMachineName: rest.virtualMachineName
          deleteFromHost: rest.deleteFromHost
          force: rest.force
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/virtualmachines/{virtualmachinename}/assesspatches
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazurevirtualmachinesassesspatches
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Connectedvmwarevsphere Virtualmachines Virtualmachinename Assesspatches
        call: azure-arc-vmware-management-service-virtualmachines.microsoftazurevirtualmachinesassesspatches
        with:
          resourceGroupName: rest.resourceGroupName
          virtualMachineName: rest.virtualMachineName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/virtualmachines/{virtualmachinename}/installpatches
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazurevirtualmachinesinstallpatches
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Connectedvmwarevsphere Virtualmachines Virtualmachinename Installpatches
        call: azure-arc-vmware-management-service-virtualmachines.microsoftazurevirtualmachinesinstallpatches
        with:
          resourceGroupName: rest.resourceGroupName
          virtualMachineName: rest.virtualMachineName
          installPatchesInput: rest.installPatchesInput
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/virtualmachines/{virtualmachinename}/restart
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazurevirtualmachinesrestart
        description: Microsoft Azure Implements The Operation To Restart A Virtual Machine
        call: azure-arc-vmware-management-service-virtualmachines.microsoftazurevirtualmachinesrestart
        with:
          virtualMachineName: rest.virtualMachineName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/virtualmachines/{virtualmachinename}/start
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazurevirtualmachinesstart
        description: Microsoft Azure Implements The Operation To Start A Virtual Machine
        call: azure-arc-vmware-management-service-virtualmachines.microsoftazurevirtualmachinesstart
        with:
          virtualMachineName: rest.virtualMachineName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/virtualmachines/{virtualmachinename}/stop
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazurevirtualmachinesstop
        description: Microsoft Azure Implements The Operation To Stop A Virtual Machine
        call: azure-arc-vmware-management-service-virtualmachines.microsoftazurevirtualmachinesstop
        with:
          virtualMachineName: rest.virtualMachineName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-arc-vmware-management-service-virtualmachines-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Arc VMware Management Service API — VirtualMachines. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-implements-get-virtualmachines
      description: Microsoft Azure Implements Get Virtualmachines In A Subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-arc-vmware-management-service-virtualmachines.microsoftazurevirtualmachineslistall
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-implements-get-virtualmachines-2
      description: Microsoft Azure Implements Get Virtualmachines In A Resource Group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-arc-vmware-management-service-virtualmachines.microsoftazurevirtualmachineslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-implements-virtual-machine
      description: Microsoft Azure Implements Virtual Machine Put Method
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-arc-vmware-management-service-virtualmachines.microsoftazurevirtualmachinescreateorupdate
      with:
        virtualMachineName: tools.virtualMachineName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-virtual-machine
      description: Microsoft Azure Gets A Virtual Machine
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-arc-vmware-management-service-virtualmachines.microsoftazurevirtualmachinesget
      with:
        virtualMachineName: tools.virtualMachineName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-updates-virtual-machine
      description: Microsoft Azure Updates A Virtual Machine
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-arc-vmware-management-service-virtualmachines.microsoftazurevirtualmachinesupdate
      with:
        virtualMachineName: tools.virtualMachineName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-deletes-virtual-machine
      description: Microsoft Azure Deletes An Virtual Machine
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-arc-vmware-management-service-virtualmachines.microsoftazurevirtualmachinesdelete
      with:
        virtualMachineName: tools.virtualMachineName
        deleteFromHost: tools.deleteFromHost
        force: tools.force
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-subscriptions-subscriptionid
      description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Connectedvmwarevsphere Virtualmachines Virtualmachinename Assesspatches
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-arc-vmware-management-service-virtualmachines.microsoftazurevirtualmachinesassesspatches
      with:
        resourceGroupName: tools.resourceGroupName
        virtualMachineName: tools.virtualMachineName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-subscriptions-subscriptionid-2
      description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Connectedvmwarevsphere Virtualmachines Virtualmachinename Installpatches
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-arc-vmware-management-service-virtualmachines.microsoftazurevirtualmachinesinstallpatches
      with:
        resourceGroupName: tools.resourceGroupName
        virtualMachineName: tools.virtualMachineName
        installPatchesInput: tools.installPatchesInput
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-implements-operation-restart
      description: Microsoft Azure Implements The Operation To Restart A Virtual Machine
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-arc-vmware-management-service-virtualmachines.microsoftazurevirtualmachinesrestart
      with:
        virtualMachineName: tools.virtualMachineName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-implements-operation-start
      description: Microsoft Azure Implements The Operation To Start A Virtual Machine
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-arc-vmware-management-service-virtualmachines.microsoftazurevirtualmachinesstart
      with:
        virtualMachineName: tools.virtualMachineName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-implements-operation-stop
      description: Microsoft Azure Implements The Operation To Stop A Virtual Machine
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-arc-vmware-management-service-virtualmachines.microsoftazurevirtualmachinesstop
      with:
        virtualMachineName: tools.virtualMachineName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.