File tree Expand file tree Collapse file tree 2 files changed +18
-31
lines changed
src/ServiceBus/ServiceBus.Autorest Expand file tree Collapse file tree 2 files changed +18
-31
lines changed Original file line number Diff line number Diff line change @@ -22,27 +22,21 @@ Gets lists of resources that supports Privatelinks.
22
22
23
23
## EXAMPLES
24
24
25
- ### Example 1: {{ Add title here }}
25
+ ### Example 1: Get private links associated with a ServiceBus namespace
26
26
``` powershell
27
- {{ Add code here }}
27
+ Get-AzServiceBusPrivateLink -ResourceGroupName myResourceGroup -NamespaceName myNamespace
28
28
```
29
29
30
30
``` output
31
- {{ Add output here (remove the output block if the example doesn't have an output) }}
31
+ GroupId : namespace
32
+ Id : subscriptions/subscriptionId/resourceGroups/myResourceGroup/providers/Microsoft.ServiceBus/namespaces/myNamespace/privateLinkResources/namespace
33
+ Name : namespace
34
+ RequiredMember : {namespace}
35
+ RequiredZoneName : {privatelink.servicebus.windows.net}
36
+ Type : Microsoft.ServiceBus/namespaces/privateLinkResources
32
37
```
33
38
34
- {{ Add description here }}
35
-
36
- ### Example 2: {{ Add title here }}
37
- ``` powershell
38
- {{ Add code here }}
39
- ```
40
-
41
- ``` output
42
- {{ Add output here (remove the output block if the example doesn't have an output) }}
43
- ```
44
-
45
- {{ Add description here }}
39
+ Gets private link resources available on ServiceBus namespace ` myNamespace ` .
46
40
47
41
## PARAMETERS
48
42
Original file line number Diff line number Diff line change 1
- ### Example 1: {{ Add title here }}
1
+ ### Example 1: Get private links associated with a ServiceBus namespace
2
2
``` powershell
3
- {{ Add code here }}
3
+ Get-AzServiceBusPrivateLink -ResourceGroupName myResourceGroup -NamespaceName myNamespace
4
4
```
5
5
6
6
``` output
7
- {{ Add output here (remove the output block if the example doesn't have an output) }}
7
+ GroupId : namespace
8
+ Id : subscriptions/subscriptionId/resourceGroups/myResourceGroup/providers/Microsoft.ServiceBus/namespaces/myNamespace/privateLinkResources/namespace
9
+ Name : namespace
10
+ RequiredMember : {namespace}
11
+ RequiredZoneName : {privatelink.servicebus.windows.net}
12
+ Type : Microsoft.ServiceBus/namespaces/privateLinkResources
8
13
```
9
14
10
- {{ Add description here }}
11
-
12
- ### Example 2: {{ Add title here }}
13
- ``` powershell
14
- {{ Add code here }}
15
- ```
16
-
17
- ``` output
18
- {{ Add output here (remove the output block if the example doesn't have an output) }}
19
- ```
20
-
21
- {{ Add description here }}
22
-
15
+ Gets private link resources available on ServiceBus namespace ` myNamespace ` .
You can’t perform that action at this time.
0 commit comments