-
Notifications
You must be signed in to change notification settings - Fork 264
/
DiffDiskSettings.xml
111 lines (111 loc) · 6.21 KB
/
DiffDiskSettings.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
<Type Name="DiffDiskSettings" FullName="Microsoft.Azure.Batch.Protocol.Models.DiffDiskSettings">
<TypeSignature Language="C#" Value="public class DiffDiskSettings" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit DiffDiskSettings extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Batch.Protocol.Models.DiffDiskSettings" />
<TypeSignature Language="VB.NET" Value="Public Class DiffDiskSettings" />
<TypeSignature Language="F#" Value="type DiffDiskSettings = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Batch</AssemblyName>
<AssemblyVersion>15.0.0.0</AssemblyVersion>
<AssemblyVersion>15.1.0.0</AssemblyVersion>
<AssemblyVersion>15.3.0.0</AssemblyVersion>
<AssemblyVersion>15.4.0.0</AssemblyVersion>
<AssemblyVersion>16.0.0.0</AssemblyVersion>
<AssemblyVersion>16.1.0.0</AssemblyVersion>
<AssemblyVersion>16.2.0.0</AssemblyVersion>
<AssemblyVersion>16.3.0.0</AssemblyVersion>
<AssemblyVersion>16.3.1.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
Specifies the ephemeral Disk Settings for the operating system disk
used by the compute node (VM).
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public DiffDiskSettings ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Batch.Protocol.Models.DiffDiskSettings.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Batch</AssemblyName>
<AssemblyVersion>16.3.1.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the DiffDiskSettings class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public DiffDiskSettings (Microsoft.Azure.Batch.Protocol.Models.DiffDiskPlacement? placement = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(valuetype System.Nullable`1<valuetype Microsoft.Azure.Batch.Protocol.Models.DiffDiskPlacement> placement) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Batch.Protocol.Models.DiffDiskSettings.#ctor(System.Nullable{Microsoft.Azure.Batch.Protocol.Models.DiffDiskPlacement})" />
<MemberSignature Language="VB.NET" Value="Public Sub New (Optional placement As Nullable(Of DiffDiskPlacement) = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Batch.Protocol.Models.DiffDiskSettings : Nullable<Microsoft.Azure.Batch.Protocol.Models.DiffDiskPlacement> -> Microsoft.Azure.Batch.Protocol.Models.DiffDiskSettings" Usage="new Microsoft.Azure.Batch.Protocol.Models.DiffDiskSettings placement" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Batch</AssemblyName>
<AssemblyVersion>16.3.1.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="placement" Type="System.Nullable<Microsoft.Azure.Batch.Protocol.Models.DiffDiskPlacement>" />
</Parameters>
<Docs>
<param name="placement">Specifies the ephemeral disk placement for
operating system disk for all VMs in the pool.</param>
<summary>
Initializes a new instance of the DiffDiskSettings class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Placement">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Batch.Protocol.Models.DiffDiskPlacement? Placement { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<valuetype Microsoft.Azure.Batch.Protocol.Models.DiffDiskPlacement> Placement" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Batch.Protocol.Models.DiffDiskSettings.Placement" />
<MemberSignature Language="VB.NET" Value="Public Property Placement As Nullable(Of DiffDiskPlacement)" />
<MemberSignature Language="F#" Value="member this.Placement : Nullable<Microsoft.Azure.Batch.Protocol.Models.DiffDiskPlacement> with get, set" Usage="Microsoft.Azure.Batch.Protocol.Models.DiffDiskSettings.Placement" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Batch</AssemblyName>
<AssemblyVersion>16.3.1.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="placement")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="placement")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<Microsoft.Azure.Batch.Protocol.Models.DiffDiskPlacement></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets specifies the ephemeral disk placement for operating
system disk for all VMs in the pool.
</summary>
<value>To be added.</value>
<remarks>
This property can be used by user in the request to choose the
location e.g., cache disk space for Ephemeral OS disk provisioning.
For more information on Ephemeral OS disk size requirements, please
refer to Ephemeral OS disk size requirements for Windows VMs at
https://docs.microsoft.com/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements
and Linux VMs at
https://docs.microsoft.com/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements.
Possible values include: 'CacheDisk'
</remarks>
</Docs>
</Member>
</Members>
</Type>