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.
Property | Value |
---|---|
Accepted values: | disabled, enabled |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
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.
Property | Value |
---|---|
Default value: | False |
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
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Do not prompt for confirmation.
Property | Value |
---|---|
Default value: | False |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
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.
Property | Value |
---|---|
Default value: | False |
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.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
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.
Property | Value |
---|---|
Default value: | False |
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.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
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.
Property | Value |
---|---|
Default value: | False |