-
Notifications
You must be signed in to change notification settings - Fork 268
/
Copy pathIWithStoragePath.xml
46 lines (46 loc) · 2.67 KB
/
IWithStoragePath.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
<Type Name="IWithStoragePath" FullName="Microsoft.Azure.Management.Network.Fluent.Troubleshooting.Definition.IWithStoragePath">
<TypeSignature Language="C#" Value="public interface IWithStoragePath" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IWithStoragePath" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Network.Fluent.Troubleshooting.Definition.IWithStoragePath" />
<TypeSignature Language="VB.NET" Value="Public Interface IWithStoragePath" />
<TypeSignature Language="F#" Value="type IWithStoragePath = 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>
Sets the path to the blob to save the troubleshoot result in.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="WithStoragePath">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.Fluent.Troubleshooting.Definition.IWithExecute WithStoragePath (string storagePath);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.Azure.Management.Network.Fluent.Troubleshooting.Definition.IWithExecute WithStoragePath(string storagePath) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.Fluent.Troubleshooting.Definition.IWithStoragePath.WithStoragePath(System.String)" />
<MemberSignature Language="VB.NET" Value="Public Function WithStoragePath (storagePath As String) As IWithExecute" />
<MemberSignature Language="F#" Value="abstract member WithStoragePath : string -> Microsoft.Azure.Management.Network.Fluent.Troubleshooting.Definition.IWithExecute" Usage="iWithStoragePath.WithStoragePath storagePath" />
<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.Troubleshooting.Definition.IWithExecute</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="storagePath" Type="System.String" />
</Parameters>
<Docs>
<param name="storagePath">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>