az relay hyco authorization-rule keys
Manage Azure Authorization Rule keys for Relay Service Hybrid Connection.
Commands
Name | Description | Type | Status |
---|---|---|---|
az relay hyco authorization-rule keys list |
List the keys and connection strings of Authorization Rule for Relay Service Hybrid Connection. |
Core | GA |
az relay hyco authorization-rule keys renew |
Regenerate keys of Authorization Rule for Relay Service Hybrid Connection. |
Core | GA |
az relay hyco authorization-rule keys list
List the keys and connection strings of Authorization Rule for Relay Service Hybrid Connection.
az relay hyco authorization-rule keys list --hybrid-connection-name
--name
--namespace-name
--resource-group
Examples
List the keys and connection strings of Authorization Rule for Relay Service Hybrid Connection.
az relay hyco authorization-rule keys list --resource-group myresourcegroup --namespace-name mynamespace --hybrid-connection-name myhyco --name myauthorule
List the keys and connection strings of Authorization Rule for Relay Service Hybrid Connection (autogenerated)
az relay hyco authorization-rule keys list --hybrid-connection-name myhyco --name myauthorule --namespace-name mynamespace --resource-group myresourcegroup --subscription MySubscription
Required Parameters
Name of Hybrid Connection.
Name of Hybrid Connection Authorization Rule.
Name of Namespace.
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.
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 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.
Property | Value |
---|---|
Default value: | False |
az relay hyco authorization-rule keys renew
Regenerate keys of Authorization Rule for Relay Service Hybrid Connection.
az relay hyco authorization-rule keys renew --key {PrimaryKey, SecondaryKey}
[--hybrid-connection-name]
[--ids]
[--key-value]
[--name]
[--namespace-name]
[--resource-group]
[--subscription]
Examples
Regenerate key of Relay Service Hybrid Connection.
az relay hyco authorization-rule keys renew --resource-group myresourcegroup --namespace- name mynamespace --hybrid-connection-name myhyco --name myauthorule --key PrimaryKey
Required Parameters
Specifies Primary or Secondary key needs to be reset.
Property | Value |
---|---|
Accepted values: | PrimaryKey, SecondaryKey |
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Name of Hybrid Connection.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
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.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Optional. If the key value is provided, this is set to key type, or autogenerated key value set for key type.
Name of Hybrid Connection Authorization Rule.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name of Namespace.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
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 http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |