@@ -14,25 +14,33 @@ Get the resource and its properties.
14
14
15
15
### List (Default)
16
16
```
17
- Get-AzWebPubSub [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>]
17
+ Get-AzWebPubSub [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [-Break]
18
+ [-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-Proxy <Uri>]
19
+ [-ProxyCredential <PSCredential>] [-ProxyUseDefaultCredentials] [-ProgressAction <ActionPreference>]
18
20
[<CommonParameters>]
19
21
```
20
22
21
23
### Get
22
24
```
23
25
Get-AzWebPubSub -Name <String> -ResourceGroupName <String> [-SubscriptionId <String[]>]
24
- [-DefaultProfile <PSObject>] [<CommonParameters>]
26
+ [-DefaultProfile <PSObject>] [-Break] [-HttpPipelineAppend <SendAsyncStep[]>]
27
+ [-HttpPipelinePrepend <SendAsyncStep[]>] [-Proxy <Uri>] [-ProxyCredential <PSCredential>]
28
+ [-ProxyUseDefaultCredentials] [-ProgressAction <ActionPreference>] [<CommonParameters>]
25
29
```
26
30
27
31
### List1
28
32
```
29
- Get-AzWebPubSub -ResourceGroupName <String> [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>]
33
+ Get-AzWebPubSub -ResourceGroupName <String> [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [-Break]
34
+ [-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-Proxy <Uri>]
35
+ [-ProxyCredential <PSCredential>] [-ProxyUseDefaultCredentials] [-ProgressAction <ActionPreference>]
30
36
[<CommonParameters>]
31
37
```
32
38
33
39
### GetViaIdentity
34
40
```
35
- Get-AzWebPubSub -InputObject <IWebPubSubIdentity> [-DefaultProfile <PSObject>]
41
+ Get-AzWebPubSub -InputObject <IWebPubSubIdentity> [-DefaultProfile <PSObject>] [-Break]
42
+ [-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-Proxy <Uri>]
43
+ [-ProxyCredential <PSCredential>] [-ProxyUseDefaultCredentials] [-ProgressAction <ActionPreference>]
36
44
[<CommonParameters>]
37
45
```
38
46
@@ -92,6 +100,21 @@ psdemo-wps eastus Standard_S1
92
100
93
101
## PARAMETERS
94
102
103
+ ### -Break
104
+ Wait for .NET debugger to attach
105
+
106
+ ``` yaml
107
+ Type : System.Management.Automation.SwitchParameter
108
+ Parameter Sets : (All)
109
+ Aliases :
110
+
111
+ Required : False
112
+ Position : Named
113
+ Default value : False
114
+ Accept pipeline input : False
115
+ Accept wildcard characters : False
116
+ ` ` `
117
+
95
118
### -DefaultProfile
96
119
The DefaultProfile parameter is not functional.
97
120
Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
@@ -108,6 +131,36 @@ Accept pipeline input: False
108
131
Accept wildcard characters : False
109
132
` ` `
110
133
134
+ ### -HttpPipelineAppend
135
+ SendAsync Pipeline Steps to be appended to the front of the pipeline
136
+
137
+ ` ` ` yaml
138
+ Type : Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]
139
+ Parameter Sets : (All)
140
+ Aliases :
141
+
142
+ Required : False
143
+ Position : Named
144
+ Default value : None
145
+ Accept pipeline input : False
146
+ Accept wildcard characters : False
147
+ ` ` `
148
+
149
+ ### -HttpPipelinePrepend
150
+ SendAsync Pipeline Steps to be prepended to the front of the pipeline
151
+
152
+ ` ` ` yaml
153
+ Type : Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.SendAsyncStep[]
154
+ Parameter Sets : (All)
155
+ Aliases :
156
+
157
+ Required : False
158
+ Position : Named
159
+ Default value : None
160
+ Accept pipeline input : False
161
+ Accept wildcard characters : False
162
+ ` ` `
163
+
111
164
### -InputObject
112
165
Identity Parameter
113
166
To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
@@ -139,6 +192,66 @@ Accept pipeline input: False
139
192
Accept wildcard characters : False
140
193
` ` `
141
194
195
+ ### -ProgressAction
196
+ {{ Fill ProgressAction Description }}
197
+
198
+ ` ` ` yaml
199
+ Type : System.Management.Automation.ActionPreference
200
+ Parameter Sets : (All)
201
+ Aliases : proga
202
+
203
+ Required : False
204
+ Position : Named
205
+ Default value : None
206
+ Accept pipeline input : False
207
+ Accept wildcard characters : False
208
+ ` ` `
209
+
210
+ ### -Proxy
211
+ The URI for the proxy server to use
212
+
213
+ ` ` ` yaml
214
+ Type : System.Uri
215
+ Parameter Sets : (All)
216
+ Aliases :
217
+
218
+ Required : False
219
+ Position : Named
220
+ Default value : None
221
+ Accept pipeline input : False
222
+ Accept wildcard characters : False
223
+ ` ` `
224
+
225
+ ### -ProxyCredential
226
+ Credentials for a proxy server to use for the remote call
227
+
228
+ ` ` ` yaml
229
+ Type : System.Management.Automation.PSCredential
230
+ Parameter Sets : (All)
231
+ Aliases :
232
+
233
+ Required : False
234
+ Position : Named
235
+ Default value : None
236
+ Accept pipeline input : False
237
+ Accept wildcard characters : False
238
+ ` ` `
239
+
240
+ ### -ProxyUseDefaultCredentials
241
+ Use the default credentials for the proxy
242
+
243
+ ` ` ` yaml
244
+ Type : System.Management.Automation.SwitchParameter
245
+ Parameter Sets : (All)
246
+ Aliases :
247
+
248
+ Required : False
249
+ Position : Named
250
+ Default value : False
251
+ Accept pipeline input : False
252
+ Accept wildcard characters : False
253
+ ` ` `
254
+
142
255
### -ResourceGroupName
143
256
The name of the resource group that contains the resource.
144
257
You can obtain this value from the Azure Resource Manager API or the portal.
0 commit comments