Skip to main content

addresses

Overview

Nameaddresses
TypeResource
Idazure_extras.edge_order.addresses

Fields

NameDatatypeDescription
locationstringThe geo-location where the resource lives
propertiesobjectAddress Properties.
tagsobjectResource tags.

Methods

NameAccessible byRequired ParamsDescription
getSELECTaddressName, resourceGroupName, subscriptionIdGet information about the specified address.
list_by_resource_groupSELECTresourceGroupName, subscriptionIdList all the addresses available under the given resource group.
list_by_subscriptionSELECTsubscriptionIdList all the addresses available under the subscription.
createINSERTaddressName, resourceGroupName, subscriptionId, data__propertiesCreate a new address with the specified parameters. Existing address cannot be updated with this API and should
instead be updated with the Update address API.
deleteDELETEaddressName, resourceGroupName, subscriptionIdDelete an address.
_list_by_resource_groupEXECresourceGroupName, subscriptionIdList all the addresses available under the given resource group.
_list_by_subscriptionEXECsubscriptionIdList all the addresses available under the subscription.
updateEXECaddressName, resourceGroupName, subscriptionIdUpdate the properties of an existing address.