az resourcemanagement private-link
Resourcemanagement private-link management on a resource.
Commands
Name | Description | Type | Status |
---|---|---|---|
az resourcemanagement private-link create |
Create a resource management group private link. |
Core | GA |
az resourcemanagement private-link delete |
Delete a resource management private link. |
Core | GA |
az resourcemanagement private-link list |
Get all the resource management private links at scope. |
Core | GA |
az resourcemanagement private-link show |
Get resource management private. |
Core | GA |
az resourcemanagement private-link create
Create a resource management group private link.
az resourcemanagement private-link create --location
--name
--resource-group
Examples
Create a resource management group private link.
az resourcemanagement private-link create --resource-group testRG --name TestRMPL --location WestUS
Required Parameters
The region to create the resource management private link.
The name of the resource management private link.
The name of the resource group.
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 resourcemanagement private-link delete
Delete a resource management private link.
az resourcemanagement private-link delete --name
--resource-group
[--yes]
Examples
Delete a resource management private link.
az resourcemanagement private-link delete --resource-group TestRG --name testRMPL
Required Parameters
The name of the resource management private link.
The name of the resource group.
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 resourcemanagement private-link list
Get all the resource management private links at scope.
az resourcemanagement private-link list [--resource-group]
Examples
List all resource management private links in a subscription.
az resourcemanagement private-link list
List all resource management private links in a resource group.
az resourcemanagement private-link list --resource-group testRG
Optional Parameters
The name of the resource group.
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 resourcemanagement private-link show
Get resource management private.
az resourcemanagement private-link show --name
--resource-group
Examples
Get single resource management private link.
az resourcemanagement private-link show --resource-group testRG --name TestRMPL
Required Parameters
The name of the resource management private link.
The name of the resource group.
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.