Skip to main content

Update Virtual Machine Subnet

PATCH 

/v1/terraform/virtual_machine_subnet/:vm_subnet_id

Update a virtual machine subnet

Request

Path Parameters

    vm_subnet_id uuidrequired

    The virtual machine subnet ID

Body

required

    name Name (string)required

    Possible values: non-empty and <= 64 characters

    The name of the resource group assigned the subnet.

    subnet Subnet (string)required

    Possible values: non-empty and <= 64 characters

    The subnet of this resource group

Responses

Successful Response

Schema

    name Name (string)required

    Possible values: non-empty and <= 64 characters

    The name of the resource group assigned the subnet.

    subnet Subnet (string)required

    Possible values: non-empty and <= 64 characters

    The subnet of this resource group

    virtual_machine_subnet_id uuidrequired
Loading...