-
Notifications
You must be signed in to change notification settings - Fork 229
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
40 changed files
with
2,393 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _monitor private-link-scope create_ | ||
|
||
Create a private link scope resource. | ||
|
||
## Versions | ||
|
||
### [2019-10-17-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9wcml2YXRlbGlua3Njb3Blcy97fQ==/2019-10-17-preview.xml) **Preview** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/privatelinkscopes/{} 2019-10-17-preview --> | ||
|
||
#### examples | ||
|
||
- Create a private link scope resource. | ||
```bash | ||
monitor private-link-scope create --name MyAzureMonitorPrivateLinkScope --resource-group MyResourceGroup | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _monitor private-link-scope delete_ | ||
|
||
Delete a monitor private link scope resource. | ||
|
||
## Versions | ||
|
||
### [2019-10-17-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9wcml2YXRlbGlua3Njb3Blcy97fQ==/2019-10-17-preview.xml) **Preview** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/privatelinkscopes/{} 2019-10-17-preview --> | ||
|
||
#### examples | ||
|
||
- Delete a monitor private link scope resource. | ||
```bash | ||
monitor private-link-scope delete --name MyAzureMonitorPrivateLinkScope --resource-group MyResourceGroup | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# [Command] _monitor private-link-scope list_ | ||
|
||
List all monitor private link scope resource. | ||
|
||
## Versions | ||
|
||
### [2019-10-17-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9wcml2YXRlbGlua3Njb3Blcw==/2019-10-17-preview.xml) **Preview** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/providers/microsoft.insights/privatelinkscopes 2019-10-17-preview --> | ||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/privatelinkscopes 2019-10-17-preview --> | ||
|
||
#### examples | ||
|
||
- List all monitor private link scope resources. | ||
```bash | ||
monitor private-link-scope list -g MyResourceGroup | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _monitor private-link-scope show_ | ||
|
||
Show a monitor private link scope resource. | ||
|
||
## Versions | ||
|
||
### [2019-10-17-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9wcml2YXRlbGlua3Njb3Blcy97fQ==/2019-10-17-preview.xml) **Preview** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/privatelinkscopes/{} 2019-10-17-preview --> | ||
|
||
#### examples | ||
|
||
- Show a monitor private link scope resource. | ||
```bash | ||
monitor private-link-scope show --name MyAzureMonitorPrivateLinkScope --resource-group MyResourceGroup | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _monitor private-link-scope update_ | ||
|
||
Update a monitor private link scope resource. | ||
|
||
## Versions | ||
|
||
### [2019-10-17-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9wcml2YXRlbGlua3Njb3Blcy97fQ==/2019-10-17-preview.xml) **Preview** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/privatelinkscopes/{} 2019-10-17-preview --> | ||
|
||
#### examples | ||
|
||
- Update a monitor private link scope resource. | ||
```bash | ||
monitor private-link-scope update --name MyAzureMonitorPrivateLinkScope --resource-group MyResourceGroup --tags foo=bar | ||
``` |
9 changes: 9 additions & 0 deletions
9
Commands/monitor/private-link-scope/private-endpoint-connection/_create.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# [Command] _monitor private-link-scope private-endpoint-connection create_ | ||
|
||
Create a private endpoint connection with a given name. | ||
|
||
## Versions | ||
|
||
### [2019-10-17-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9wcml2YXRlbGlua3Njb3Blcy97fS9wcml2YXRlZW5kcG9pbnRjb25uZWN0aW9ucy97fQ==/2019-10-17-preview.xml) **Preview** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/privatelinkscopes/{}/privateendpointconnections/{} 2019-10-17-preview --> |
16 changes: 16 additions & 0 deletions
16
Commands/monitor/private-link-scope/private-endpoint-connection/_delete.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _monitor private-link-scope private-endpoint-connection delete_ | ||
|
||
Delete a private endpoint connection of a private link scope resource. | ||
|
||
## Versions | ||
|
||
### [2019-10-17-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9wcml2YXRlbGlua3Njb3Blcy97fS9wcml2YXRlZW5kcG9pbnRjb25uZWN0aW9ucy97fQ==/2019-10-17-preview.xml) **Preview** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/privatelinkscopes/{}/privateendpointconnections/{} 2019-10-17-preview --> | ||
|
||
#### examples | ||
|
||
- Delete a private endpoint connection of a private link scope resource. | ||
```bash | ||
monitor private-link-scope private-endpoint-connection delete -n MyName -g MyResourceGroup --scope-name MyScope | ||
``` |
16 changes: 16 additions & 0 deletions
16
Commands/monitor/private-link-scope/private-endpoint-connection/_list.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _monitor private-link-scope private-endpoint-connection list_ | ||
|
||
List all private endpoint connections on a private link scope. | ||
|
||
## Versions | ||
|
||
### [2019-10-17-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9wcml2YXRlbGlua3Njb3Blcy97fS9wcml2YXRlZW5kcG9pbnRjb25uZWN0aW9ucw==/2019-10-17-preview.xml) **Preview** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/privatelinkscopes/{}/privateendpointconnections 2019-10-17-preview --> | ||
|
||
#### examples | ||
|
||
- List all private endpoint connections on a private link scope. | ||
```bash | ||
monitor private-link-scope private-endpoint-connection list -g MyResourceGroup --scope-name MyScope | ||
``` |
16 changes: 16 additions & 0 deletions
16
Commands/monitor/private-link-scope/private-endpoint-connection/_show.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _monitor private-link-scope private-endpoint-connection show_ | ||
|
||
Show a private endpoint connection of a private link scope resource. | ||
|
||
## Versions | ||
|
||
### [2019-10-17-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9wcml2YXRlbGlua3Njb3Blcy97fS9wcml2YXRlZW5kcG9pbnRjb25uZWN0aW9ucy97fQ==/2019-10-17-preview.xml) **Preview** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/privatelinkscopes/{}/privateendpointconnections/{} 2019-10-17-preview --> | ||
|
||
#### examples | ||
|
||
- Show a private endpoint connection of a private link scope resource. | ||
```bash | ||
monitor private-link-scope private-endpoint-connection show -n MyName -g MyResourceGroup --scope-name MyScope | ||
``` |
9 changes: 9 additions & 0 deletions
9
Commands/monitor/private-link-scope/private-endpoint-connection/_update.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# [Command] _monitor private-link-scope private-endpoint-connection update_ | ||
|
||
Update a private endpoint connection with a given name. | ||
|
||
## Versions | ||
|
||
### [2019-10-17-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9wcml2YXRlbGlua3Njb3Blcy97fS9wcml2YXRlZW5kcG9pbnRjb25uZWN0aW9ucy97fQ==/2019-10-17-preview.xml) **Preview** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/privatelinkscopes/{}/privateendpointconnections/{} 2019-10-17-preview --> |
20 changes: 20 additions & 0 deletions
20
Commands/monitor/private-link-scope/private-endpoint-connection/readme.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# [Group] _monitor private-link-scope private-endpoint-connection_ | ||
|
||
Manage private endpoint connection of a private link scope resource. | ||
|
||
## Commands | ||
|
||
- [create](/Commands/monitor/private-link-scope/private-endpoint-connection/_create.md) | ||
: Create a private endpoint connection with a given name. | ||
|
||
- [delete](/Commands/monitor/private-link-scope/private-endpoint-connection/_delete.md) | ||
: Delete a private endpoint connection of a private link scope resource. | ||
|
||
- [list](/Commands/monitor/private-link-scope/private-endpoint-connection/_list.md) | ||
: List all private endpoint connections on a private link scope. | ||
|
||
- [show](/Commands/monitor/private-link-scope/private-endpoint-connection/_show.md) | ||
: Show a private endpoint connection of a private link scope resource. | ||
|
||
- [update](/Commands/monitor/private-link-scope/private-endpoint-connection/_update.md) | ||
: Update a private endpoint connection with a given name. |
16 changes: 16 additions & 0 deletions
16
Commands/monitor/private-link-scope/private-link-resource/_list.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _monitor private-link-scope private-link-resource list_ | ||
|
||
List all private link resources of a private link scope resource. | ||
|
||
## Versions | ||
|
||
### [2019-10-17-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9wcml2YXRlbGlua3Njb3Blcy97fS9wcml2YXRlbGlua3Jlc291cmNlcw==/2019-10-17-preview.xml) **Preview** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/privatelinkscopes/{}/privatelinkresources 2019-10-17-preview --> | ||
|
||
#### examples | ||
|
||
- List all private link resources of a private link scope resource. | ||
```bash | ||
monitor private-link-scope private-link-resource list --scope-name MyScope -g MyResourceGroup | ||
``` |
16 changes: 16 additions & 0 deletions
16
Commands/monitor/private-link-scope/private-link-resource/_show.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _monitor private-link-scope private-link-resource show_ | ||
|
||
Show a private link resource of a private link scope resource. | ||
|
||
## Versions | ||
|
||
### [2019-10-17-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9wcml2YXRlbGlua3Njb3Blcy97fS9wcml2YXRlbGlua3Jlc291cmNlcy97fQ==/2019-10-17-preview.xml) **Preview** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/privatelinkscopes/{}/privatelinkresources/{} 2019-10-17-preview --> | ||
|
||
#### examples | ||
|
||
- Show a private link resource of a private link scope resource. | ||
```bash | ||
monitor private-link-scope scoped-resource show -n MyName -g MyResourceGroup --scope-name MyScope | ||
``` |
11 changes: 11 additions & 0 deletions
11
Commands/monitor/private-link-scope/private-link-resource/readme.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# [Group] _monitor private-link-scope private-link-resource_ | ||
|
||
Manage private link resource of a private link scope resource. | ||
|
||
## Commands | ||
|
||
- [list](/Commands/monitor/private-link-scope/private-link-resource/_list.md) | ||
: List all private link resources of a private link scope resource. | ||
|
||
- [show](/Commands/monitor/private-link-scope/private-link-resource/_show.md) | ||
: Show a private link resource of a private link scope resource. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# [Group] _monitor private-link-scope_ | ||
|
||
Manage monitor private link scope resource. | ||
|
||
## Subgroups | ||
|
||
- [private-endpoint-connection](/Commands/monitor/private-link-scope/private-endpoint-connection/readme.md) | ||
: Manage private endpoint connection of a private link scope resource. | ||
|
||
- [private-link-resource](/Commands/monitor/private-link-scope/private-link-resource/readme.md) | ||
: Manage private link resource of a private link scope resource. | ||
|
||
- [scoped-resource](/Commands/monitor/private-link-scope/scoped-resource/readme.md) | ||
: Manage scoped resource of a private link scope resource. | ||
|
||
## Commands | ||
|
||
- [create](/Commands/monitor/private-link-scope/_create.md) | ||
: Create a private link scope resource. | ||
|
||
- [delete](/Commands/monitor/private-link-scope/_delete.md) | ||
: Delete a monitor private link scope resource. | ||
|
||
- [list](/Commands/monitor/private-link-scope/_list.md) | ||
: List all monitor private link scope resource. | ||
|
||
- [show](/Commands/monitor/private-link-scope/_show.md) | ||
: Show a monitor private link scope resource. | ||
|
||
- [update](/Commands/monitor/private-link-scope/_update.md) | ||
: Update a monitor private link scope resource. |
16 changes: 16 additions & 0 deletions
16
Commands/monitor/private-link-scope/scoped-resource/_create.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _monitor private-link-scope scoped-resource create_ | ||
|
||
Create a scoped resource for a private link scope resource. | ||
|
||
## Versions | ||
|
||
### [2019-10-17-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9wcml2YXRlbGlua3Njb3Blcy97fS9zY29wZWRyZXNvdXJjZXMve30=/2019-10-17-preview.xml) **Preview** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/privatelinkscopes/{}/scopedresources/{} 2019-10-17-preview --> | ||
|
||
#### examples | ||
|
||
- Create a scoped resource for a private link scope resource. | ||
```bash | ||
monitor private-link-scope scoped-resource create -g MyResourceGroup -n MyName --linked-resource MyID --scope-name MyScope | ||
``` |
16 changes: 16 additions & 0 deletions
16
Commands/monitor/private-link-scope/scoped-resource/_delete.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _monitor private-link-scope scoped-resource delete_ | ||
|
||
Delete a scoped resource of a private link scope resource. | ||
|
||
## Versions | ||
|
||
### [2019-10-17-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9wcml2YXRlbGlua3Njb3Blcy97fS9zY29wZWRyZXNvdXJjZXMve30=/2019-10-17-preview.xml) **Preview** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/privatelinkscopes/{}/scopedresources/{} 2019-10-17-preview --> | ||
|
||
#### examples | ||
|
||
- Delete a scoped resource of a private link scope resource. | ||
```bash | ||
monitor private-link-scope scoped-resource delete -g MyResourceGroup -n MyName --scope-name MyScope | ||
``` |
16 changes: 16 additions & 0 deletions
16
Commands/monitor/private-link-scope/scoped-resource/_list.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _monitor private-link-scope scoped-resource list_ | ||
|
||
List all scoped resource of a private link scope resource. | ||
|
||
## Versions | ||
|
||
### [2019-10-17-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9wcml2YXRlbGlua3Njb3Blcy97fS9zY29wZWRyZXNvdXJjZXM=/2019-10-17-preview.xml) **Preview** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/privatelinkscopes/{}/scopedresources 2019-10-17-preview --> | ||
|
||
#### examples | ||
|
||
- List all scoped resource of a private link scope resource. | ||
```bash | ||
monitor private-link-scope scoped-resource list -g MyResourceGroup --scope-name MyScope | ||
``` |
16 changes: 16 additions & 0 deletions
16
Commands/monitor/private-link-scope/scoped-resource/_show.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _monitor private-link-scope scoped-resource show_ | ||
|
||
Show a scoped resource of a private link scope resource. | ||
|
||
## Versions | ||
|
||
### [2019-10-17-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9wcml2YXRlbGlua3Njb3Blcy97fS9zY29wZWRyZXNvdXJjZXMve30=/2019-10-17-preview.xml) **Preview** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/privatelinkscopes/{}/scopedresources/{} 2019-10-17-preview --> | ||
|
||
#### examples | ||
|
||
- Show a scoped resource of a private link scope resource. | ||
```bash | ||
monitor private-link-scope scoped-resource show -g MyResourceGroup -n MyName --scope-name MyScope | ||
``` |
9 changes: 9 additions & 0 deletions
9
Commands/monitor/private-link-scope/scoped-resource/_update.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# [Command] _monitor private-link-scope scoped-resource update_ | ||
|
||
Update a private endpoint connection with a given name. | ||
|
||
## Versions | ||
|
||
### [2019-10-17-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9wcml2YXRlbGlua3Njb3Blcy97fS9zY29wZWRyZXNvdXJjZXMve30=/2019-10-17-preview.xml) **Preview** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/privatelinkscopes/{}/scopedresources/{} 2019-10-17-preview --> |
20 changes: 20 additions & 0 deletions
20
Commands/monitor/private-link-scope/scoped-resource/readme.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# [Group] _monitor private-link-scope scoped-resource_ | ||
|
||
Manage scoped resource of a private link scope resource. | ||
|
||
## Commands | ||
|
||
- [create](/Commands/monitor/private-link-scope/scoped-resource/_create.md) | ||
: Create a scoped resource for a private link scope resource. | ||
|
||
- [delete](/Commands/monitor/private-link-scope/scoped-resource/_delete.md) | ||
: Delete a scoped resource of a private link scope resource. | ||
|
||
- [list](/Commands/monitor/private-link-scope/scoped-resource/_list.md) | ||
: List all scoped resource of a private link scope resource. | ||
|
||
- [show](/Commands/monitor/private-link-scope/scoped-resource/_show.md) | ||
: Show a scoped resource of a private link scope resource. | ||
|
||
- [update](/Commands/monitor/private-link-scope/scoped-resource/_update.md) | ||
: Update a private endpoint connection with a given name. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.