-
Notifications
You must be signed in to change notification settings - Fork 264
/
StorageAccountAttributes.xml
202 lines (202 loc) · 11.5 KB
/
StorageAccountAttributes.xml
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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
<Type Name="StorageAccountAttributes" FullName="Microsoft.Azure.KeyVault.Models.StorageAccountAttributes">
<TypeSignature Language="C#" Value="public class StorageAccountAttributes" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit StorageAccountAttributes extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.KeyVault.Models.StorageAccountAttributes" />
<TypeSignature Language="VB.NET" Value="Public Class StorageAccountAttributes" />
<TypeSignature Language="F#" Value="type StorageAccountAttributes = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.KeyVault</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>3.0.5.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
The storage account management attributes.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public StorageAccountAttributes ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.KeyVault.Models.StorageAccountAttributes.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.KeyVault</AssemblyName>
<AssemblyVersion>3.0.5.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the StorageAccountAttributes class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public StorageAccountAttributes (bool? enabled = default, DateTime? created = default, DateTime? updated = default, string recoveryLevel = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(valuetype System.Nullable`1<bool> enabled, valuetype System.Nullable`1<valuetype System.DateTime> created, valuetype System.Nullable`1<valuetype System.DateTime> updated, string recoveryLevel) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.KeyVault.Models.StorageAccountAttributes.#ctor(System.Nullable{System.Boolean},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (Optional enabled As Nullable(Of Boolean) = Nothing, Optional created As Nullable(Of DateTime) = Nothing, Optional updated As Nullable(Of DateTime) = Nothing, Optional recoveryLevel As String = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.KeyVault.Models.StorageAccountAttributes : Nullable<bool> * Nullable<DateTime> * Nullable<DateTime> * string -> Microsoft.Azure.KeyVault.Models.StorageAccountAttributes" Usage="new Microsoft.Azure.KeyVault.Models.StorageAccountAttributes (enabled, created, updated, recoveryLevel)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.KeyVault</AssemblyName>
<AssemblyVersion>3.0.5.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="enabled" Type="System.Nullable<System.Boolean>" />
<Parameter Name="created" Type="System.Nullable<System.DateTime>" />
<Parameter Name="updated" Type="System.Nullable<System.DateTime>" />
<Parameter Name="recoveryLevel" Type="System.String" />
</Parameters>
<Docs>
<param name="enabled">the enabled state of the object.</param>
<param name="created">Creation time in UTC.</param>
<param name="updated">Last updated time in UTC.</param>
<param name="recoveryLevel">Reflects the deletion recovery level
currently in effect for storage accounts in the current vault. If
it contains 'Purgeable' the storage account can be permanently
deleted by a privileged user; otherwise, only the system can purge
the storage account, at the end of the retention interval. Possible
values include: 'Purgeable', 'Recoverable+Purgeable',
'Recoverable', 'Recoverable+ProtectedSubscription'</param>
<summary>
Initializes a new instance of the StorageAccountAttributes class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Created">
<MemberSignature Language="C#" Value="public DateTime? Created { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<valuetype System.DateTime> Created" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.KeyVault.Models.StorageAccountAttributes.Created" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Created As Nullable(Of DateTime)" />
<MemberSignature Language="F#" Value="member this.Created : Nullable<DateTime>" Usage="Microsoft.Azure.KeyVault.Models.StorageAccountAttributes.Created" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.KeyVault</AssemblyName>
<AssemblyVersion>3.0.5.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.UnixTimeJsonConverter))]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.UnixTimeJsonConverter))>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="created")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="created")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.DateTime></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets creation time in UTC.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Enabled">
<MemberSignature Language="C#" Value="public bool? Enabled { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<bool> Enabled" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.KeyVault.Models.StorageAccountAttributes.Enabled" />
<MemberSignature Language="VB.NET" Value="Public Property Enabled As Nullable(Of Boolean)" />
<MemberSignature Language="F#" Value="member this.Enabled : Nullable<bool> with get, set" Usage="Microsoft.Azure.KeyVault.Models.StorageAccountAttributes.Enabled" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.KeyVault</AssemblyName>
<AssemblyVersion>3.0.5.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="enabled")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="enabled")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.Boolean></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the enabled state of the object.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="RecoveryLevel">
<MemberSignature Language="C#" Value="public string RecoveryLevel { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string RecoveryLevel" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.KeyVault.Models.StorageAccountAttributes.RecoveryLevel" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property RecoveryLevel As String" />
<MemberSignature Language="F#" Value="member this.RecoveryLevel : string" Usage="Microsoft.Azure.KeyVault.Models.StorageAccountAttributes.RecoveryLevel" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.KeyVault</AssemblyName>
<AssemblyVersion>3.0.5.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="recoveryLevel")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="recoveryLevel")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets reflects the deletion recovery level currently in effect for
storage accounts in the current vault. If it contains 'Purgeable'
the storage account can be permanently deleted by a privileged
user; otherwise, only the system can purge the storage account, at
the end of the retention interval. Possible values include:
'Purgeable', 'Recoverable+Purgeable', 'Recoverable',
'Recoverable+ProtectedSubscription'
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Updated">
<MemberSignature Language="C#" Value="public DateTime? Updated { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<valuetype System.DateTime> Updated" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.KeyVault.Models.StorageAccountAttributes.Updated" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Updated As Nullable(Of DateTime)" />
<MemberSignature Language="F#" Value="member this.Updated : Nullable<DateTime>" Usage="Microsoft.Azure.KeyVault.Models.StorageAccountAttributes.Updated" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.KeyVault</AssemblyName>
<AssemblyVersion>3.0.5.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.UnixTimeJsonConverter))]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.UnixTimeJsonConverter))>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="updated")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="updated")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.DateTime></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets last updated time in UTC.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>