-
Notifications
You must be signed in to change notification settings - Fork 187
/
ProviderPermissionListResult.yml
38 lines (37 loc) · 1.11 KB
/
ProviderPermissionListResult.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
### YamlMime:TSType
name: ProviderPermissionListResult
uid: '@azure/arm-resources.ProviderPermissionListResult'
package: '@azure/arm-resources'
summary: List of provider permissions.
fullName: ProviderPermissionListResult
remarks: ''
isDeprecated: false
type: interface
properties:
- name: nextLink
uid: '@azure/arm-resources.ProviderPermissionListResult.nextLink'
package: '@azure/arm-resources'
summary: >-
The URL to use for getting the next set of results.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: nextLink
remarks: ''
isDeprecated: false
syntax:
content: 'nextLink?: string'
return:
description: ''
type: string
- name: value
uid: '@azure/arm-resources.ProviderPermissionListResult.value'
package: '@azure/arm-resources'
summary: An array of provider permissions.
fullName: value
remarks: ''
isDeprecated: false
syntax:
content: 'value?: ProviderPermission[]'
return:
description: ''
type: <xref uid="@azure/arm-resources.ProviderPermission" />[]