-
Notifications
You must be signed in to change notification settings - Fork 268
/
Copy pathIWithAcceleratedNetworking.xml
49 lines (49 loc) · 3.15 KB
/
IWithAcceleratedNetworking.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
<Type Name="IWithAcceleratedNetworking" FullName="Microsoft.Azure.Management.Network.Fluent.NetworkInterface.Definition.IWithAcceleratedNetworking">
<TypeSignature Language="C#" Value="public interface IWithAcceleratedNetworking" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IWithAcceleratedNetworking" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Network.Fluent.NetworkInterface.Definition.IWithAcceleratedNetworking" />
<TypeSignature Language="VB.NET" Value="Public Interface IWithAcceleratedNetworking" />
<TypeSignature Language="F#" Value="type IWithAcceleratedNetworking = interface" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network.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 the network interface definition allowing to enable accelerated networking.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="WithAcceleratedNetworking">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.Fluent.NetworkInterface.Definition.IWithCreate WithAcceleratedNetworking ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.Azure.Management.Network.Fluent.NetworkInterface.Definition.IWithCreate WithAcceleratedNetworking() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.Fluent.NetworkInterface.Definition.IWithAcceleratedNetworking.WithAcceleratedNetworking" />
<MemberSignature Language="VB.NET" Value="Public Function WithAcceleratedNetworking () As IWithCreate" />
<MemberSignature Language="F#" Value="abstract member WithAcceleratedNetworking : unit -> Microsoft.Azure.Management.Network.Fluent.NetworkInterface.Definition.IWithCreate" Usage="iWithAcceleratedNetworking.WithAcceleratedNetworking " />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.Fluent.NetworkInterface.Definition.IWithCreate</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>
Enables accelerated networking.
Note that additional steps need to be taken in the virtual machine itself for the virtual machine associated with this network interface to be able to
take advantage of accelerated networking. This feature might not be available in some regions, virtual machine sizes, or operating system versions.
It can be enabled only during the creation of a network interface, not during an update.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<return>The next stage of the definition.</return>
</Docs>
</Member>
</Members>
</Type>