Skip to main content

namespaces

Overview

Namenamespaces
TypeResource
Idazure.relay.namespaces

Fields

NameDatatypeDescription
locationstringThe geo-location where the resource lives
propertiesobjectProperties of the namespace.
skuobjectThe resource model definition representing SKU
systemDataobjectMetadata pertaining to creation and last modification of the resource.
tagsobjectResource tags.

Methods

NameAccessible byRequired ParamsDescription
getSELECTnamespaceName, resourceGroupName, subscriptionIdReturns the description for the specified namespace.
listSELECTsubscriptionIdLists all the available namespaces within the subscription regardless of the resourceGroups.
list_by_resource_groupSELECTresourceGroupName, subscriptionIdLists all the available namespaces within the ResourceGroup.
create_or_updateINSERTnamespaceName, resourceGroupName, subscriptionIdCreate Azure Relay namespace.
deleteDELETEnamespaceName, resourceGroupName, subscriptionIdDeletes an existing namespace. This operation also removes all associated resources under the namespace.
_listEXECsubscriptionIdLists all the available namespaces within the subscription regardless of the resourceGroups.
_list_by_resource_groupEXECresourceGroupName, subscriptionIdLists all the available namespaces within the ResourceGroup.
check_name_availabilityEXECsubscriptionId, data__nameCheck the specified namespace name availability.
regenerate_keysEXECauthorizationRuleName, namespaceName, resourceGroupName, subscriptionId, data__keyTypeRegenerates the primary or secondary connection strings to the namespace.
updateEXECnamespaceName, resourceGroupName, subscriptionIdCreates or updates a namespace. Once created, this namespace's resource manifest is immutable. This operation is idempotent.