-
Notifications
You must be signed in to change notification settings - Fork 264
/
DiskScheduleAvailabilityRequest.xml
136 lines (136 loc) · 7.59 KB
/
DiskScheduleAvailabilityRequest.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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<Type Name="DiskScheduleAvailabilityRequest" FullName="Microsoft.Azure.Management.DataBox.Models.DiskScheduleAvailabilityRequest">
<TypeSignature Language="C#" Value="public class DiskScheduleAvailabilityRequest : Microsoft.Azure.Management.DataBox.Models.ScheduleAvailabilityRequest" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit DiskScheduleAvailabilityRequest extends Microsoft.Azure.Management.DataBox.Models.ScheduleAvailabilityRequest" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.DataBox.Models.DiskScheduleAvailabilityRequest" />
<TypeSignature Language="VB.NET" Value="Public Class DiskScheduleAvailabilityRequest
Inherits ScheduleAvailabilityRequest" />
<TypeSignature Language="F#" Value="type DiskScheduleAvailabilityRequest = class
 inherit ScheduleAvailabilityRequest" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataBox</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>2.0.1.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Microsoft.Azure.Management.DataBox.Models.ScheduleAvailabilityRequest</BaseTypeName>
</Base>
<Interfaces />
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonObject("DataBoxDisk")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonObject("DataBoxDisk")>]</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>
Request body to get the availability for scheduling disk orders.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public DiskScheduleAvailabilityRequest ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataBox.Models.DiskScheduleAvailabilityRequest.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataBox</AssemblyName>
<AssemblyVersion>2.0.1.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the DiskScheduleAvailabilityRequest
class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public DiskScheduleAvailabilityRequest (string storageLocation, int expectedDataSizeInTeraBytes, string country = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string storageLocation, int32 expectedDataSizeInTeraBytes, string country) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataBox.Models.DiskScheduleAvailabilityRequest.#ctor(System.String,System.Int32,System.String)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (storageLocation As String, expectedDataSizeInTeraBytes As Integer, Optional country As String = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.DataBox.Models.DiskScheduleAvailabilityRequest : string * int * string -> Microsoft.Azure.Management.DataBox.Models.DiskScheduleAvailabilityRequest" Usage="new Microsoft.Azure.Management.DataBox.Models.DiskScheduleAvailabilityRequest (storageLocation, expectedDataSizeInTeraBytes, country)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataBox</AssemblyName>
<AssemblyVersion>2.0.1.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="storageLocation" Type="System.String" />
<Parameter Name="expectedDataSizeInTeraBytes" Type="System.Int32" />
<Parameter Name="country" Type="System.String" />
</Parameters>
<Docs>
<param name="storageLocation">Location for data transfer. For
locations check:
https://management.azure.com/subscriptions/SUBSCRIPTIONID/locations?api-version=2018-01-01</param>
<param name="expectedDataSizeInTeraBytes">The expected size of the
data, which needs to be transferred in this job, in
terabytes.</param>
<param name="country">Country in which storage location should be
supported.</param>
<summary>
Initializes a new instance of the DiskScheduleAvailabilityRequest
class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ExpectedDataSizeInTeraBytes">
<MemberSignature Language="C#" Value="public int ExpectedDataSizeInTeraBytes { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance int32 ExpectedDataSizeInTeraBytes" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.DataBox.Models.DiskScheduleAvailabilityRequest.ExpectedDataSizeInTeraBytes" />
<MemberSignature Language="VB.NET" Value="Public Property ExpectedDataSizeInTeraBytes As Integer" />
<MemberSignature Language="F#" Value="member this.ExpectedDataSizeInTeraBytes : int with get, set" Usage="Microsoft.Azure.Management.DataBox.Models.DiskScheduleAvailabilityRequest.ExpectedDataSizeInTeraBytes" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataBox</AssemblyName>
<AssemblyVersion>2.0.1.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="expectedDataSizeInTeraBytes")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="expectedDataSizeInTeraBytes")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the expected size of the data, which needs to be
transferred in this job, in terabytes.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Validate">
<MemberSignature Language="C#" Value="public override void Validate ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance void Validate() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataBox.Models.DiskScheduleAvailabilityRequest.Validate" />
<MemberSignature Language="VB.NET" Value="Public Overrides Sub Validate ()" />
<MemberSignature Language="F#" Value="override this.Validate : unit -> unit" Usage="diskScheduleAvailabilityRequest.Validate " />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataBox</AssemblyName>
<AssemblyVersion>2.0.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>
Validate the object.
</summary>
<remarks>To be added.</remarks>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown if validation fails
</exception>
</Docs>
</Member>
</Members>
</Type>