-
Notifications
You must be signed in to change notification settings - Fork 268
/
IWithBootDiagnostics.xml
127 lines (127 loc) · 9.28 KB
/
IWithBootDiagnostics.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<Type Name="IWithBootDiagnostics" FullName="Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithBootDiagnostics">
<TypeSignature Language="C#" Value="public interface IWithBootDiagnostics" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IWithBootDiagnostics" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithBootDiagnostics" />
<TypeSignature Language="VB.NET" Value="Public Interface IWithBootDiagnostics" />
<TypeSignature Language="F#" Value="type IWithBootDiagnostics = interface" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute.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 virtual machine definition allowing to enable boot diagnostics.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="WithBootDiagnostics">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithCreate WithBootDiagnostics ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithCreate WithBootDiagnostics() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithBootDiagnostics.WithBootDiagnostics" />
<MemberSignature Language="VB.NET" Value="Public Function WithBootDiagnostics () As IWithCreate" />
<MemberSignature Language="F#" Value="abstract member WithBootDiagnostics : unit -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithCreate" Usage="iWithBootDiagnostics.WithBootDiagnostics " />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithCreate</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>
Specifies that boot diagnostics needs to be enabled in the virtual machine.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<return>The next stage of the definition.</return>
</Docs>
</Member>
<Member MemberName="WithBootDiagnostics">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithCreate WithBootDiagnostics (Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Storage.Fluent.IStorageAccount> creatable);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithCreate WithBootDiagnostics(class Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable`1<class Microsoft.Azure.Management.Storage.Fluent.IStorageAccount> creatable) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithBootDiagnostics.WithBootDiagnostics(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable{Microsoft.Azure.Management.Storage.Fluent.IStorageAccount})" />
<MemberSignature Language="VB.NET" Value="Public Function WithBootDiagnostics (creatable As ICreatable(Of IStorageAccount)) As IWithCreate" />
<MemberSignature Language="F#" Value="abstract member WithBootDiagnostics : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Storage.Fluent.IStorageAccount> -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithCreate" Usage="iWithBootDiagnostics.WithBootDiagnostics creatable" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithCreate</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="creatable" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Storage.Fluent.IStorageAccount>" />
</Parameters>
<Docs>
<param name="creatable">The storage account to be created and used for store the boot diagnostics.</param>
<summary>
Specifies that boot diagnostics needs to be enabled in the virtual machine.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<return>The next stage of the definition.</return>
</Docs>
</Member>
<Member MemberName="WithBootDiagnostics">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithCreate WithBootDiagnostics (Microsoft.Azure.Management.Storage.Fluent.IStorageAccount storageAccount);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithCreate WithBootDiagnostics(class Microsoft.Azure.Management.Storage.Fluent.IStorageAccount storageAccount) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithBootDiagnostics.WithBootDiagnostics(Microsoft.Azure.Management.Storage.Fluent.IStorageAccount)" />
<MemberSignature Language="VB.NET" Value="Public Function WithBootDiagnostics (storageAccount As IStorageAccount) As IWithCreate" />
<MemberSignature Language="F#" Value="abstract member WithBootDiagnostics : Microsoft.Azure.Management.Storage.Fluent.IStorageAccount -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithCreate" Usage="iWithBootDiagnostics.WithBootDiagnostics storageAccount" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithCreate</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="storageAccount" Type="Microsoft.Azure.Management.Storage.Fluent.IStorageAccount" />
</Parameters>
<Docs>
<param name="storageAccount">An existing storage account to be uses to store the boot diagnostics.</param>
<summary>
Specifies that boot diagnostics needs to be enabled in the virtual machine.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<return>The next stage of the definition.</return>
</Docs>
</Member>
<Member MemberName="WithBootDiagnostics">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithCreate WithBootDiagnostics (string storageAccountBlobEndpointUri);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithCreate WithBootDiagnostics(string storageAccountBlobEndpointUri) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithBootDiagnostics.WithBootDiagnostics(System.String)" />
<MemberSignature Language="VB.NET" Value="Public Function WithBootDiagnostics (storageAccountBlobEndpointUri As String) As IWithCreate" />
<MemberSignature Language="F#" Value="abstract member WithBootDiagnostics : string -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithCreate" Usage="iWithBootDiagnostics.WithBootDiagnostics storageAccountBlobEndpointUri" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithCreate</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="storageAccountBlobEndpointUri" Type="System.String" />
</Parameters>
<Docs>
<param name="storageAccountBlobEndpointUri">A storage account blob endpoint to store the boot diagnostics.</param>
<summary>
Specifies that boot diagnostics needs to be enabled in the virtual machine.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<return>The next stage of the definition.</return>
</Docs>
</Member>
</Members>
</Type>