-
Notifications
You must be signed in to change notification settings - Fork 268
/
Copy pathIWithRequestPath`1.xml
50 lines (50 loc) · 3.1 KB
/
IWithRequestPath`1.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
<Type Name="IWithRequestPath<ParentT>" FullName="Microsoft.Azure.Management.Network.Fluent.LoadBalancerHttpProbe.Definition.IWithRequestPath<ParentT>">
<TypeSignature Language="C#" Value="public interface IWithRequestPath<ParentT>" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IWithRequestPath`1<ParentT>" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Network.Fluent.LoadBalancerHttpProbe.Definition.IWithRequestPath`1" />
<TypeSignature Language="VB.NET" Value="Public Interface IWithRequestPath(Of ParentT)" />
<TypeSignature Language="F#" Value="type IWithRequestPath<'ParentT> = 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>
<TypeParameters>
<TypeParameter Name="ParentT" />
</TypeParameters>
<Interfaces />
<Docs>
<typeparam name="ParentT">The stage of the parent definition to return to after attaching this definition.</typeparam>
<summary>
The stage of the probe definition allowing to specify the HTTP request path for the probe to monitor.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="WithRequestPath">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.Fluent.LoadBalancerHttpProbe.Definition.IWithAttach<ParentT> WithRequestPath (string requestPath);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.Azure.Management.Network.Fluent.LoadBalancerHttpProbe.Definition.IWithAttach`1<!ParentT> WithRequestPath(string requestPath) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.Fluent.LoadBalancerHttpProbe.Definition.IWithRequestPath`1.WithRequestPath(System.String)" />
<MemberSignature Language="VB.NET" Value="Public Function WithRequestPath (requestPath As String) As IWithAttach(Of ParentT)" />
<MemberSignature Language="F#" Value="abstract member WithRequestPath : string -> Microsoft.Azure.Management.Network.Fluent.LoadBalancerHttpProbe.Definition.IWithAttach<'ParentT>" Usage="iWithRequestPath.WithRequestPath requestPath" />
<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.LoadBalancerHttpProbe.Definition.IWithAttach<ParentT></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="requestPath" Type="System.String" />
</Parameters>
<Docs>
<param name="requestPath">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>