az search shared-private-link-resource
Manage Azure Search shared private link resources.
Commands
Name | Description | Type | Status |
---|---|---|---|
az search shared-private-link-resource create |
Create shared privatelink resources in a Search service in the given resource group. |
Core | GA |
az search shared-private-link-resource delete |
Initiates the deletion of the shared private link resource from the search service. |
Core | GA |
az search shared-private-link-resource list |
Gets a list of all shared private link resources managed by the given service. |
Core | GA |
az search shared-private-link-resource show |
Gets the details of the shared private link resource managed by the search service in the given resource group. |
Core | GA |
az search shared-private-link-resource update |
Update shared privatelink resources in a Search service in the given resource group. |
Core | GA |
az search shared-private-link-resource wait |
Wait for async shared private link resource operations. |
Core | GA |
az search shared-private-link-resource create
Create shared privatelink resources in a Search service in the given resource group.
az search shared-private-link-resource create --group-id
--name
--resource-group
--resource-id
--service-name
[--no-wait]
[--request-message]
Required Parameters
The group id of the resource; for example: blob, sql or vault.
Name of the shared private link resource.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Fully qualified resource ID for the resource. for example: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/ {resourceProviderNamespace}/{resourceType}/{resourceName}.
The name of the search service.
Optional Parameters
Do not wait for the long-running operation to finish.
Custom request message when creating or updating the shared privatelink resources.
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 search shared-private-link-resource delete
Initiates the deletion of the shared private link resource from the search service.
az search shared-private-link-resource delete --name
--resource-group
--service-name
[--yes]
Required Parameters
The name of the shared private link resource managed by the Azure Cognitive Search service within the specified resource group. Required.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of the search service.
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 search shared-private-link-resource list
Gets a list of all shared private link resources managed by the given service.
az search shared-private-link-resource list --resource-group
--service-name
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of the search service.
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 search shared-private-link-resource show
Gets the details of the shared private link resource managed by the search service in the given resource group.
az search shared-private-link-resource show --name
--resource-group
--service-name
Required Parameters
The name of the shared private link resource managed by the Azure Cognitive Search service within the specified resource group. Required.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of the search service.
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 search shared-private-link-resource update
Update shared privatelink resources in a Search service in the given resource group.
az search shared-private-link-resource update --group-id
--name
--request-message
--resource-group
--resource-id
--service-name
[--no-wait]
Required Parameters
The group id of the resource; for example: blob, sql or vault.
Name of the shared private link resource.
Custom request message when creating or updating the shared privatelink resources.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Fully qualified resource ID for the resource; for example: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/ {resourceProviderNamespace}/{resourceType}/{resourceName}.
The name of the search service.
Optional Parameters
Do not wait for the long-running operation to finish.
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 search shared-private-link-resource wait
Wait for async shared private link resource operations.
az search shared-private-link-resource wait --name
--resource-group
--service-name
[--created]
[--custom]
[--deleted]
[--exists]
[--interval]
[--timeout]
[--updated]
Required Parameters
The name of the shared private link resource managed by the Azure Cognitive Search service within the specified resource group. Required.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of the search service.
Optional Parameters
Wait until created with 'provisioningState' at 'Succeeded'.
Wait until the condition satisfies a custom JMESPath query. E.g. provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running'].
Wait until deleted.
Wait until the resource exists.
Polling interval in seconds.
Maximum wait in seconds.
Wait until updated with provisioningState at 'Succeeded'.
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.