你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
az healthcareapis deidservice
Note
This reference is part of the healthcareapis extension for the Azure CLI (version 2.66.0 or higher). The extension will automatically install the first time you run an az healthcareapis deidservice command. Learn more about extensions.
Health Data service for providing de-identification of health PHI data (Features: Surrogation, multi-modality).
Commands
Name | Description | Type | Status |
---|---|---|---|
az healthcareapis deidservice create |
Create a DeidService. |
Extension | Preview |
az healthcareapis deidservice delete |
Delete a DeidService by name. |
Extension | Preview |
az healthcareapis deidservice identity |
Provide an automatically managed identity. |
Extension | GA |
az healthcareapis deidservice identity assign |
Assign the user or system managed identities. |
Extension | GA |
az healthcareapis deidservice identity remove |
Remove the user or system managed identities. |
Extension | GA |
az healthcareapis deidservice identity show |
Show the details of managed identities. |
Extension | GA |
az healthcareapis deidservice identity wait |
Place the CLI in a waiting state until a condition is met. |
Extension | GA |
az healthcareapis deidservice list |
List DeidService resources by subscription Id. |
Extension | Preview |
az healthcareapis deidservice show |
Get a DeidService by name. |
Extension | Preview |
az healthcareapis deidservice update |
Update a DeidService by name. |
Extension | Preview |
az healthcareapis deidservice wait |
Place the CLI in a waiting state until a condition is met. |
Extension | GA |
az healthcareapis deidservice create
This command is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Create a DeidService.
az healthcareapis deidservice create --deid-service-name
--resource-group
[--identity]
[--location]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
[--public-network-access {Disabled, Enabled}]
[--tags]
Examples
DeidServices_Create - generated by [MaximumSet] rule
az deidservice create --resource-group rgopenapi --deid-service-name deidTest --location eastus
Required Parameters
The name of the deid service.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
The managed service identities assigned to this resource. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
The geo-location where the resource lives When not specified, the location of the resource group will be used.
Do not wait for the long-running operation to finish.
Gets or sets allow or disallow public network access to resource.
Resource tags. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
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 healthcareapis deidservice delete
This command is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Delete a DeidService by name.
az healthcareapis deidservice delete [--deid-service-name]
[--ids]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
[--resource-group]
[--subscription]
[--yes]
Examples
DeidServices_Delete - generated by [MaximumSet] rule
az deidservice delete --resource-group rgopenapi --deid-service-name deidTest
Optional Parameters
The name of the deid service.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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 healthcareapis deidservice list
This command is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
List DeidService resources by subscription Id.
az healthcareapis deidservice list [--max-items]
[--next-token]
[--resource-group]
Examples
DeidServices_ListBySubscription - generated by [MaximumSet] rule
az deidservice list
Optional Parameters
Total number of items to return in the command's output. If the total number of items available is more than the value specified, a token is provided in the command's output. To resume pagination, provide the token value in --next-token
argument of a subsequent command.
Token to specify where to start paginating. This is the token value from a previously truncated response.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
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 healthcareapis deidservice show
This command is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Get a DeidService by name.
az healthcareapis deidservice show [--deid-service-name]
[--ids]
[--resource-group]
[--subscription]
Examples
DeidServices_Get - generated by [MaximumSet] rule
az deidservice show --resource-group rgopenapi --deid-service-name deidTest
Optional Parameters
The name of the deid service.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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 healthcareapis deidservice update
This command is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Update a DeidService by name.
az healthcareapis deidservice update [--add]
[--deid-service-name]
[--force-string {0, 1, f, false, n, no, t, true, y, yes}]
[--identity]
[--ids]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
[--public-network-access {Disabled, Enabled}]
[--remove]
[--resource-group]
[--set]
[--subscription]
[--tags]
Examples
deidservice_update
az deidservice update --name deidTest -g rgopenapi --tags tag=test
Optional Parameters
Add an object to a list of objects by specifying a path and key value pairs. Example: --add property.listProperty <key=value, string or JSON string>
.
The name of the deid service.
When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.
The managed service identities assigned to this resource. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Do not wait for the long-running operation to finish.
Gets or sets allow or disallow public network access to resource.
Remove a property or an element from a list. Example: --remove property.list <indexToRemove>
OR --remove propertyToRemove
.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Update an object by specifying a property path and value to set. Example: --set property1.property2=<value>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Resource tags. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
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 healthcareapis deidservice wait
Place the CLI in a waiting state until a condition is met.
az healthcareapis deidservice wait [--created]
[--custom]
[--deid-service-name]
[--deleted]
[--exists]
[--ids]
[--interval]
[--resource-group]
[--subscription]
[--timeout]
[--updated]
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'].
The name of the deid service.
Wait until deleted.
Wait until the resource exists.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Polling interval in seconds.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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.