-
Notifications
You must be signed in to change notification settings - Fork 268
/
IWithVmProtection.xml
70 lines (70 loc) · 4.04 KB
/
IWithVmProtection.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
<Type Name="IWithVmProtection" FullName="Microsoft.Azure.Management.Network.Fluent.Network.Update.IWithVmProtection">
<TypeSignature Language="C#" Value="public interface IWithVmProtection" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IWithVmProtection" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Network.Fluent.Network.Update.IWithVmProtection" />
<TypeSignature Language="VB.NET" Value="Public Interface IWithVmProtection" />
<TypeSignature Language="F#" Value="type IWithVmProtection = 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>
The stage of the virtual network update allowing to enable/disable VM protection for all the subnets in the virtual network.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="WithoutVmProtection">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.Fluent.Network.Update.IUpdate WithoutVmProtection ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.Azure.Management.Network.Fluent.Network.Update.IUpdate WithoutVmProtection() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.Fluent.Network.Update.IWithVmProtection.WithoutVmProtection" />
<MemberSignature Language="VB.NET" Value="Public Function WithoutVmProtection () As IUpdate" />
<MemberSignature Language="F#" Value="abstract member WithoutVmProtection : unit -> Microsoft.Azure.Management.Network.Fluent.Network.Update.IUpdate" Usage="iWithVmProtection.WithoutVmProtection " />
<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.Network.Update.IUpdate</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>
Disable VM protection for all the subnets in the virtual network.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<return>The next stage of the update.</return>
</Docs>
</Member>
<Member MemberName="WithVmProtection">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.Fluent.Network.Update.IUpdate WithVmProtection ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.Azure.Management.Network.Fluent.Network.Update.IUpdate WithVmProtection() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.Fluent.Network.Update.IWithVmProtection.WithVmProtection" />
<MemberSignature Language="VB.NET" Value="Public Function WithVmProtection () As IUpdate" />
<MemberSignature Language="F#" Value="abstract member WithVmProtection : unit -> Microsoft.Azure.Management.Network.Fluent.Network.Update.IUpdate" Usage="iWithVmProtection.WithVmProtection " />
<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.Network.Update.IUpdate</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>
Enable VM protection for all the subnets in the virtual network.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<return>The next stage of the update.</return>
</Docs>
</Member>
</Members>
</Type>