-
Notifications
You must be signed in to change notification settings - Fork 268
/
Copy pathIWithLocalPort.xml
51 lines (51 loc) · 2.87 KB
/
IWithLocalPort.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
<Type Name="IWithLocalPort" FullName="Microsoft.Azure.Management.Network.Fluent.VerificationIPFlow.Definition.IWithLocalPort">
<TypeSignature Language="C#" Value="public interface IWithLocalPort" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IWithLocalPort" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Network.Fluent.VerificationIPFlow.Definition.IWithLocalPort" />
<TypeSignature Language="VB.NET" Value="Public Interface IWithLocalPort" />
<TypeSignature Language="F#" Value="type IWithLocalPort = 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 local port. Acceptable values are a single integer in the range
(0-65535). Support for for the source port, which depends on the
direction.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="WithLocalPort">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.Fluent.VerificationIPFlow.Definition.IWithRemotePort WithLocalPort (string localPort);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.Azure.Management.Network.Fluent.VerificationIPFlow.Definition.IWithRemotePort WithLocalPort(string localPort) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.Fluent.VerificationIPFlow.Definition.IWithLocalPort.WithLocalPort(System.String)" />
<MemberSignature Language="VB.NET" Value="Public Function WithLocalPort (localPort As String) As IWithRemotePort" />
<MemberSignature Language="F#" Value="abstract member WithLocalPort : string -> Microsoft.Azure.Management.Network.Fluent.VerificationIPFlow.Definition.IWithRemotePort" Usage="iWithLocalPort.WithLocalPort localPort" />
<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.VerificationIPFlow.Definition.IWithRemotePort</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="localPort" Type="System.String" />
</Parameters>
<Docs>
<param name="localPort">The localPort value to set.</param>
<summary>
Set the localPort value.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<return>The next stage of the definition.</return>
</Docs>
</Member>
</Members>
</Type>