-
Notifications
You must be signed in to change notification settings - Fork 274
/
Copy pathVirtualMachineRestrictMovement.xml
94 lines (94 loc) · 4.87 KB
/
VirtualMachineRestrictMovement.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
<Type Name="VirtualMachineRestrictMovement" FullName="Microsoft.Azure.Management.Avs.Models.VirtualMachineRestrictMovement">
<TypeSignature Language="C#" Value="public class VirtualMachineRestrictMovement" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit VirtualMachineRestrictMovement extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Avs.Models.VirtualMachineRestrictMovement" />
<TypeSignature Language="VB.NET" Value="Public Class VirtualMachineRestrictMovement" />
<TypeSignature Language="F#" Value="type VirtualMachineRestrictMovement = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
Set VM DRS-driven movement to restricted (enabled) or not (disabled)
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public VirtualMachineRestrictMovement ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.Models.VirtualMachineRestrictMovement.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the VirtualMachineRestrictMovement
class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public VirtualMachineRestrictMovement (string restrictMovement = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string restrictMovement) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Avs.Models.VirtualMachineRestrictMovement.#ctor(System.String)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (Optional restrictMovement As String = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.Avs.Models.VirtualMachineRestrictMovement : string -> Microsoft.Azure.Management.Avs.Models.VirtualMachineRestrictMovement" Usage="new Microsoft.Azure.Management.Avs.Models.VirtualMachineRestrictMovement restrictMovement" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="restrictMovement" Type="System.String" />
</Parameters>
<Docs>
<param name="restrictMovement">Possible values include: 'Enabled',
'Disabled'</param>
<summary>
Initializes a new instance of the VirtualMachineRestrictMovement
class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="RestrictMovement">
<MemberSignature Language="C#" Value="public string RestrictMovement { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string RestrictMovement" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Avs.Models.VirtualMachineRestrictMovement.RestrictMovement" />
<MemberSignature Language="VB.NET" Value="Public Property RestrictMovement As String" />
<MemberSignature Language="F#" Value="member this.RestrictMovement : string with get, set" Usage="Microsoft.Azure.Management.Avs.Models.VirtualMachineRestrictMovement.RestrictMovement" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Avs</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="restrictMovement")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="restrictMovement")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets possible values include: 'Enabled', 'Disabled'
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>