-
Notifications
You must be signed in to change notification settings - Fork 264
/
DatacenterAddressResponse.xml
124 lines (124 loc) · 7.35 KB
/
DatacenterAddressResponse.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
<Type Name="DatacenterAddressResponse" FullName="Microsoft.Azure.Management.DataBox.Models.DatacenterAddressResponse">
<TypeSignature Language="C#" Value="public class DatacenterAddressResponse" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit DatacenterAddressResponse extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.DataBox.Models.DatacenterAddressResponse" />
<TypeSignature Language="VB.NET" Value="Public Class DatacenterAddressResponse" />
<TypeSignature Language="F#" Value="type DatacenterAddressResponse = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataBox</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>2.0.1.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
Datacenter address for given storage location.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public DatacenterAddressResponse ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataBox.Models.DatacenterAddressResponse.#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 DatacenterAddressResponse class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public DatacenterAddressResponse (System.Collections.Generic.IList<string> supportedCarriersForReturnShipment = default, string dataCenterAzureLocation = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.Collections.Generic.IList`1<string> supportedCarriersForReturnShipment, string dataCenterAzureLocation) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataBox.Models.DatacenterAddressResponse.#ctor(System.Collections.Generic.IList{System.String},System.String)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (Optional supportedCarriersForReturnShipment As IList(Of String) = Nothing, Optional dataCenterAzureLocation As String = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.DataBox.Models.DatacenterAddressResponse : System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.DataBox.Models.DatacenterAddressResponse" Usage="new Microsoft.Azure.Management.DataBox.Models.DatacenterAddressResponse (supportedCarriersForReturnShipment, dataCenterAzureLocation)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataBox</AssemblyName>
<AssemblyVersion>2.0.1.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="supportedCarriersForReturnShipment" Type="System.Collections.Generic.IList<System.String>" />
<Parameter Name="dataCenterAzureLocation" Type="System.String" />
</Parameters>
<Docs>
<param name="supportedCarriersForReturnShipment">List of supported
carriers for return shipment.</param>
<param name="dataCenterAzureLocation">Azure Location where the Data
Center serves primarily.</param>
<summary>
Initializes a new instance of the DatacenterAddressResponse class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DataCenterAzureLocation">
<MemberSignature Language="C#" Value="public string DataCenterAzureLocation { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string DataCenterAzureLocation" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.DataBox.Models.DatacenterAddressResponse.DataCenterAzureLocation" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property DataCenterAzureLocation As String" />
<MemberSignature Language="F#" Value="member this.DataCenterAzureLocation : string" Usage="Microsoft.Azure.Management.DataBox.Models.DatacenterAddressResponse.DataCenterAzureLocation" />
<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="dataCenterAzureLocation")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="dataCenterAzureLocation")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets azure Location where the Data Center serves primarily.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SupportedCarriersForReturnShipment">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IList<string> SupportedCarriersForReturnShipment { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IList`1<string> SupportedCarriersForReturnShipment" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.DataBox.Models.DatacenterAddressResponse.SupportedCarriersForReturnShipment" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property SupportedCarriersForReturnShipment As IList(Of String)" />
<MemberSignature Language="F#" Value="member this.SupportedCarriersForReturnShipment : System.Collections.Generic.IList<string>" Usage="Microsoft.Azure.Management.DataBox.Models.DatacenterAddressResponse.SupportedCarriersForReturnShipment" />
<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="supportedCarriersForReturnShipment")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="supportedCarriersForReturnShipment")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Collections.Generic.IList<System.String></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets list of supported carriers for return shipment.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>