-
Notifications
You must be signed in to change notification settings - Fork 188
/
SetReadOnlyResponse.yml
144 lines (142 loc) · 4.57 KB
/
SetReadOnlyResponse.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
### YamlMime:TSType
name: SetReadOnlyResponse
uid: '@azure/app-configuration.SetReadOnlyResponse'
package: '@azure/app-configuration'
summary: Response when setting a value to read-only.
fullName: SetReadOnlyResponse
remarks: ''
isDeprecated: false
type: interface
inheritedProperties:
- name: contentType
uid: '@azure/app-configuration.SetReadOnlyResponse.contentType'
package: '@azure/app-configuration'
summary: The content type of the setting's value
fullName: contentType
remarks: ''
isDeprecated: false
syntax:
content: 'contentType?: string'
return:
description: ''
type: string
inheritanceDescription: <b>Inherited From</b> ConfigurationSetting.contentType
- name: etag
uid: '@azure/app-configuration.SetReadOnlyResponse.etag'
package: '@azure/app-configuration'
summary: The etag for this setting
fullName: etag
remarks: ''
isDeprecated: false
syntax:
content: 'etag?: string'
return:
description: ''
type: string
inheritanceDescription: <b>Inherited From</b> ConfigurationSetting.etag
- name: isReadOnly
uid: '@azure/app-configuration.SetReadOnlyResponse.isReadOnly'
package: '@azure/app-configuration'
summary: Whether or not the setting is read-only
fullName: isReadOnly
remarks: ''
isDeprecated: false
syntax:
content: 'isReadOnly: boolean'
return:
description: ''
type: boolean
inheritanceDescription: <b>Inherited From</b> ConfigurationSetting.isReadOnly
- name: key
uid: '@azure/app-configuration.SetReadOnlyResponse.key'
package: '@azure/app-configuration'
summary: >-
The key for this setting.
Feature flags must be prefixed with
`.appconfig.featureflag/<feature-flag-name>`.
fullName: key
remarks: ''
isDeprecated: false
syntax:
content: 'key: string'
return:
description: ''
type: string
inheritanceDescription: <b>Inherited From</b> ConfigurationSetting.key
- name: label
uid: '@azure/app-configuration.SetReadOnlyResponse.label'
package: '@azure/app-configuration'
summary: |-
The label for this setting. Leaving this undefined means this
setting does not have a label.
fullName: label
remarks: ''
isDeprecated: false
syntax:
content: 'label?: string'
return:
description: ''
type: string
inheritanceDescription: <b>Inherited From</b> ConfigurationSetting.label
- name: lastModified
uid: '@azure/app-configuration.SetReadOnlyResponse.lastModified'
package: '@azure/app-configuration'
summary: The date when this setting was last modified
fullName: lastModified
remarks: ''
isDeprecated: false
syntax:
content: 'lastModified?: Date'
return:
description: ''
type: Date
inheritanceDescription: <b>Inherited From</b> ConfigurationSetting.lastModified
- name: syncToken
uid: '@azure/app-configuration.SetReadOnlyResponse.syncToken'
package: '@azure/app-configuration'
summary: >-
Enables real-time consistency between requests by providing the returned
value in the next
request made to the server.
fullName: syncToken
remarks: ''
isDeprecated: false
syntax:
content: 'syncToken?: string'
return:
description: ''
type: string
inheritanceDescription: >-
<b>Inherited From</b>
[SyncTokenHeaderField.syncToken](xref:@azure/app-configuration.SyncTokenHeaderField.syncToken)
- name: tags
uid: '@azure/app-configuration.SetReadOnlyResponse.tags'
package: '@azure/app-configuration'
summary: Tags for this key
fullName: tags
remarks: ''
isDeprecated: false
syntax:
content: 'tags?: {[propertyName: string]: string}'
return:
description: ''
type: '{[propertyName: string]: string}'
inheritanceDescription: <b>Inherited From</b> ConfigurationSetting.tags
- name: value
uid: '@azure/app-configuration.SetReadOnlyResponse.value'
package: '@azure/app-configuration'
summary: The setting's value
fullName: value
remarks: ''
isDeprecated: false
syntax:
content: 'value?: string'
return:
description: ''
type: string
inheritanceDescription: <b>Inherited From</b> ConfigurationSetting.value
extends: >-
<xref uid="@azure/app-configuration.ConfigurationSetting" />,<xref
uid="@azure/app-configuration.SyncTokenHeaderField" />,<xref
uid="@azure/app-configuration.HttpResponseField" /><<xref
uid="@azure/app-configuration.SyncTokenHeaderField" />>