az signalr custom-domain
Manage custom domain settings.
Commands
Name | Description | Type | Status |
---|---|---|---|
az signalr custom-domain create |
Create a custom domain of SignalR Service. |
Core | GA |
az signalr custom-domain delete |
Delete a custom domain of SignalR Service. |
Core | GA |
az signalr custom-domain list |
List custom domains of SignalR Service. |
Core | GA |
az signalr custom-domain show |
Show the detail of a custom domain of SignalR Service. |
Core | GA |
az signalr custom-domain update |
Update a custom domain of SignalR Service. |
Core | GA |
az signalr custom-domain create
Create a custom domain of SignalR Service.
az signalr custom-domain create --certificate-resource-id
--domain-name
--name
--resource-group
--signalr-name
Required Parameters
ResourceId of a previously created custom certificate.
Custom domain name. For example, contoso.com
.
Name of the custom domain.
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.
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 signalr custom-domain delete
Delete a custom domain of SignalR Service.
az signalr custom-domain delete --name
--resource-group
--signalr-name
Required Parameters
Name of the custom domain.
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.
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 signalr custom-domain list
List custom domains of SignalR Service.
az signalr custom-domain 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.
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 signalr custom-domain show
Show the detail of a custom domain of SignalR Service.
az signalr custom-domain show --name
--resource-group
--signalr-name
Required Parameters
Name of the custom domain.
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.
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 signalr custom-domain update
Update a custom domain of SignalR Service.
az signalr custom-domain update --name
--resource-group
--signalr-name
[--add]
[--certificate-resource-id]
[--domain-name]
[--force-string]
[--remove]
[--set]
Required Parameters
Name of the custom domain.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the SignalR.
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>
.
ResourceId of a previously created custom certificate.
Custom domain name. For example, contoso.com
.
When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.
Remove a property or an element from a list. Example: --remove property.list <indexToRemove>
OR --remove propertyToRemove
.
Update an object by specifying a property path and value to set. Example: --set property1.property2=<value>
.
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.