-
Notifications
You must be signed in to change notification settings - Fork 268
/
Copy pathIWithBlockBlobStorageAccountKind.xml
46 lines (46 loc) · 2.87 KB
/
IWithBlockBlobStorageAccountKind.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
<Type Name="IWithBlockBlobStorageAccountKind" FullName="Microsoft.Azure.Management.Storage.Fluent.StorageAccount.Definition.IWithBlockBlobStorageAccountKind">
<TypeSignature Language="C#" Value="public interface IWithBlockBlobStorageAccountKind" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IWithBlockBlobStorageAccountKind" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Storage.Fluent.StorageAccount.Definition.IWithBlockBlobStorageAccountKind" />
<TypeSignature Language="VB.NET" Value="Public Interface IWithBlockBlobStorageAccountKind" />
<TypeSignature Language="F#" Value="type IWithBlockBlobStorageAccountKind = interface" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Storage.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.69</AssemblyVersion>
<AssemblyVersion>1.0.0.70</AssemblyVersion>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Interfaces />
<Docs>
<summary>
The stage of a storage account definition allowing to specify account kind as block blob storage.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="WithBlockBlobStorageAccountKind">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Storage.Fluent.StorageAccount.Definition.IWithCreate WithBlockBlobStorageAccountKind ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.Azure.Management.Storage.Fluent.StorageAccount.Definition.IWithCreate WithBlockBlobStorageAccountKind() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Storage.Fluent.StorageAccount.Definition.IWithBlockBlobStorageAccountKind.WithBlockBlobStorageAccountKind" />
<MemberSignature Language="VB.NET" Value="Public Function WithBlockBlobStorageAccountKind () As IWithCreate" />
<MemberSignature Language="F#" Value="abstract member WithBlockBlobStorageAccountKind : unit -> Microsoft.Azure.Management.Storage.Fluent.StorageAccount.Definition.IWithCreate" Usage="iWithBlockBlobStorageAccountKind.WithBlockBlobStorageAccountKind " />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Storage.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Storage.Fluent.StorageAccount.Definition.IWithCreate</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>
Specifies the storage account kind to be "BlockBlobStorage".
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<return>The next stage of storage account definition.</return>
</Docs>
</Member>
</Members>
</Type>