az batch private-link-resource

Manage Batch account private Link Resources.

Commands

az batch private-link-resource list

List all of the private link resources in the specified account.

az batch private-link-resource show

Get information about the specified private link resource.

List all of the private link resources in the specified account.

az batch private-link-resource list --account-name
                                    --resource-group
                                    [--maxresults]
--account-name

The name of the Batch account.

--resource-group -g

Name of the resource group.

--maxresults

The maximum number of items to return in the response. Default value is None.

Get information about the specified private link resource.

az batch private-link-resource show --account-name
                                    --name
                                    --resource-group
--account-name

The name of the Batch account.

--name -n

The private link resource name. This must be unique within the account.

--resource-group -g

Name of the resource group.