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 reconcile |
Forces the network security perimeter configuration to refresh 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 |
az connectedmachine private-link-scope network-security-perimeter-configuration list
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]
Examples
Sample command for NSP list
az connectedmachine private-link-scope network-security-perimeter-configuration list --resource-group myResourceGroup --scope-name myPrivateLinkScope --subscription mySubscription
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of the Azure Arc PrivateLinkScope resource.
Optional Parameters
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.
Token to specify where to start paginating. This is the token value from a previously truncated response.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az connectedmachine private-link-scope network-security-perimeter-configuration reconcile
Forces the network security perimeter configuration to refresh for a private link scope.
az connectedmachine private-link-scope network-security-perimeter-configuration reconcile [--ids]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
[--perimeter-name]
[--resource-group]
[--scope-name]
[--subscription]
Examples
Sample command for NSP reconcile
az connectedmachine private-link-scope network-security-perimeter-configuration reconcile --resource-group myResourceGroup --scope-name myPrivateLinkScope --perimeter-name aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee.myAssociation
Optional Parameters
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.
Do not wait for the long-running operation to finish.
The name, in the format {perimeterGuid}.{associationName}, of the Network Security Perimeter resource.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of the Azure Arc PrivateLinkScope resource.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az connectedmachine private-link-scope network-security-perimeter-configuration show
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]
Examples
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
Optional Parameters
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.
The name, in the format {perimeterGuid}.{associationName}, of the Network Security Perimeter resource.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of the Azure Arc PrivateLinkScope resource.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.