-
Notifications
You must be signed in to change notification settings - Fork 268
/
IWithHns.xml
52 lines (52 loc) · 3.03 KB
/
IWithHns.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
<Type Name="IWithHns" FullName="Microsoft.Azure.Management.Storage.Fluent.StorageAccount.Definition.IWithHns">
<TypeSignature Language="C#" Value="public interface IWithHns : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IWithHns implements class Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Storage.Fluent.StorageAccount.Definition.IWithHns" />
<TypeSignature Language="VB.NET" Value="Public Interface IWithHns
Implements IBeta" />
<TypeSignature Language="F#" Value="type IWithHns = interface
 interface IBeta" />
<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>
<Interface>
<InterfaceName>Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta</InterfaceName>
</Interface>
</Interfaces>
<Docs>
<summary>
The stage of storage account definition allowing to configure whether Hns is enabled or not.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="WithHnsEnabled">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Storage.Fluent.StorageAccount.Definition.IWithCreate WithHnsEnabled (bool enabled);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.Azure.Management.Storage.Fluent.StorageAccount.Definition.IWithCreate WithHnsEnabled(bool enabled) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Storage.Fluent.StorageAccount.Definition.IWithHns.WithHnsEnabled(System.Boolean)" />
<MemberSignature Language="VB.NET" Value="Public Function WithHnsEnabled (enabled As Boolean) As IWithCreate" />
<MemberSignature Language="F#" Value="abstract member WithHnsEnabled : bool -> Microsoft.Azure.Management.Storage.Fluent.StorageAccount.Definition.IWithCreate" Usage="iWithHns.WithHnsEnabled enabled" />
<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>
<Parameter Name="enabled" Type="System.Boolean" />
</Parameters>
<Docs>
<param name="enabled">whether Hns is enabled for the storage account or not</param>
<summary>
Specifies whether Hns is enabled or not.
</summary>
<returns>The next stage of the storage account definition.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>