Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions sdk/logic/mgmt-v2016_06_01/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-arm-parent</artifactId>
<version>1.2.0</version>
<relativePath>../../parents/azure-arm-parent</relativePath>
<version>1.1.0</version>
<relativePath>../../../pom.management.xml</relativePath>
</parent>
<artifactId>azure-mgmt-logic</artifactId>
<version>1.0.0-beta</version>
<packaging>jar</packaging>
<name>Microsoft Azure SDK for Logic Management</name>
<description>This package contains Microsoft Logic Management SDK.</description>
<url>https://github.com/Azure/azure-libraries-for-java</url>
<url>https://github.com/Azure/azure-sdk-for-java</url>
<licenses>
<license>
<name>The MIT License (MIT)</name>
Expand All @@ -28,8 +28,8 @@
</license>
</licenses>
<scm>
<url>scm:git:https://github.com/Azure/azure-libraries-for-java</url>
<connection>scm:git:git@github.com:Azure/azure-libraries-for-java.git</connection>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
<tag>HEAD</tag>
</scm>
<properties>
Expand Down Expand Up @@ -71,6 +71,8 @@
<artifactId>azure-arm-client-runtime</artifactId>
<type>test-jar</type>
<scope>test</scope>
<!--Below version for test jar needs to be removed, this will be done as part of v1-runtime 1.6.7-->
<version>1.6.5</version>
</dependency>
</dependencies>
<build>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
*/

package com.microsoft.azure.management.logic.v2016_06_01;

import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.management.logic.v2016_06_01.implementation.RequestHistoryInner;
import com.microsoft.azure.arm.model.Indexable;
import com.microsoft.azure.arm.model.Refreshable;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.logic.v2016_06_01.implementation.LogicManager;
import java.util.Map;

/**
* Type representing ActionRunWorkflowRequestHistory.
*/
public interface ActionRunWorkflowRequestHistory extends HasInner<RequestHistoryInner>, Indexable, Refreshable<ActionRunWorkflowRequestHistory>, HasManager<LogicManager> {
/**
* @return the id value.
*/
String id();

/**
* @return the location value.
*/
String location();

/**
* @return the name value.
*/
String name();

/**
* @return the properties value.
*/
RequestHistoryProperties properties();

/**
* @return the tags value.
*/
Map<String, String> tags();

/**
* @return the type value.
*/
String type();

}
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ interface Blank extends WithIntegrationAccount {
interface WithIntegrationAccount {
/**
* Specifies resourceGroupName, integrationAccountName.
* @param resourceGroupName The resource group name
* @param integrationAccountName The integration account name
* @return the next definition stage
*/
WithProperties withExistingIntegrationAccount(String resourceGroupName, String integrationAccountName);
}
Expand All @@ -85,6 +88,8 @@ interface WithIntegrationAccount {
interface WithProperties {
/**
* Specifies properties.
* @param properties The assembly properties
* @return the next definition stage
*/
WithCreate withProperties(AssemblyProperties properties);
}
Expand All @@ -95,6 +100,8 @@ interface WithProperties {
interface WithLocation {
/**
* Specifies location.
* @param location The resource location
* @return the next definition stage
*/
WithCreate withLocation(String location);
}
Expand All @@ -105,6 +112,8 @@ interface WithLocation {
interface WithTags {
/**
* Specifies tags.
* @param tags The resource tags
* @return the next definition stage
*/
WithCreate withTags(Map<String, String> tags);
}
Expand Down Expand Up @@ -133,6 +142,8 @@ interface UpdateStages {
interface WithLocation {
/**
* Specifies location.
* @param location The resource location
* @return the next update stage
*/
Update withLocation(String location);
}
Expand All @@ -143,6 +154,8 @@ interface WithLocation {
interface WithTags {
/**
* Specifies tags.
* @param tags The resource tags
* @return the next update stage
*/
Update withTags(Map<String, String> tags);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ interface Blank extends WithIntegrationAccount {
interface WithIntegrationAccount {
/**
* Specifies resourceGroupName, integrationAccountName.
* @param resourceGroupName The resource group name
* @param integrationAccountName The integration account name
* @return the next definition stage
*/
WithProperties withExistingIntegrationAccount(String resourceGroupName, String integrationAccountName);
}
Expand All @@ -85,6 +88,8 @@ interface WithIntegrationAccount {
interface WithProperties {
/**
* Specifies properties.
* @param properties The batch configuration properties
* @return the next definition stage
*/
WithCreate withProperties(BatchConfigurationProperties properties);
}
Expand All @@ -95,6 +100,8 @@ interface WithProperties {
interface WithLocation {
/**
* Specifies location.
* @param location The resource location
* @return the next definition stage
*/
WithCreate withLocation(String location);
}
Expand All @@ -105,6 +112,8 @@ interface WithLocation {
interface WithTags {
/**
* Specifies tags.
* @param tags The resource tags
* @return the next definition stage
*/
WithCreate withTags(Map<String, String> tags);
}
Expand Down Expand Up @@ -133,6 +142,8 @@ interface UpdateStages {
interface WithLocation {
/**
* Specifies location.
* @param location The resource location
* @return the next update stage
*/
Update withLocation(String location);
}
Expand All @@ -143,6 +154,8 @@ interface WithLocation {
interface WithTags {
/**
* Specifies tags.
* @param tags The resource tags
* @return the next update stage
*/
Update withTags(Map<String, String> tags);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,21 +57,25 @@ interface WithGroup extends GroupableResourceCore.DefinitionStages.WithGroup<Wit
}

/**
* The stage of the integrationaccount update allowing to specify Properties.
* The stage of the integrationaccount definition allowing to specify Properties.
*/
interface WithProperties {
/**
* Specifies properties.
* @param properties The integration account properties
* @return the next definition stage
*/
WithCreate withProperties(Object properties);
}

/**
* The stage of the integrationaccount update allowing to specify Sku.
* The stage of the integrationaccount definition allowing to specify Sku.
*/
interface WithSku {
/**
* Specifies sku.
* @param sku The sku
* @return the next definition stage
*/
WithCreate withSku(IntegrationAccountSku sku);
}
Expand All @@ -95,21 +99,25 @@ interface Update extends Appliable<IntegrationAccount>, Resource.UpdateWithTags<
*/
interface UpdateStages {
/**
* The stage of the integrationaccount {0} allowing to specify Properties.
* The stage of the integrationaccount update allowing to specify Properties.
*/
interface WithProperties {
/**
* Specifies properties.
* @param properties The integration account properties
* @return the next update stage
*/
Update withProperties(Object properties);
}

/**
* The stage of the integrationaccount {0} allowing to specify Sku.
* The stage of the integrationaccount update allowing to specify Sku.
*/
interface WithSku {
/**
* Specifies sku.
* @param sku The sku
* @return the next update stage
*/
Update withSku(IntegrationAccountSku sku);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ interface Blank extends WithIntegrationAccount {
interface WithIntegrationAccount {
/**
* Specifies resourceGroupName, integrationAccountName.
* @param resourceGroupName The resource group name
* @param integrationAccountName The integration account name
* @return the next definition stage
*/
WithAgreementType withExistingIntegrationAccount(String resourceGroupName, String integrationAccountName);
}
Expand All @@ -126,6 +129,8 @@ interface WithIntegrationAccount {
interface WithAgreementType {
/**
* Specifies agreementType.
* @param agreementType The agreement type. Possible values include: 'NotSpecified', 'AS2', 'X12', 'Edifact'
* @return the next definition stage
*/
WithContent withAgreementType(AgreementType agreementType);
}
Expand All @@ -136,6 +141,8 @@ interface WithAgreementType {
interface WithContent {
/**
* Specifies content.
* @param content The agreement content
* @return the next definition stage
*/
WithGuestIdentity withContent(AgreementContent content);
}
Expand All @@ -146,6 +153,8 @@ interface WithContent {
interface WithGuestIdentity {
/**
* Specifies guestIdentity.
* @param guestIdentity The business identity of the guest partner
* @return the next definition stage
*/
WithGuestPartner withGuestIdentity(BusinessIdentity guestIdentity);
}
Expand All @@ -156,6 +165,8 @@ interface WithGuestIdentity {
interface WithGuestPartner {
/**
* Specifies guestPartner.
* @param guestPartner The integration account partner that is set as guest partner for this agreement
* @return the next definition stage
*/
WithHostIdentity withGuestPartner(String guestPartner);
}
Expand All @@ -166,6 +177,8 @@ interface WithGuestPartner {
interface WithHostIdentity {
/**
* Specifies hostIdentity.
* @param hostIdentity The business identity of the host partner
* @return the next definition stage
*/
WithHostPartner withHostIdentity(BusinessIdentity hostIdentity);
}
Expand All @@ -176,6 +189,8 @@ interface WithHostIdentity {
interface WithHostPartner {
/**
* Specifies hostPartner.
* @param hostPartner The integration account partner that is set as host partner for this agreement
* @return the next definition stage
*/
WithCreate withHostPartner(String hostPartner);
}
Expand All @@ -186,6 +201,8 @@ interface WithHostPartner {
interface WithLocation {
/**
* Specifies location.
* @param location The resource location
* @return the next definition stage
*/
WithCreate withLocation(String location);
}
Expand All @@ -196,6 +213,8 @@ interface WithLocation {
interface WithMetadata {
/**
* Specifies metadata.
* @param metadata The metadata
* @return the next definition stage
*/
WithCreate withMetadata(Object metadata);
}
Expand All @@ -206,6 +225,8 @@ interface WithMetadata {
interface WithTags {
/**
* Specifies tags.
* @param tags The resource tags
* @return the next definition stage
*/
WithCreate withTags(Map<String, String> tags);
}
Expand Down Expand Up @@ -234,6 +255,8 @@ interface UpdateStages {
interface WithLocation {
/**
* Specifies location.
* @param location The resource location
* @return the next update stage
*/
Update withLocation(String location);
}
Expand All @@ -244,6 +267,8 @@ interface WithLocation {
interface WithMetadata {
/**
* Specifies metadata.
* @param metadata The metadata
* @return the next update stage
*/
Update withMetadata(Object metadata);
}
Expand All @@ -254,6 +279,8 @@ interface WithMetadata {
interface WithTags {
/**
* Specifies tags.
* @param tags The resource tags
* @return the next update stage
*/
Update withTags(Map<String, String> tags);
}
Expand Down
Loading