Skip to content

Commit

Permalink
CodeGen from PR 11636 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 87ea44ebb13e6fa8a635bca2f9cd7cfdbe66b589 into bff6f9c01368a8c6ede04175d8dfa8e4a710cf6c
  • Loading branch information
SDKAuto committed Nov 17, 2020
1 parent bf43d37 commit 34e505b
Show file tree
Hide file tree
Showing 109 changed files with 2,017 additions and 1,840 deletions.
8 changes: 5 additions & 3 deletions sdk/appservice/mgmt-v2016_08_01/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<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-appservice</artifactId>
<artifactId>azure-mgmt-web</artifactId>
<version>1.0.0-beta</version>
<packaging>jar</packaging>
<name>Microsoft Azure SDK for Web Management</name>
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
Expand Up @@ -13,14 +13,14 @@
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.appservice.v2016_08_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.WebManager;
import org.joda.time.DateTime;
import java.util.List;

/**
* Type representing BackupItem.
*/
public interface BackupItem extends HasInner<BackupItemInner>, Indexable, Refreshable<BackupItem>, HasManager<AppServiceManager> {
public interface BackupItem extends HasInner<BackupItemInner>, Indexable, Refreshable<BackupItem>, HasManager<WebManager> {
/**
* @return the backupId value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.WebManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.BackupRequestInner;
import java.util.List;

/**
* Type representing BackupRequest.
*/
public interface BackupRequest extends HasInner<BackupRequestInner>, HasManager<AppServiceManager> {
public interface BackupRequest extends HasInner<BackupRequestInner>, HasManager<WebManager> {
/**
* @return the backupRequestName value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.WebManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.ConnectionStringDictionaryInner;
import java.util.Map;

/**
* Type representing ConnectionStringDictionary.
*/
public interface ConnectionStringDictionary extends HasInner<ConnectionStringDictionaryInner>, HasManager<AppServiceManager> {
public interface ConnectionStringDictionary extends HasInner<ConnectionStringDictionaryInner>, HasManager<WebManager> {
/**
* @return the id value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
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.appservice.v2016_08_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.WebManager;
import java.util.Map;

/**
* Type representing ContinuousWebJob.
*/
public interface ContinuousWebJob extends HasInner<ContinuousWebJobInner>, Indexable, Refreshable<ContinuousWebJob>, HasManager<AppServiceManager> {
public interface ContinuousWebJob extends HasInner<ContinuousWebJobInner>, Indexable, Refreshable<ContinuousWebJob>, HasManager<WebManager> {
/**
* @return the continuousWebJobName value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.CsmUsageQuotaInner;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.WebManager;
import org.joda.time.DateTime;

/**
* Type representing CsmUsageQuota.
*/
public interface CsmUsageQuota extends HasInner<CsmUsageQuotaInner>, HasManager<AppServiceManager> {
public interface CsmUsageQuota extends HasInner<CsmUsageQuotaInner>, HasManager<WebManager> {
/**
* @return the currentValue value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.WebManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.CustomHostnameAnalysisResultInner;
import java.util.List;

/**
* Type representing CustomHostnameAnalysisResult.
*/
public interface CustomHostnameAnalysisResult extends HasInner<CustomHostnameAnalysisResultInner>, HasManager<AppServiceManager> {
public interface CustomHostnameAnalysisResult extends HasInner<CustomHostnameAnalysisResultInner>, HasManager<WebManager> {
/**
* @return the alternateCNameRecords value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
import com.microsoft.azure.arm.model.Appliable;
import com.microsoft.azure.arm.model.Creatable;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.WebManager;
import org.joda.time.DateTime;

/**
* Type representing Deployment.
*/
public interface Deployment extends HasInner<DeploymentInner>, Indexable, Refreshable<Deployment>, Updatable<Deployment.Update>, HasManager<AppServiceManager> {
public interface Deployment extends HasInner<DeploymentInner>, Indexable, Refreshable<Deployment>, Updatable<Deployment.Update>, HasManager<WebManager> {
/**
* @return the active value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
import com.microsoft.azure.arm.model.Appliable;
import com.microsoft.azure.arm.model.Creatable;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.WebManager;
import java.util.Map;

/**
* Type representing FunctionEnvelope.
*/
public interface FunctionEnvelope extends HasInner<FunctionEnvelopeInner>, Indexable, Refreshable<FunctionEnvelope>, Updatable<FunctionEnvelope.Update>, HasManager<AppServiceManager> {
public interface FunctionEnvelope extends HasInner<FunctionEnvelopeInner>, Indexable, Refreshable<FunctionEnvelope>, Updatable<FunctionEnvelope.Update>, HasManager<WebManager> {
/**
* @return the config value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.WebManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.FunctionSecretsInner;

/**
* Type representing FunctionSecrets.
*/
public interface FunctionSecrets extends HasInner<FunctionSecretsInner>, HasManager<AppServiceManager> {
public interface FunctionSecrets extends HasInner<FunctionSecretsInner>, HasManager<WebManager> {
/**
* @return the id value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
import com.microsoft.azure.arm.model.Appliable;
import com.microsoft.azure.arm.model.Creatable;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.WebManager;

/**
* Type representing HostNameBinding.
*/
public interface HostNameBinding extends HasInner<HostNameBindingInner>, Indexable, Refreshable<HostNameBinding>, Updatable<HostNameBinding.Update>, HasManager<AppServiceManager> {
public interface HostNameBinding extends HasInner<HostNameBindingInner>, Indexable, Refreshable<HostNameBinding>, Updatable<HostNameBinding.Update>, HasManager<WebManager> {
/**
* @return the azureResourceName value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
import com.microsoft.azure.arm.model.Appliable;
import com.microsoft.azure.arm.model.Creatable;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.WebManager;

/**
* Type representing HybridConnection.
*/
public interface HybridConnection extends HasInner<HybridConnectionInner>, Indexable, Refreshable<HybridConnection>, Updatable<HybridConnection.Update>, HasManager<AppServiceManager> {
public interface HybridConnection extends HasInner<HybridConnectionInner>, Indexable, Refreshable<HybridConnection>, Updatable<HybridConnection.Update>, HasManager<WebManager> {
/**
* @return the hostname value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.WebManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.HybridConnectionKeyInner;

/**
* Type representing HybridConnectionKey.
*/
public interface HybridConnectionKey extends HasInner<HybridConnectionKeyInner>, HasManager<AppServiceManager> {
public interface HybridConnectionKey extends HasInner<HybridConnectionKeyInner>, HasManager<WebManager> {
/**
* @return the id value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
import com.microsoft.azure.arm.model.Appliable;
import com.microsoft.azure.arm.model.Creatable;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.WebManager;

/**
* Type representing Identifier.
*/
public interface Identifier extends HasInner<IdentifierInner>, Indexable, Refreshable<Identifier>, Updatable<Identifier.Update>, HasManager<AppServiceManager> {
public interface Identifier extends HasInner<IdentifierInner>, Indexable, Refreshable<Identifier>, Updatable<Identifier.Update>, HasManager<WebManager> {
/**
* @return the id value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.WebManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.MSDeployLogInner;
import java.util.List;

/**
* Type representing MSDeployLog.
*/
public interface MSDeployLog extends HasInner<MSDeployLogInner>, HasManager<AppServiceManager> {
public interface MSDeployLog extends HasInner<MSDeployLogInner>, HasManager<WebManager> {
/**
* @return the entries value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.WebManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.MSDeployStatusInner;
import org.joda.time.DateTime;

/**
* Type representing MSDeployStatus.
*/
public interface MSDeployStatus extends HasInner<MSDeployStatusInner>, HasManager<AppServiceManager> {
public interface MSDeployStatus extends HasInner<MSDeployStatusInner>, HasManager<WebManager> {
/**
* @return the complete value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.WebManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.MigrateMySqlStatusInner;

/**
* Type representing MigrateMySqlStatus.
*/
public interface MigrateMySqlStatus extends HasInner<MigrateMySqlStatusInner>, HasManager<AppServiceManager> {
public interface MigrateMySqlStatus extends HasInner<MigrateMySqlStatusInner>, HasManager<WebManager> {
/**
* @return the id value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
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.appservice.v2016_08_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.WebManager;
import java.util.List;

/**
* Type representing NetworkFeatures.
*/
public interface NetworkFeatures extends HasInner<NetworkFeaturesInner>, Indexable, Refreshable<NetworkFeatures>, HasManager<AppServiceManager> {
public interface NetworkFeatures extends HasInner<NetworkFeaturesInner>, Indexable, Refreshable<NetworkFeatures>, HasManager<WebManager> {
/**
* @return the hybridConnections value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.WebManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.OperationInner;
import org.joda.time.DateTime;
import java.util.List;
Expand All @@ -19,7 +19,7 @@
/**
* Type representing Operation.
*/
public interface Operation extends HasInner<OperationInner>, HasManager<AppServiceManager> {
public interface Operation extends HasInner<OperationInner>, HasManager<WebManager> {
/**
* @return the createdTime value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.PerfMonResponseInner;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.WebManager;

/**
* Type representing PerfMonResponse.
*/
public interface PerfMonResponse extends HasInner<PerfMonResponseInner>, HasManager<AppServiceManager> {
public interface PerfMonResponse extends HasInner<PerfMonResponseInner>, HasManager<WebManager> {
/**
* @return the code value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
import com.microsoft.azure.arm.model.Appliable;
import com.microsoft.azure.arm.model.Creatable;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.WebManager;
import java.util.Map;

/**
* Type representing PremierAddOn.
*/
public interface PremierAddOn extends HasInner<PremierAddOnInner>, Indexable, Refreshable<PremierAddOn>, Updatable<PremierAddOn.Update>, HasManager<AppServiceManager> {
public interface PremierAddOn extends HasInner<PremierAddOnInner>, Indexable, Refreshable<PremierAddOn>, Updatable<PremierAddOn.Update>, HasManager<WebManager> {
/**
* @return the id value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
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.appservice.v2016_08_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.WebManager;
import java.util.List;
import java.util.Map;
import org.joda.time.DateTime;

/**
* Type representing ProcessInfo.
*/
public interface ProcessInfo extends HasInner<ProcessInfoInner>, Indexable, Refreshable<ProcessInfo>, HasManager<AppServiceManager> {
public interface ProcessInfo extends HasInner<ProcessInfoInner>, Indexable, Refreshable<ProcessInfo>, HasManager<WebManager> {
/**
* @return the children value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
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.appservice.v2016_08_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.WebManager;

/**
* Type representing ProcessModuleInfo.
*/
public interface ProcessModuleInfo extends HasInner<ProcessModuleInfoInner>, Indexable, Refreshable<ProcessModuleInfo>, HasManager<AppServiceManager> {
public interface ProcessModuleInfo extends HasInner<ProcessModuleInfoInner>, Indexable, Refreshable<ProcessModuleInfo>, HasManager<WebManager> {
/**
* @return the baseAddress value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
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.appservice.v2016_08_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_08_01.implementation.WebManager;
import org.joda.time.DateTime;

/**
* Type representing ProcessThreadInfo.
*/
public interface ProcessThreadInfo extends HasInner<ProcessThreadInfoInner>, Indexable, Refreshable<ProcessThreadInfo>, HasManager<AppServiceManager> {
public interface ProcessThreadInfo extends HasInner<ProcessThreadInfoInner>, Indexable, Refreshable<ProcessThreadInfo>, HasManager<WebManager> {
/**
* @return the basePriority value.
*/
Expand Down
Loading

0 comments on commit 34e505b

Please sign in to comment.