-
Notifications
You must be signed in to change notification settings - Fork 268
/
Copy pathIWithLinuxRootUsernameManaged.xml
49 lines (49 loc) · 3.21 KB
/
IWithLinuxRootUsernameManaged.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
<Type Name="IWithLinuxRootUsernameManaged" FullName="Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithLinuxRootUsernameManaged">
<TypeSignature Language="C#" Value="public interface IWithLinuxRootUsernameManaged" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IWithLinuxRootUsernameManaged" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithLinuxRootUsernameManaged" />
<TypeSignature Language="VB.NET" Value="Public Interface IWithLinuxRootUsernameManaged" />
<TypeSignature Language="F#" Value="type IWithLinuxRootUsernameManaged = 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 Linux virtual machine scale set definition allowing to specify SSH root user name.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="WithRootUsername">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithLinuxRootPasswordOrPublicKeyManaged WithRootUsername (string rootUserName);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithLinuxRootPasswordOrPublicKeyManaged WithRootUsername(string rootUserName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithLinuxRootUsernameManaged.WithRootUsername(System.String)" />
<MemberSignature Language="VB.NET" Value="Public Function WithRootUsername (rootUserName As String) As IWithLinuxRootPasswordOrPublicKeyManaged" />
<MemberSignature Language="F#" Value="abstract member WithRootUsername : string -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithLinuxRootPasswordOrPublicKeyManaged" Usage="iWithLinuxRootUsernameManaged.WithRootUsername rootUserName" />
<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.VirtualMachineScaleSet.Definition.IWithLinuxRootPasswordOrPublicKeyManaged</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="rootUserName" Type="System.String" />
</Parameters>
<Docs>
<param name="rootUserName">A root user name following the required naming conventions for Linux user names.</param>
<summary>
Specifies the SSH root user name for the Linux 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>