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

Create a resource management group private link.

az resourcemanagement private-link create --location
                                          --name
                                          --resource-group

Create a resource management group private link.

az resourcemanagement private-link create --resource-group testRG --name TestRMPL --location WestUS
--location -l

The region to create the resource management private link.

--name -n

The name of the resource management private link.

--resource-group -g

The name of the resource group.

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.

Delete a resource management private link.

az resourcemanagement private-link delete --name
                                          --resource-group
                                          [--yes]

Delete a resource management private link.

az resourcemanagement private-link delete --resource-group TestRG --name testRMPL
--name -n

The name of the resource management private link.

--resource-group -g

The name of the resource group.

--yes -y

Do not prompt for confirmation.

default value: False
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 all the resource management private links at scope.

az resourcemanagement private-link list [--resource-group]

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
--resource-group -g

The name of the resource group.

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 resource management private.

az resourcemanagement private-link show --name
                                        --resource-group

Get single resource management private link.

az resourcemanagement private-link show --resource-group testRG --name TestRMPL
--name -n

The name of the resource management private link.

--resource-group -g

The name of the resource group.

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.