Skip to content

Commit f4f29cc

Browse files
author
SDK Automation
committed
Generated from 4348ed08065bed4ebb72b700e386999afafd5351
1 parent 5bb484f commit f4f29cc

File tree

450 files changed

+51913
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

450 files changed

+51913
-0
lines changed
Lines changed: 135 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,135 @@
1+
<!--
2+
* Copyright (c) Microsoft Corporation. All rights reserved.
3+
* Licensed under the MIT License. See License.txt in the project root for
4+
* license information.
5+
*
6+
* Code generated by Microsoft (R) AutoRest Code Generator.
7+
-->
8+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
9+
<modelVersion>4.0.0</modelVersion>
10+
<groupId>com.microsoft.azure.datafactory.v2017_09_01_preview</groupId>
11+
<parent>
12+
<groupId>com.microsoft.azure</groupId>
13+
<artifactId>azure-arm-parent</artifactId>
14+
<version>1.1.0</version>
15+
<relativePath>../../../pom.management.xml</relativePath>
16+
</parent>
17+
<artifactId>azure-mgmt-datafactory</artifactId>
18+
<version>1.0.0-beta</version>
19+
<packaging>jar</packaging>
20+
<name>Microsoft Azure SDK for DataFactory Management</name>
21+
<description>This package contains Microsoft DataFactory Management SDK.</description>
22+
<url>https://github.com/Azure/azure-sdk-for-java</url>
23+
<licenses>
24+
<license>
25+
<name>The MIT License (MIT)</name>
26+
<url>http://opensource.org/licenses/MIT</url>
27+
<distribution>repo</distribution>
28+
</license>
29+
</licenses>
30+
<scm>
31+
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
32+
<connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
33+
<tag>HEAD</tag>
34+
</scm>
35+
<properties>
36+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
37+
<legal><![CDATA[[INFO] Any downloads listed may be third party software. Microsoft grants you no rights for third party software.]]></legal>
38+
</properties>
39+
<developers>
40+
<developer>
41+
<id>microsoft</id>
42+
<name>Microsoft</name>
43+
</developer>
44+
</developers>
45+
<dependencies>
46+
<dependency>
47+
<groupId>com.microsoft.azure</groupId>
48+
<artifactId>azure-client-runtime</artifactId>
49+
</dependency>
50+
<dependency>
51+
<groupId>com.microsoft.azure</groupId>
52+
<artifactId>azure-arm-client-runtime</artifactId>
53+
</dependency>
54+
<dependency>
55+
<groupId>junit</groupId>
56+
<artifactId>junit</artifactId>
57+
<scope>test</scope>
58+
</dependency>
59+
<dependency>
60+
<groupId>com.microsoft.azure</groupId>
61+
<artifactId>azure-client-authentication</artifactId>
62+
<scope>test</scope>
63+
</dependency>
64+
<dependency>
65+
<groupId>com.microsoft.azure</groupId>
66+
<artifactId>azure-mgmt-resources</artifactId>
67+
<scope>test</scope>
68+
</dependency>
69+
<dependency>
70+
<groupId>com.microsoft.azure</groupId>
71+
<artifactId>azure-arm-client-runtime</artifactId>
72+
<type>test-jar</type>
73+
<scope>test</scope>
74+
<!--Below version for test jar needs to be removed, this will be done as part of v1-runtime 1.6.7-->
75+
<version>1.6.5</version>
76+
</dependency>
77+
</dependencies>
78+
<build>
79+
<plugins>
80+
<plugin>
81+
<groupId>org.apache.maven.plugins</groupId>
82+
<artifactId>maven-jar-plugin</artifactId>
83+
<configuration>
84+
<archive>
85+
<manifest>
86+
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
87+
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
88+
</manifest>
89+
</archive>
90+
</configuration>
91+
</plugin>
92+
<plugin>
93+
<groupId>org.codehaus.mojo</groupId>
94+
<artifactId>build-helper-maven-plugin</artifactId>
95+
</plugin>
96+
<plugin>
97+
<groupId>org.apache.maven.plugins</groupId>
98+
<artifactId>maven-compiler-plugin</artifactId>
99+
<version>3.1</version>
100+
<configuration>
101+
<source>1.7</source>
102+
<target>1.7</target>
103+
<annotationProcessors>
104+
<annotationProcessor>
105+
com.microsoft.azure.management.apigeneration.LangDefinitionProcessor
106+
</annotationProcessor>
107+
</annotationProcessors>
108+
<debug>true</debug>
109+
<optimize>true</optimize>
110+
<compilerArguments>
111+
<AaddGeneratedAnnotation>true</AaddGeneratedAnnotation>
112+
<Adebug>true</Adebug>
113+
</compilerArguments>
114+
</configuration>
115+
</plugin>
116+
<plugin>
117+
<groupId>org.apache.maven.plugins</groupId>
118+
<artifactId>maven-javadoc-plugin</artifactId>
119+
<version>2.8</version>
120+
<configuration>
121+
<excludePackageNames>*.implementation.*;*.utils.*;com.microsoft.schemas._2003._10.serialization;*.blob.core.search</excludePackageNames>
122+
<bottom>
123+
<![CDATA[<code>
124+
/**
125+
<br />* Copyright (c) Microsoft Corporation. All rights reserved.
126+
<br />* Licensed under the MIT License. See License.txt in the project root for
127+
<br />* license information.
128+
<br />*/
129+
</code>]]>
130+
</bottom>
131+
</configuration>
132+
</plugin>
133+
</plugins>
134+
</build>
135+
</project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,132 @@
1+
/**
2+
* Copyright (c) Microsoft Corporation. All rights reserved.
3+
* Licensed under the MIT License. See License.txt in the project root for
4+
* license information.
5+
*
6+
* Code generated by Microsoft (R) AutoRest Code Generator.
7+
*/
8+
9+
package com.microsoft.azure.management.datafactory.v2017_09_01_preview;
10+
11+
import java.util.Map;
12+
import java.util.List;
13+
import com.fasterxml.jackson.annotation.JsonProperty;
14+
import com.fasterxml.jackson.annotation.JsonTypeInfo;
15+
import com.fasterxml.jackson.annotation.JsonTypeName;
16+
import com.fasterxml.jackson.annotation.JsonSubTypes;
17+
18+
/**
19+
* A pipeline activity.
20+
*/
21+
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "type", defaultImpl = Activity.class)
22+
@JsonTypeName("Activity")
23+
@JsonSubTypes({
24+
@JsonSubTypes.Type(name = "Execution", value = ExecutionActivity.class),
25+
@JsonSubTypes.Type(name = "Container", value = ControlActivity.class)
26+
})
27+
public class Activity {
28+
/**
29+
* Unmatched properties from the message are deserialized this collection.
30+
*/
31+
@JsonProperty(value = "")
32+
private Map<String, Object> additionalProperties;
33+
34+
/**
35+
* Activity name.
36+
*/
37+
@JsonProperty(value = "name", required = true)
38+
private String name;
39+
40+
/**
41+
* Activity description.
42+
*/
43+
@JsonProperty(value = "description")
44+
private String description;
45+
46+
/**
47+
* Activity depends on condition.
48+
*/
49+
@JsonProperty(value = "dependsOn")
50+
private List<ActivityDependency> dependsOn;
51+
52+
/**
53+
* Get unmatched properties from the message are deserialized this collection.
54+
*
55+
* @return the additionalProperties value
56+
*/
57+
public Map<String, Object> additionalProperties() {
58+
return this.additionalProperties;
59+
}
60+
61+
/**
62+
* Set unmatched properties from the message are deserialized this collection.
63+
*
64+
* @param additionalProperties the additionalProperties value to set
65+
* @return the Activity object itself.
66+
*/
67+
public Activity withAdditionalProperties(Map<String, Object> additionalProperties) {
68+
this.additionalProperties = additionalProperties;
69+
return this;
70+
}
71+
72+
/**
73+
* Get activity name.
74+
*
75+
* @return the name value
76+
*/
77+
public String name() {
78+
return this.name;
79+
}
80+
81+
/**
82+
* Set activity name.
83+
*
84+
* @param name the name value to set
85+
* @return the Activity object itself.
86+
*/
87+
public Activity withName(String name) {
88+
this.name = name;
89+
return this;
90+
}
91+
92+
/**
93+
* Get activity description.
94+
*
95+
* @return the description value
96+
*/
97+
public String description() {
98+
return this.description;
99+
}
100+
101+
/**
102+
* Set activity description.
103+
*
104+
* @param description the description value to set
105+
* @return the Activity object itself.
106+
*/
107+
public Activity withDescription(String description) {
108+
this.description = description;
109+
return this;
110+
}
111+
112+
/**
113+
* Get activity depends on condition.
114+
*
115+
* @return the dependsOn value
116+
*/
117+
public List<ActivityDependency> dependsOn() {
118+
return this.dependsOn;
119+
}
120+
121+
/**
122+
* Set activity depends on condition.
123+
*
124+
* @param dependsOn the dependsOn value to set
125+
* @return the Activity object itself.
126+
*/
127+
public Activity withDependsOn(List<ActivityDependency> dependsOn) {
128+
this.dependsOn = dependsOn;
129+
return this;
130+
}
131+
132+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
/**
2+
* Copyright (c) Microsoft Corporation. All rights reserved.
3+
* Licensed under the MIT License. See License.txt in the project root for
4+
* license information.
5+
*
6+
* Code generated by Microsoft (R) AutoRest Code Generator.
7+
*/
8+
9+
package com.microsoft.azure.management.datafactory.v2017_09_01_preview;
10+
11+
import java.util.Map;
12+
import java.util.List;
13+
import com.fasterxml.jackson.annotation.JsonProperty;
14+
15+
/**
16+
* Activity dependency information.
17+
*/
18+
public class ActivityDependency {
19+
/**
20+
* Unmatched properties from the message are deserialized this collection.
21+
*/
22+
@JsonProperty(value = "")
23+
private Map<String, Object> additionalProperties;
24+
25+
/**
26+
* Activity name.
27+
*/
28+
@JsonProperty(value = "activity", required = true)
29+
private String activity;
30+
31+
/**
32+
* Match-Condition for the dependency.
33+
*/
34+
@JsonProperty(value = "dependencyConditions", required = true)
35+
private List<DependencyCondition> dependencyConditions;
36+
37+
/**
38+
* Get unmatched properties from the message are deserialized this collection.
39+
*
40+
* @return the additionalProperties value
41+
*/
42+
public Map<String, Object> additionalProperties() {
43+
return this.additionalProperties;
44+
}
45+
46+
/**
47+
* Set unmatched properties from the message are deserialized this collection.
48+
*
49+
* @param additionalProperties the additionalProperties value to set
50+
* @return the ActivityDependency object itself.
51+
*/
52+
public ActivityDependency withAdditionalProperties(Map<String, Object> additionalProperties) {
53+
this.additionalProperties = additionalProperties;
54+
return this;
55+
}
56+
57+
/**
58+
* Get activity name.
59+
*
60+
* @return the activity value
61+
*/
62+
public String activity() {
63+
return this.activity;
64+
}
65+
66+
/**
67+
* Set activity name.
68+
*
69+
* @param activity the activity value to set
70+
* @return the ActivityDependency object itself.
71+
*/
72+
public ActivityDependency withActivity(String activity) {
73+
this.activity = activity;
74+
return this;
75+
}
76+
77+
/**
78+
* Get match-Condition for the dependency.
79+
*
80+
* @return the dependencyConditions value
81+
*/
82+
public List<DependencyCondition> dependencyConditions() {
83+
return this.dependencyConditions;
84+
}
85+
86+
/**
87+
* Set match-Condition for the dependency.
88+
*
89+
* @param dependencyConditions the dependencyConditions value to set
90+
* @return the ActivityDependency object itself.
91+
*/
92+
public ActivityDependency withDependencyConditions(List<DependencyCondition> dependencyConditions) {
93+
this.dependencyConditions = dependencyConditions;
94+
return this;
95+
}
96+
97+
}

0 commit comments

Comments
 (0)