-
Notifications
You must be signed in to change notification settings - Fork 188
/
NspAccessRule.yml
38 lines (37 loc) · 1.03 KB
/
NspAccessRule.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: NspAccessRule
uid: '@azure/arm-storage.NspAccessRule'
package: '@azure/arm-storage'
summary: Information of Access Rule in Network Security Perimeter profile
fullName: NspAccessRule
remarks: ''
isDeprecated: false
type: interface
properties:
- name: name
uid: '@azure/arm-storage.NspAccessRule.name'
package: '@azure/arm-storage'
summary: Name of the resource
fullName: name
remarks: ''
isDeprecated: false
syntax:
content: 'name?: string'
return:
description: ''
type: string
- name: properties
uid: '@azure/arm-storage.NspAccessRule.properties'
package: '@azure/arm-storage'
summary: >-
Properties of Access Rule
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: properties
remarks: ''
isDeprecated: false
syntax:
content: 'properties?: NspAccessRuleProperties'
return:
description: ''
type: <xref uid="@azure/arm-storage.NspAccessRuleProperties" />