az private-link association
Private-link association management on a resource.
Commands
Name | Description | Type | Status |
---|---|---|---|
az private-link association create |
Create a PrivateLinkAssociation. |
Core | GA |
az private-link association delete |
Delete a PrivateLinkAssociation. |
Core | GA |
az private-link association list |
Get a private link association for a management group scope. |
Core | GA |
az private-link association show |
Get a private link association. |
Core | GA |
az private-link association create
Create a PrivateLinkAssociation.
az private-link association create --management-group-id
--name
--privatelink
--public-network-access {disabled, enabled}
Examples
Create a PrivateLinkAssociation.
az private-link association create --management-group-id TestMG --name testPLA --privatelink testPL --public-network-access enabled
Required Parameters
The management group id.
The name of the private link association.
The name of the private link.
Restrict traffic to private link.
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 private-link association delete
Delete a PrivateLinkAssociation.
az private-link association delete --management-group-id
--name
[--yes]
Examples
Delete a PrivateLinkAssociation.
az private-link association delete --management-group-id TestMG --name testPLA
Required Parameters
The management group id.
The name of the private link association.
Optional Parameters
Do not prompt for confirmation.
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 private-link association list
Get a private link association for a management group scope.
az private-link association list --management-group-id
Examples
Get a private link association for a management group scope.
az private-link association list --management-group-id TestMG
Required Parameters
The management group 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 private-link association show
Get a private link association.
az private-link association show --management-group-id
--name
Examples
Get a single private link association.
az private-link association show --management-group-id TestMG --name testPLA
Required Parameters
The management group id.
The name of the private link association.
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.
Azure CLI