-
Notifications
You must be signed in to change notification settings - Fork 268
/
IWithProximityPlacementGroup.xml
74 lines (74 loc) · 4.75 KB
/
IWithProximityPlacementGroup.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
<Type Name="IWithProximityPlacementGroup" FullName="Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IWithProximityPlacementGroup">
<TypeSignature Language="C#" Value="public interface IWithProximityPlacementGroup" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IWithProximityPlacementGroup" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IWithProximityPlacementGroup" />
<TypeSignature Language="VB.NET" Value="Public Interface IWithProximityPlacementGroup" />
<TypeSignature Language="F#" Value="type IWithProximityPlacementGroup = 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 a virtual machine update allowing to
set/remove information about the proximity placement group that the virtual machine scale set should
be assigned to.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="WithoutProximityPlacementGroup">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IUpdate WithoutProximityPlacementGroup ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IUpdate WithoutProximityPlacementGroup() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IWithProximityPlacementGroup.WithoutProximityPlacementGroup" />
<MemberSignature Language="VB.NET" Value="Public Function WithoutProximityPlacementGroup () As IUpdate" />
<MemberSignature Language="F#" Value="abstract member WithoutProximityPlacementGroup : unit -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IUpdate" Usage="iWithProximityPlacementGroup.WithoutProximityPlacementGroup " />
<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.Update.IUpdate</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>
Removes the Proximity placement group from the VM
</summary>
<returns>the next stage of the definition.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="WithProximityPlacementGroup">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IUpdate WithProximityPlacementGroup (string promixityPlacementGroupId);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IUpdate WithProximityPlacementGroup(string promixityPlacementGroupId) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IWithProximityPlacementGroup.WithProximityPlacementGroup(System.String)" />
<MemberSignature Language="VB.NET" Value="Public Function WithProximityPlacementGroup (promixityPlacementGroupId As String) As IUpdate" />
<MemberSignature Language="F#" Value="abstract member WithProximityPlacementGroup : string -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IUpdate" Usage="iWithProximityPlacementGroup.WithProximityPlacementGroup promixityPlacementGroupId" />
<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.Update.IUpdate</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="promixityPlacementGroupId" Type="System.String" />
</Parameters>
<Docs>
<param name="promixityPlacementGroupId">The Id of the proximity placement group subResource.</param>
<summary>
Set information about the proximity placement group that the virtual machineshould
be assigned to.
</summary>
<returns>the next stage of the definition.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>