|
| 1 | +<table class="table table-striped cli cmd"> |
| 2 | + <caption>{% include snippet-fun-consoleuser.md %}<kbd>azure site connectionstring</kbd></caption> |
| 3 | + <tr> |
| 4 | + <th class="w20">command</th> |
| 5 | + <th class="w60">options</th> |
| 6 | + <th>description</th> |
| 7 | + </tr> |
| 8 | + <tr> |
| 9 | + <td>list {% include command-argument-options.md %} {% include command-argument-name.md %}<p><span class="label label-warning">new</span></p></td> |
| 10 | + <td> |
| 11 | + <dl class="dl-horizontal"> |
| 12 | + {% include command-option-help.md %} |
| 13 | + {% include command-option-verbose.md %} |
| 14 | + {% include command-option-json.md %} |
| 15 | + {% include command-option-subscription.md %} |
| 16 | + </dl> |
| 17 | + </td> |
| 18 | + <td>Show your site connection strings</td> |
| 19 | + </tr> |
| 20 | + <tr> |
| 21 | + <td>add {% include command-argument-options.md %} {% include command-argument-connectionname.md %} <value> <type> {% include command-argument-name.md %}<p><span class="label label-warning">new</span></p></td> |
| 22 | + <td> |
| 23 | + <dl class="dl-horizontal"> |
| 24 | + {% include command-option-help.md %} |
| 25 | + {% include command-option-verbose.md %} |
| 26 | + {% include command-option-json.md %} |
| 27 | + {% include command-option-subscription.md %} |
| 28 | + {% include command-option-connectionname.md %} |
| 29 | + <dt>-v, --value <value></dt><dd>the connection string value</dd> |
| 30 | + <dt>-t, --type <type></dt><dd>the connection string type</dd> |
| 31 | + </dl> |
| 32 | + </td> |
| 33 | + <td>Adds a connection string to your site</td> |
| 34 | + </tr> |
| 35 | + <tr> |
| 36 | + <td>delete {% include command-argument-options.md %} {% include command-argument-connectionname.md %} {% include command-argument-name.md %}<p><span class="label label-warning">new</span></p></td> |
| 37 | + <td> |
| 38 | + <dl class="dl-horizontal"> |
| 39 | + {% include command-option-help.md %} |
| 40 | + {% include command-option-verbose.md %} |
| 41 | + {% include command-option-json.md %} |
| 42 | + {% include command-option-subscription.md %} |
| 43 | + {% include command-option-connectionname.md %} |
| 44 | + {% include command-option-quiet.md %} |
| 45 | + </dl> |
| 46 | + </td> |
| 47 | + <td>Deletes a connection string for your site</td> |
| 48 | + </tr> |
| 49 | + <tr> |
| 50 | + <td>show {% include command-argument-options.md %} {% include command-argument-connectionname.md %} {% include command-argument-name.md %}<p><span class="label label-warning">new</span></p></td> |
| 51 | + <td> |
| 52 | + <dl class="dl-horizontal"> |
| 53 | + {% include command-option-help.md %} |
| 54 | + {% include command-option-verbose.md %} |
| 55 | + {% include command-option-json.md %} |
| 56 | + {% include command-option-subscription.md %} |
| 57 | + {% include command-option-connectionname.md %} |
| 58 | + </dl> |
| 59 | + </td> |
| 60 | + <td>Shows a connection string for your site</td> |
| 61 | + </tr> |
| 62 | +</table> |
0 commit comments