Share via


az connectedmachine private-link-scope network-security-perimeter-configuration

Note

This reference is part of the connectedmachine extension for the Azure CLI (version 2.57.0 or higher). The extension will automatically install the first time you run an az connectedmachine private-link-scope network-security-perimeter-configuration command. Learn more about extensions.

Manage network security perimeter configration on an Azure Arc-Enabled Server.

Commands

Name Description Type Status
az connectedmachine private-link-scope network-security-perimeter-configuration list

List the network security perimeter configurations for a private link scope.

Extension GA
az connectedmachine private-link-scope network-security-perimeter-configuration show

Get the network security perimeter configuration for a private link scope.

Extension GA

List the network security perimeter configurations for a private link scope.

az connectedmachine private-link-scope network-security-perimeter-configuration list --resource-group
                                                                                     --scope-name
                                                                                     [--max-items]
                                                                                     [--next-token]

Sample command for NSP list

az connectedmachine private-link-scope network-security-perimeter-configuration list --resource-group myResourceGroup --scope-name myPrivateLinkScope --subscription mySubscription
--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--scope-name

The name of the Azure Arc PrivateLinkScope resource.

--max-items

Total number of items to return in the command's output. If the total number of items available is more than the value specified, a token is provided in the command's output. To resume pagination, provide the token value in --next-token argument of a subsequent command.

--next-token

Token to specify where to start paginating. This is the token value from a previously truncated response.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
Default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

Get the network security perimeter configuration for a private link scope.

az connectedmachine private-link-scope network-security-perimeter-configuration show [--ids]
                                                                                     [--name]
                                                                                     [--resource-group]
                                                                                     [--scope-name]
                                                                                     [--subscription]

Sample command for NSP show

az connectedmachine private-link-scope network-security-perimeter-configuration show --resource-group myResourceGroup --scope-name myPrivateLinkScope --perimeter-name aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee.myAssociation --subscription mySubscription
--ids

One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.

--name --perimeter-name -n

The name, in the format {perimeterGuid}.{associationName}, of the Network Security Perimeter resource.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--scope-name

The name of the Azure Arc PrivateLinkScope resource.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
Default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.