Scroll to navigation

AZURECTL(1) AZURECTL(1)

NAME

azurectl - Command Line Interface to manage Microsoft Azure

In order to maintain access to a specific public IP address, a reservation can be made. Reservations are identified by a user-defined name.

SYNOPSIS

azurectl compute reserved-ip create --name=reserved_ip_name

[--wait]

azurectl compute reserved-ip list

azurectl compute reserved-ip show --name=reserved_ip_name

azurectl compute reserved-ip delete --name=reserved_ip_name

[--wait]

azurectl compute reserved-ip associate --name=reserved-ip-name --cloud-service-name=name

[--wait]

azurectl compute reserved-ip disassociate --name=reserved-ip-name --cloud-service-name=name

[--wait]

DESCRIPTION

associate

Associate an existing reserved IP address to a deployment

disassociate

Disassociate an existing reserved IP address from the given deployment

create

Add a new IP address reservation in the default or specified region (use the global --region argument).

delete

Release a reserved IP address.

list

List IP addresses reserved within this account.

show

List information about a single IP address reservation.

OPTIONS

--cloud-service-name=name

Name of the cloud service to use for associate or disassociate a reserved IP address

--name

Specify a convenient name for identifying a specific IP address reservation.

--wait

wait for the request to change its status to succeeded

AZURECTL User Manuals