Microsoft.Network (stable:2024-07-01)

2025/08/07 • 1 new methods

NetworkSecurityPerimeterServiceTags_List (new)
Description Gets the list of service tags supported by NSP. These service tags can be used to create access rules in NSP.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/nspServiceTags
{
subscriptionId: string ,
location: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
serviceTags:
[
string ,
]
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}