-
Notifications
You must be signed in to change notification settings - Fork 264
/
SsisEnvironment.xml
153 lines (153 loc) · 9.24 KB
/
SsisEnvironment.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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<Type Name="SsisEnvironment" FullName="Microsoft.Azure.Management.DataFactory.Models.SsisEnvironment">
<TypeSignature Language="C#" Value="public class SsisEnvironment : Microsoft.Azure.Management.DataFactory.Models.SsisObjectMetadata" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit SsisEnvironment extends Microsoft.Azure.Management.DataFactory.Models.SsisObjectMetadata" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.DataFactory.Models.SsisEnvironment" />
<TypeSignature Language="VB.NET" Value="Public Class SsisEnvironment
Inherits SsisObjectMetadata" />
<TypeSignature Language="F#" Value="type SsisEnvironment = class
 inherit SsisObjectMetadata" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataFactory</AssemblyName>
<AssemblyVersion>4.17.1.0</AssemblyVersion>
<AssemblyVersion>4.18.0.0</AssemblyVersion>
<AssemblyVersion>4.19.0.0</AssemblyVersion>
<AssemblyVersion>4.20.0.0</AssemblyVersion>
<AssemblyVersion>4.21.0.0</AssemblyVersion>
<AssemblyVersion>4.22.0.0</AssemblyVersion>
<AssemblyVersion>4.23.0.0</AssemblyVersion>
<AssemblyVersion>4.24.0.0</AssemblyVersion>
<AssemblyVersion>4.25.0.0</AssemblyVersion>
<AssemblyVersion>4.26.0.0</AssemblyVersion>
<AssemblyVersion>4.27.0.0</AssemblyVersion>
<AssemblyVersion>4.28.0.0</AssemblyVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>5.1.0.0</AssemblyVersion>
<AssemblyVersion>5.2.0.0</AssemblyVersion>
<AssemblyVersion>5.3.0.0</AssemblyVersion>
<AssemblyVersion>5.4.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Microsoft.Azure.Management.DataFactory.Models.SsisObjectMetadata</BaseTypeName>
</Base>
<Interfaces />
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonObject("Environment")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonObject("Environment")>]</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>
Ssis environment.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public SsisEnvironment ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataFactory.Models.SsisEnvironment.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataFactory</AssemblyName>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the SsisEnvironment class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public SsisEnvironment (long? id = default, string name = default, string description = default, long? folderId = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.SsisVariable> variables = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(valuetype System.Nullable`1<int64> id, string name, string description, valuetype System.Nullable`1<int64> folderId, class System.Collections.Generic.IList`1<class Microsoft.Azure.Management.DataFactory.Models.SsisVariable> variables) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataFactory.Models.SsisEnvironment.#ctor(System.Nullable{System.Int64},System.String,System.String,System.Nullable{System.Int64},System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.SsisVariable})" />
<MemberSignature Language="VB.NET" Value="Public Sub New (Optional id As Nullable(Of Long) = Nothing, Optional name As String = Nothing, Optional description As String = Nothing, Optional folderId As Nullable(Of Long) = Nothing, Optional variables As IList(Of SsisVariable) = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.DataFactory.Models.SsisEnvironment : Nullable<int64> * string * string * Nullable<int64> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.SsisVariable> -> Microsoft.Azure.Management.DataFactory.Models.SsisEnvironment" Usage="new Microsoft.Azure.Management.DataFactory.Models.SsisEnvironment (id, name, description, folderId, variables)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataFactory</AssemblyName>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="id" Type="System.Nullable<System.Int64>" />
<Parameter Name="name" Type="System.String" />
<Parameter Name="description" Type="System.String" />
<Parameter Name="folderId" Type="System.Nullable<System.Int64>" />
<Parameter Name="variables" Type="System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.SsisVariable>" />
</Parameters>
<Docs>
<param name="id">Metadata id.</param>
<param name="name">Metadata name.</param>
<param name="description">Metadata description.</param>
<param name="folderId">Folder id which contains
environment.</param>
<param name="variables">Variable in environment</param>
<summary>
Initializes a new instance of the SsisEnvironment class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="FolderId">
<MemberSignature Language="C#" Value="public long? FolderId { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<int64> FolderId" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.DataFactory.Models.SsisEnvironment.FolderId" />
<MemberSignature Language="VB.NET" Value="Public Property FolderId As Nullable(Of Long)" />
<MemberSignature Language="F#" Value="member this.FolderId : Nullable<int64> with get, set" Usage="Microsoft.Azure.Management.DataFactory.Models.SsisEnvironment.FolderId" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataFactory</AssemblyName>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="folderId")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="folderId")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.Int64></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets folder id which contains environment.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Variables">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.SsisVariable> Variables { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IList`1<class Microsoft.Azure.Management.DataFactory.Models.SsisVariable> Variables" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.DataFactory.Models.SsisEnvironment.Variables" />
<MemberSignature Language="VB.NET" Value="Public Property Variables As IList(Of SsisVariable)" />
<MemberSignature Language="F#" Value="member this.Variables : System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.SsisVariable> with get, set" Usage="Microsoft.Azure.Management.DataFactory.Models.SsisEnvironment.Variables" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataFactory</AssemblyName>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="variables")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="variables")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.SsisVariable></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets variable in environment
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>