-
Notifications
You must be signed in to change notification settings - Fork 268
/
Copy pathIHasCookieBasedAffinity.xml
44 lines (44 loc) · 2.22 KB
/
IHasCookieBasedAffinity.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
<Type Name="IHasCookieBasedAffinity" FullName="Microsoft.Azure.Management.Network.Fluent.IHasCookieBasedAffinity">
<TypeSignature Language="C#" Value="public interface IHasCookieBasedAffinity" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IHasCookieBasedAffinity" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Network.Fluent.IHasCookieBasedAffinity" />
<TypeSignature Language="VB.NET" Value="Public Interface IHasCookieBasedAffinity" />
<TypeSignature Language="F#" Value="type IHasCookieBasedAffinity = 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>
An interface representing a model's ability to support cookie based affinity.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="CookieBasedAffinity">
<MemberSignature Language="C#" Value="public bool CookieBasedAffinity { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance bool CookieBasedAffinity" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.Fluent.IHasCookieBasedAffinity.CookieBasedAffinity" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property CookieBasedAffinity As Boolean" />
<MemberSignature Language="F#" Value="member this.CookieBasedAffinity : bool" Usage="Microsoft.Azure.Management.Network.Fluent.IHasCookieBasedAffinity.CookieBasedAffinity" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the backend port number the network traffic is sent to.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>