-
Notifications
You must be signed in to change notification settings - Fork 264
/
StorageAccountUpdateParameters.xml
146 lines (146 loc) · 7.93 KB
/
StorageAccountUpdateParameters.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
<Type Name="StorageAccountUpdateParameters" FullName="Microsoft.WindowsAzure.Management.Storage.Models.StorageAccountUpdateParameters">
<TypeSignature Language="C#" Value="public class StorageAccountUpdateParameters" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit StorageAccountUpdateParameters extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.WindowsAzure.Management.Storage.Models.StorageAccountUpdateParameters" />
<TypeSignature Language="VB.NET" Value="Public Class StorageAccountUpdateParameters" />
<TypeSignature Language="F#" Value="type StorageAccountUpdateParameters = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Storage</AssemblyName>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
Parameters supplied to the Update Storage Account operation.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public StorageAccountUpdateParameters ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Storage.Models.StorageAccountUpdateParameters.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Storage</AssemblyName>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the StorageAccountUpdateParameters
class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="AccountType">
<MemberSignature Language="C#" Value="public string AccountType { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string AccountType" />
<MemberSignature Language="DocId" Value="P:Microsoft.WindowsAzure.Management.Storage.Models.StorageAccountUpdateParameters.AccountType" />
<MemberSignature Language="VB.NET" Value="Public Property AccountType As String" />
<MemberSignature Language="F#" Value="member this.AccountType : string with get, set" Usage="Microsoft.WindowsAzure.Management.Storage.Models.StorageAccountUpdateParameters.AccountType" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Storage</AssemblyName>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Optional. Specifies whether the account supports locally-redundant
storage, geo-redundant storage, zone-redundant storage, or read
access geo-redundant storage. Possible values are:'Standard_LRS',
'Standard_ZRS', 'Standard_GRS', and 'Standard_RAGRS'.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Description">
<MemberSignature Language="C#" Value="public string Description { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Description" />
<MemberSignature Language="DocId" Value="P:Microsoft.WindowsAzure.Management.Storage.Models.StorageAccountUpdateParameters.Description" />
<MemberSignature Language="VB.NET" Value="Public Property Description As String" />
<MemberSignature Language="F#" Value="member this.Description : string with get, set" Usage="Microsoft.WindowsAzure.Management.Storage.Models.StorageAccountUpdateParameters.Description" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Storage</AssemblyName>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Optional.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ExtendedProperties">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IDictionary<string,string> ExtendedProperties { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IDictionary`2<string, string> ExtendedProperties" />
<MemberSignature Language="DocId" Value="P:Microsoft.WindowsAzure.Management.Storage.Models.StorageAccountUpdateParameters.ExtendedProperties" />
<MemberSignature Language="VB.NET" Value="Public Property ExtendedProperties As IDictionary(Of String, String)" />
<MemberSignature Language="F#" Value="member this.ExtendedProperties : System.Collections.Generic.IDictionary<string, string> with get, set" Usage="Microsoft.WindowsAzure.Management.Storage.Models.StorageAccountUpdateParameters.ExtendedProperties" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Storage</AssemblyName>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Collections.Generic.IDictionary<System.String,System.String></ReturnType>
</ReturnValue>
<Docs>
<summary>
Optional. Represents the name of an extended storage account
property. Each extended property must have a defined name and a
value. You can have a maximum of 50 extended property name/value
pairs. The maximum length of the Name element is 64 characters,
only alphanumeric characters and underscores are valid in the
Name, and the name must start with a letter. Attempting to use
other characters, starting the Name with a non-letter character,
or entering a name that is identical to that of another extended
property owned by the same storage account will result in a status
code 400 (Bad Request) error. Each extended property value has a
maximum length of 255 characters. You can delete an extended
property by setting the value to NULL.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Label">
<MemberSignature Language="C#" Value="public string Label { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Label" />
<MemberSignature Language="DocId" Value="P:Microsoft.WindowsAzure.Management.Storage.Models.StorageAccountUpdateParameters.Label" />
<MemberSignature Language="VB.NET" Value="Public Property Label As String" />
<MemberSignature Language="F#" Value="member this.Label : string with get, set" Usage="Microsoft.WindowsAzure.Management.Storage.Models.StorageAccountUpdateParameters.Label" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Storage</AssemblyName>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Optional. A name for the storage account, base64-encoded. The name
may be up to 100 characters in length. The name can be used
identify the storage account for your tracking purposes.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>