diff --git a/appservice/resource-manager/v2016_03_01/pom.xml b/appservice/resource-manager/v2016_03_01/pom.xml
index 2a432a923517..c8494595b172 100644
--- a/appservice/resource-manager/v2016_03_01/pom.xml
+++ b/appservice/resource-manager/v2016_03_01/pom.xml
@@ -1,133 +1,133 @@
-
-
- 4.0.0
- com.microsoft.azure.appservice.v2016_03_01
-
- com.microsoft.azure
- azure-arm-parent
- 0.0.2-beta
- ../../../pom.xml
-
- azure-mgmt-appservice
- 1.0.0-beta
- jar
- Microsoft Azure SDK for Web Management
- This package contains Microsoft Web Management SDK.
- https://github.com/Azure/azure-libraries-for-java
-
-
- The MIT License (MIT)
- http://opensource.org/licenses/MIT
- repo
-
-
-
- scm:git:https://github.com/Azure/azure-libraries-for-java
- scm:git:git@github.com:Azure/azure-libraries-for-java.git
- HEAD
-
-
- UTF-8
-
-
-
-
- microsoft
- Microsoft
-
-
-
-
- com.microsoft.azure
- azure-client-runtime
-
-
- com.microsoft.azure
- azure-arm-client-runtime
-
-
- junit
- junit
- test
-
-
- com.microsoft.azure
- azure-client-authentication
- test
-
-
- com.microsoft.azure
- azure-mgmt-resources
- test
-
-
- com.microsoft.azure
- azure-arm-client-runtime
- test-jar
- test
-
-
-
-
-
- org.apache.maven.plugins
- maven-jar-plugin
-
-
-
- true
- true
-
-
-
-
-
- org.codehaus.mojo
- build-helper-maven-plugin
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 3.1
-
- 1.7
- 1.7
-
-
- com.microsoft.azure.management.apigeneration.LangDefinitionProcessor
-
-
- true
- true
-
- true
- true
-
-
-
-
- org.apache.maven.plugins
- maven-javadoc-plugin
- 2.8
-
- *.implementation.*;*.utils.*;com.microsoft.schemas._2003._10.serialization;*.blob.core.search
-
-
- /**
- * Copyright (c) Microsoft Corporation. All rights reserved.
- * Licensed under the MIT License. See License.txt in the project root for
- * license information.
- */
- ]]>
-
-
-
-
-
-
+
+
+ 4.0.0
+ com.microsoft.azure.appservice.v2016_03_01
+
+ com.microsoft.azure
+ azure-arm-parent
+ 0.0.2-beta
+ ../../../pom.xml
+
+ azure-mgmt-web
+ 1.0.0-beta
+ jar
+ Microsoft Azure SDK for Web Management
+ This package contains Microsoft Web Management SDK.
+ https://github.com/Azure/azure-libraries-for-java
+
+
+ The MIT License (MIT)
+ http://opensource.org/licenses/MIT
+ repo
+
+
+
+ scm:git:https://github.com/Azure/azure-libraries-for-java
+ scm:git:git@github.com:Azure/azure-libraries-for-java.git
+ HEAD
+
+
+ UTF-8
+
+
+
+
+ microsoft
+ Microsoft
+
+
+
+
+ com.microsoft.azure
+ azure-client-runtime
+
+
+ com.microsoft.azure
+ azure-arm-client-runtime
+
+
+ junit
+ junit
+ test
+
+
+ com.microsoft.azure
+ azure-client-authentication
+ test
+
+
+ com.microsoft.azure
+ azure-mgmt-resources
+ test
+
+
+ com.microsoft.azure
+ azure-arm-client-runtime
+ test-jar
+ test
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+
+ true
+ true
+
+
+
+
+
+ org.codehaus.mojo
+ build-helper-maven-plugin
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.1
+
+ 1.7
+ 1.7
+
+
+ com.microsoft.azure.management.apigeneration.LangDefinitionProcessor
+
+
+ true
+ true
+
+ true
+ true
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 2.8
+
+ *.implementation.*;*.utils.*;com.microsoft.schemas._2003._10.serialization;*.blob.core.search
+
+
+ /**
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for
+ * license information.
+ */
+ ]]>
+
+
+
+
+
+
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/AbnormalTimePeriod.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/AbnormalTimePeriod.java
index 81a24d720a01..46eb4bce4f3a 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/AbnormalTimePeriod.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/AbnormalTimePeriod.java
@@ -41,7 +41,7 @@ public class AbnormalTimePeriod {
private List solutions;
/**
- * Get the startTime value.
+ * Get start time of the downtime.
*
* @return the startTime value
*/
@@ -50,7 +50,7 @@ public DateTime startTime() {
}
/**
- * Set the startTime value.
+ * Set start time of the downtime.
*
* @param startTime the startTime value to set
* @return the AbnormalTimePeriod object itself.
@@ -61,7 +61,7 @@ public AbnormalTimePeriod withStartTime(DateTime startTime) {
}
/**
- * Get the endTime value.
+ * Get end time of the downtime.
*
* @return the endTime value
*/
@@ -70,7 +70,7 @@ public DateTime endTime() {
}
/**
- * Set the endTime value.
+ * Set end time of the downtime.
*
* @param endTime the endTime value to set
* @return the AbnormalTimePeriod object itself.
@@ -81,7 +81,7 @@ public AbnormalTimePeriod withEndTime(DateTime endTime) {
}
/**
- * Get the events value.
+ * Get list of Possible Cause of downtime.
*
* @return the events value
*/
@@ -90,7 +90,7 @@ public List events() {
}
/**
- * Set the events value.
+ * Set list of Possible Cause of downtime.
*
* @param events the events value to set
* @return the AbnormalTimePeriod object itself.
@@ -101,7 +101,7 @@ public AbnormalTimePeriod withEvents(List events) {
}
/**
- * Get the solutions value.
+ * Get list of proposed solutions.
*
* @return the solutions value
*/
@@ -110,7 +110,7 @@ public List solutions() {
}
/**
- * Set the solutions value.
+ * Set list of proposed solutions.
*
* @param solutions the solutions value to set
* @return the AbnormalTimePeriod object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/AnalysisData.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/AnalysisData.java
index 03b098c2a01c..c5e89383711a 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/AnalysisData.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/AnalysisData.java
@@ -47,7 +47,7 @@ public class AnalysisData {
private ResponseMetaData detectorMetaData;
/**
- * Get the source value.
+ * Get name of the Detector.
*
* @return the source value
*/
@@ -56,7 +56,7 @@ public String source() {
}
/**
- * Set the source value.
+ * Set name of the Detector.
*
* @param source the source value to set
* @return the AnalysisData object itself.
@@ -67,7 +67,7 @@ public AnalysisData withSource(String source) {
}
/**
- * Get the detectorDefinition value.
+ * Get detector Definition.
*
* @return the detectorDefinition value
*/
@@ -76,7 +76,7 @@ public DetectorDefinitionInner detectorDefinition() {
}
/**
- * Set the detectorDefinition value.
+ * Set detector Definition.
*
* @param detectorDefinition the detectorDefinition value to set
* @return the AnalysisData object itself.
@@ -87,7 +87,7 @@ public AnalysisData withDetectorDefinition(DetectorDefinitionInner detectorDefin
}
/**
- * Get the metrics value.
+ * Get source Metrics.
*
* @return the metrics value
*/
@@ -96,7 +96,7 @@ public List metrics() {
}
/**
- * Set the metrics value.
+ * Set source Metrics.
*
* @param metrics the metrics value to set
* @return the AnalysisData object itself.
@@ -107,7 +107,7 @@ public AnalysisData withMetrics(List metrics) {
}
/**
- * Get the data value.
+ * Get additional Source Data.
*
* @return the data value
*/
@@ -116,7 +116,7 @@ public List> data() {
}
/**
- * Set the data value.
+ * Set additional Source Data.
*
* @param data the data value to set
* @return the AnalysisData object itself.
@@ -127,7 +127,7 @@ public AnalysisData withData(List> data) {
}
/**
- * Get the detectorMetaData value.
+ * Get detector Meta Data.
*
* @return the detectorMetaData value
*/
@@ -136,7 +136,7 @@ public ResponseMetaData detectorMetaData() {
}
/**
- * Set the detectorMetaData value.
+ * Set detector Meta Data.
*
* @param detectorMetaData the detectorMetaData value to set
* @return the AnalysisData object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/AnalysisDefinition.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/AnalysisDefinition.java
index edfe33751fac..66d383a614fa 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/AnalysisDefinition.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/AnalysisDefinition.java
@@ -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_03_01.implementation.AppServiceManager;
+import com.microsoft.azure.management.appservice.v2016_03_01.implementation.WebManager;
import com.microsoft.azure.management.appservice.v2016_03_01.implementation.AnalysisDefinitionInner;
/**
* Type representing AnalysisDefinition.
*/
-public interface AnalysisDefinition extends HasInner, HasManager {
+public interface AnalysisDefinition extends HasInner, HasManager {
/**
* @return the description value.
*/
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ApiDefinitionInfo.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ApiDefinitionInfo.java
index 3dae5bc248c4..b4cad8193f18 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ApiDefinitionInfo.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ApiDefinitionInfo.java
@@ -21,7 +21,7 @@ public class ApiDefinitionInfo {
private String url;
/**
- * Get the url value.
+ * Get the URL of the API definition.
*
* @return the url value
*/
@@ -30,7 +30,7 @@ public String url() {
}
/**
- * Set the url value.
+ * Set the URL of the API definition.
*
* @param url the url value to set
* @return the ApiDefinitionInfo object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/AppServiceEnvironment.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/AppServiceEnvironment.java
index b12e5b4444a8..eee35d823d85 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/AppServiceEnvironment.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/AppServiceEnvironment.java
@@ -251,7 +251,7 @@ public class AppServiceEnvironment {
private List userWhitelistedIpRanges;
/**
- * Get the name value.
+ * Get name of the App Service Environment.
*
* @return the name value
*/
@@ -260,7 +260,7 @@ public String name() {
}
/**
- * Set the name value.
+ * Set name of the App Service Environment.
*
* @param name the name value to set
* @return the AppServiceEnvironment object itself.
@@ -271,7 +271,7 @@ public AppServiceEnvironment withName(String name) {
}
/**
- * Get the location value.
+ * Get location of the App Service Environment, e.g. "West US".
*
* @return the location value
*/
@@ -280,7 +280,7 @@ public String location() {
}
/**
- * Set the location value.
+ * Set location of the App Service Environment, e.g. "West US".
*
* @param location the location value to set
* @return the AppServiceEnvironment object itself.
@@ -291,7 +291,7 @@ public AppServiceEnvironment withLocation(String location) {
}
/**
- * Get the provisioningState value.
+ * Get provisioning state of the App Service Environment. Possible values include: 'Succeeded', 'Failed', 'Canceled', 'InProgress', 'Deleting'.
*
* @return the provisioningState value
*/
@@ -300,7 +300,7 @@ public ProvisioningState provisioningState() {
}
/**
- * Get the status value.
+ * Get current status of the App Service Environment. Possible values include: 'Preparing', 'Ready', 'Scaling', 'Deleting'.
*
* @return the status value
*/
@@ -309,7 +309,7 @@ public HostingEnvironmentStatus status() {
}
/**
- * Get the vnetName value.
+ * Get name of the Virtual Network for the App Service Environment.
*
* @return the vnetName value
*/
@@ -318,7 +318,7 @@ public String vnetName() {
}
/**
- * Set the vnetName value.
+ * Set name of the Virtual Network for the App Service Environment.
*
* @param vnetName the vnetName value to set
* @return the AppServiceEnvironment object itself.
@@ -329,7 +329,7 @@ public AppServiceEnvironment withVnetName(String vnetName) {
}
/**
- * Get the vnetResourceGroupName value.
+ * Get resource group of the Virtual Network.
*
* @return the vnetResourceGroupName value
*/
@@ -338,7 +338,7 @@ public String vnetResourceGroupName() {
}
/**
- * Set the vnetResourceGroupName value.
+ * Set resource group of the Virtual Network.
*
* @param vnetResourceGroupName the vnetResourceGroupName value to set
* @return the AppServiceEnvironment object itself.
@@ -349,7 +349,7 @@ public AppServiceEnvironment withVnetResourceGroupName(String vnetResourceGroupN
}
/**
- * Get the vnetSubnetName value.
+ * Get subnet of the Virtual Network.
*
* @return the vnetSubnetName value
*/
@@ -358,7 +358,7 @@ public String vnetSubnetName() {
}
/**
- * Set the vnetSubnetName value.
+ * Set subnet of the Virtual Network.
*
* @param vnetSubnetName the vnetSubnetName value to set
* @return the AppServiceEnvironment object itself.
@@ -369,7 +369,7 @@ public AppServiceEnvironment withVnetSubnetName(String vnetSubnetName) {
}
/**
- * Get the virtualNetwork value.
+ * Get description of the Virtual Network.
*
* @return the virtualNetwork value
*/
@@ -378,7 +378,7 @@ public VirtualNetworkProfile virtualNetwork() {
}
/**
- * Set the virtualNetwork value.
+ * Set description of the Virtual Network.
*
* @param virtualNetwork the virtualNetwork value to set
* @return the AppServiceEnvironment object itself.
@@ -389,7 +389,7 @@ public AppServiceEnvironment withVirtualNetwork(VirtualNetworkProfile virtualNet
}
/**
- * Get the internalLoadBalancingMode value.
+ * Get specifies which endpoints to serve internally in the Virtual Network for the App Service Environment. Possible values include: 'None', 'Web', 'Publishing'.
*
* @return the internalLoadBalancingMode value
*/
@@ -398,7 +398,7 @@ public InternalLoadBalancingMode internalLoadBalancingMode() {
}
/**
- * Set the internalLoadBalancingMode value.
+ * Set specifies which endpoints to serve internally in the Virtual Network for the App Service Environment. Possible values include: 'None', 'Web', 'Publishing'.
*
* @param internalLoadBalancingMode the internalLoadBalancingMode value to set
* @return the AppServiceEnvironment object itself.
@@ -409,7 +409,7 @@ public AppServiceEnvironment withInternalLoadBalancingMode(InternalLoadBalancing
}
/**
- * Get the multiSize value.
+ * Get front-end VM size, e.g. "Medium", "Large".
*
* @return the multiSize value
*/
@@ -418,7 +418,7 @@ public String multiSize() {
}
/**
- * Set the multiSize value.
+ * Set front-end VM size, e.g. "Medium", "Large".
*
* @param multiSize the multiSize value to set
* @return the AppServiceEnvironment object itself.
@@ -429,7 +429,7 @@ public AppServiceEnvironment withMultiSize(String multiSize) {
}
/**
- * Get the multiRoleCount value.
+ * Get number of front-end instances.
*
* @return the multiRoleCount value
*/
@@ -438,7 +438,7 @@ public Integer multiRoleCount() {
}
/**
- * Set the multiRoleCount value.
+ * Set number of front-end instances.
*
* @param multiRoleCount the multiRoleCount value to set
* @return the AppServiceEnvironment object itself.
@@ -449,7 +449,7 @@ public AppServiceEnvironment withMultiRoleCount(Integer multiRoleCount) {
}
/**
- * Get the workerPools value.
+ * Get description of worker pools with worker size IDs, VM sizes, and number of workers in each pool.
*
* @return the workerPools value
*/
@@ -458,7 +458,7 @@ public List workerPools() {
}
/**
- * Set the workerPools value.
+ * Set description of worker pools with worker size IDs, VM sizes, and number of workers in each pool.
*
* @param workerPools the workerPools value to set
* @return the AppServiceEnvironment object itself.
@@ -469,7 +469,7 @@ public AppServiceEnvironment withWorkerPools(List workerPools) {
}
/**
- * Get the ipsslAddressCount value.
+ * Get number of IP SSL addresses reserved for the App Service Environment.
*
* @return the ipsslAddressCount value
*/
@@ -478,7 +478,7 @@ public Integer ipsslAddressCount() {
}
/**
- * Set the ipsslAddressCount value.
+ * Set number of IP SSL addresses reserved for the App Service Environment.
*
* @param ipsslAddressCount the ipsslAddressCount value to set
* @return the AppServiceEnvironment object itself.
@@ -489,7 +489,7 @@ public AppServiceEnvironment withIpsslAddressCount(Integer ipsslAddressCount) {
}
/**
- * Get the databaseEdition value.
+ * Get edition of the metadata database for the App Service Environment, e.g. "Standard".
*
* @return the databaseEdition value
*/
@@ -498,7 +498,7 @@ public String databaseEdition() {
}
/**
- * Get the databaseServiceObjective value.
+ * Get service objective of the metadata database for the App Service Environment, e.g. "S0".
*
* @return the databaseServiceObjective value
*/
@@ -507,7 +507,7 @@ public String databaseServiceObjective() {
}
/**
- * Get the upgradeDomains value.
+ * Get number of upgrade domains of the App Service Environment.
*
* @return the upgradeDomains value
*/
@@ -516,7 +516,7 @@ public Integer upgradeDomains() {
}
/**
- * Get the subscriptionId value.
+ * Get subscription of the App Service Environment.
*
* @return the subscriptionId value
*/
@@ -525,7 +525,7 @@ public String subscriptionId() {
}
/**
- * Get the dnsSuffix value.
+ * Get dNS suffix of the App Service Environment.
*
* @return the dnsSuffix value
*/
@@ -534,7 +534,7 @@ public String dnsSuffix() {
}
/**
- * Set the dnsSuffix value.
+ * Set dNS suffix of the App Service Environment.
*
* @param dnsSuffix the dnsSuffix value to set
* @return the AppServiceEnvironment object itself.
@@ -545,7 +545,7 @@ public AppServiceEnvironment withDnsSuffix(String dnsSuffix) {
}
/**
- * Get the lastAction value.
+ * Get last deployment action on the App Service Environment.
*
* @return the lastAction value
*/
@@ -554,7 +554,7 @@ public String lastAction() {
}
/**
- * Get the lastActionResult value.
+ * Get result of the last deployment action on the App Service Environment.
*
* @return the lastActionResult value
*/
@@ -563,7 +563,7 @@ public String lastActionResult() {
}
/**
- * Get the allowedMultiSizes value.
+ * Get list of comma separated strings describing which VM sizes are allowed for front-ends.
*
* @return the allowedMultiSizes value
*/
@@ -572,7 +572,7 @@ public String allowedMultiSizes() {
}
/**
- * Get the allowedWorkerSizes value.
+ * Get list of comma separated strings describing which VM sizes are allowed for workers.
*
* @return the allowedWorkerSizes value
*/
@@ -581,7 +581,7 @@ public String allowedWorkerSizes() {
}
/**
- * Get the maximumNumberOfMachines value.
+ * Get maximum number of VMs in the App Service Environment.
*
* @return the maximumNumberOfMachines value
*/
@@ -590,7 +590,7 @@ public Integer maximumNumberOfMachines() {
}
/**
- * Get the vipMappings value.
+ * Get description of IP SSL mapping for the App Service Environment.
*
* @return the vipMappings value
*/
@@ -599,7 +599,7 @@ public List vipMappings() {
}
/**
- * Get the environmentCapacities value.
+ * Get current total, used, and available worker capacities.
*
* @return the environmentCapacities value
*/
@@ -608,7 +608,7 @@ public List environmentCapacities() {
}
/**
- * Get the networkAccessControlList value.
+ * Get access control list for controlling traffic to the App Service Environment.
*
* @return the networkAccessControlList value
*/
@@ -617,7 +617,7 @@ public List networkAccessControlList() {
}
/**
- * Set the networkAccessControlList value.
+ * Set access control list for controlling traffic to the App Service Environment.
*
* @param networkAccessControlList the networkAccessControlList value to set
* @return the AppServiceEnvironment object itself.
@@ -628,7 +628,7 @@ public AppServiceEnvironment withNetworkAccessControlList(List clusterSettings() {
}
/**
- * Set the clusterSettings value.
+ * Set custom settings for changing the behavior of the App Service Environment.
*
* @param clusterSettings the clusterSettings value to set
* @return the AppServiceEnvironment object itself.
@@ -764,7 +768,7 @@ public AppServiceEnvironment withClusterSettings(List clusterSett
}
/**
- * Get the userWhitelistedIpRanges value.
+ * Get user added ip ranges to whitelist on ASE db.
*
* @return the userWhitelistedIpRanges value
*/
@@ -773,7 +777,7 @@ public List userWhitelistedIpRanges() {
}
/**
- * Set the userWhitelistedIpRanges value.
+ * Set user added ip ranges to whitelist on ASE db.
*
* @param userWhitelistedIpRanges the userWhitelistedIpRanges value to set
* @return the AppServiceEnvironment object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/AppServicePlan.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/AppServicePlan.java
index 0a29445c0dc8..0006481ef500 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/AppServicePlan.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/AppServicePlan.java
@@ -143,7 +143,7 @@ public class AppServicePlan extends Resource {
private String kind;
/**
- * Get the appServicePlanName value.
+ * Get name for the App Service plan.
*
* @return the appServicePlanName value
*/
@@ -152,7 +152,7 @@ public String appServicePlanName() {
}
/**
- * Set the appServicePlanName value.
+ * Set name for the App Service plan.
*
* @param appServicePlanName the appServicePlanName value to set
* @return the AppServicePlan object itself.
@@ -163,7 +163,7 @@ public AppServicePlan withAppServicePlanName(String appServicePlanName) {
}
/**
- * Get the workerTierName value.
+ * Get target worker tier assigned to the App Service plan.
*
* @return the workerTierName value
*/
@@ -172,7 +172,7 @@ public String workerTierName() {
}
/**
- * Set the workerTierName value.
+ * Set target worker tier assigned to the App Service plan.
*
* @param workerTierName the workerTierName value to set
* @return the AppServicePlan object itself.
@@ -183,7 +183,7 @@ public AppServicePlan withWorkerTierName(String workerTierName) {
}
/**
- * Get the status value.
+ * Get app Service plan status. Possible values include: 'Ready', 'Pending', 'Creating'.
*
* @return the status value
*/
@@ -192,7 +192,7 @@ public StatusOptions status() {
}
/**
- * Get the subscription value.
+ * Get app Service plan subscription.
*
* @return the subscription value
*/
@@ -201,7 +201,7 @@ public String subscription() {
}
/**
- * Get the adminSiteName value.
+ * Get app Service plan administration site.
*
* @return the adminSiteName value
*/
@@ -210,7 +210,7 @@ public String adminSiteName() {
}
/**
- * Set the adminSiteName value.
+ * Set app Service plan administration site.
*
* @param adminSiteName the adminSiteName value to set
* @return the AppServicePlan object itself.
@@ -221,7 +221,7 @@ public AppServicePlan withAdminSiteName(String adminSiteName) {
}
/**
- * Get the hostingEnvironmentProfile value.
+ * Get specification for the App Service Environment to use for the App Service plan.
*
* @return the hostingEnvironmentProfile value
*/
@@ -230,7 +230,7 @@ public HostingEnvironmentProfile hostingEnvironmentProfile() {
}
/**
- * Set the hostingEnvironmentProfile value.
+ * Set specification for the App Service Environment to use for the App Service plan.
*
* @param hostingEnvironmentProfile the hostingEnvironmentProfile value to set
* @return the AppServicePlan object itself.
@@ -241,7 +241,7 @@ public AppServicePlan withHostingEnvironmentProfile(HostingEnvironmentProfile ho
}
/**
- * Get the maximumNumberOfWorkers value.
+ * Get maximum number of instances that can be assigned to this App Service plan.
*
* @return the maximumNumberOfWorkers value
*/
@@ -250,7 +250,7 @@ public Integer maximumNumberOfWorkers() {
}
/**
- * Get the geoRegion value.
+ * Get geographical location for the App Service plan.
*
* @return the geoRegion value
*/
@@ -259,7 +259,8 @@ public String geoRegion() {
}
/**
- * Get the perSiteScaling value.
+ * Get if <code>true</code>, apps assigned to this App Service plan can be scaled independently.
+ If <code>false</code>, apps assigned to this App Service plan will scale to all instances of the plan.
*
* @return the perSiteScaling value
*/
@@ -268,7 +269,8 @@ public Boolean perSiteScaling() {
}
/**
- * Set the perSiteScaling value.
+ * Set if <code>true</code>, apps assigned to this App Service plan can be scaled independently.
+ If <code>false</code>, apps assigned to this App Service plan will scale to all instances of the plan.
*
* @param perSiteScaling the perSiteScaling value to set
* @return the AppServicePlan object itself.
@@ -279,7 +281,7 @@ public AppServicePlan withPerSiteScaling(Boolean perSiteScaling) {
}
/**
- * Get the numberOfSites value.
+ * Get number of apps assigned to this App Service plan.
*
* @return the numberOfSites value
*/
@@ -288,7 +290,7 @@ public Integer numberOfSites() {
}
/**
- * Get the isSpot value.
+ * Get if <code>true</code>, this App Service Plan owns spot instances.
*
* @return the isSpot value
*/
@@ -297,7 +299,7 @@ public Boolean isSpot() {
}
/**
- * Set the isSpot value.
+ * Set if <code>true</code>, this App Service Plan owns spot instances.
*
* @param isSpot the isSpot value to set
* @return the AppServicePlan object itself.
@@ -308,7 +310,7 @@ public AppServicePlan withIsSpot(Boolean isSpot) {
}
/**
- * Get the spotExpirationTime value.
+ * Get the time when the server farm expires. Valid only if it is a spot server farm.
*
* @return the spotExpirationTime value
*/
@@ -317,7 +319,7 @@ public DateTime spotExpirationTime() {
}
/**
- * Set the spotExpirationTime value.
+ * Set the time when the server farm expires. Valid only if it is a spot server farm.
*
* @param spotExpirationTime the spotExpirationTime value to set
* @return the AppServicePlan object itself.
@@ -328,7 +330,7 @@ public AppServicePlan withSpotExpirationTime(DateTime spotExpirationTime) {
}
/**
- * Get the resourceGroup value.
+ * Get resource group of the App Service plan.
*
* @return the resourceGroup value
*/
@@ -337,7 +339,7 @@ public String resourceGroup() {
}
/**
- * Get the reserved value.
+ * Get if Linux app service plan <code>true</code>, <code>false</code> otherwise.
*
* @return the reserved value
*/
@@ -346,7 +348,7 @@ public Boolean reserved() {
}
/**
- * Set the reserved value.
+ * Set if Linux app service plan <code>true</code>, <code>false</code> otherwise.
*
* @param reserved the reserved value to set
* @return the AppServicePlan object itself.
@@ -357,7 +359,7 @@ public AppServicePlan withReserved(Boolean reserved) {
}
/**
- * Get the targetWorkerCount value.
+ * Get scaling worker count.
*
* @return the targetWorkerCount value
*/
@@ -366,7 +368,7 @@ public Integer targetWorkerCount() {
}
/**
- * Set the targetWorkerCount value.
+ * Set scaling worker count.
*
* @param targetWorkerCount the targetWorkerCount value to set
* @return the AppServicePlan object itself.
@@ -377,7 +379,7 @@ public AppServicePlan withTargetWorkerCount(Integer targetWorkerCount) {
}
/**
- * Get the targetWorkerSizeId value.
+ * Get scaling worker size ID.
*
* @return the targetWorkerSizeId value
*/
@@ -386,7 +388,7 @@ public Integer targetWorkerSizeId() {
}
/**
- * Set the targetWorkerSizeId value.
+ * Set scaling worker size ID.
*
* @param targetWorkerSizeId the targetWorkerSizeId value to set
* @return the AppServicePlan object itself.
@@ -397,7 +399,7 @@ public AppServicePlan withTargetWorkerSizeId(Integer targetWorkerSizeId) {
}
/**
- * Get the provisioningState value.
+ * Get provisioning state of the App Service Environment. Possible values include: 'Succeeded', 'Failed', 'Canceled', 'InProgress', 'Deleting'.
*
* @return the provisioningState value
*/
@@ -426,7 +428,7 @@ public AppServicePlan withSku(SkuDescription sku) {
}
/**
- * Get the kind value.
+ * Get kind of resource.
*
* @return the kind value
*/
@@ -435,7 +437,7 @@ public String kind() {
}
/**
- * Set the kind value.
+ * Set kind of resource.
*
* @param kind the kind value to set
* @return the AppServicePlan object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/AppServicePlanCollection.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/AppServicePlanCollection.java
index 52db4552fccf..83317c67648a 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/AppServicePlanCollection.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/AppServicePlanCollection.java
@@ -28,7 +28,7 @@ public class AppServicePlanCollection {
private String nextLink;
/**
- * Get the value value.
+ * Get collection of resources.
*
* @return the value value
*/
@@ -37,7 +37,7 @@ public List value() {
}
/**
- * Set the value value.
+ * Set collection of resources.
*
* @param value the value value to set
* @return the AppServicePlanCollection object itself.
@@ -48,7 +48,7 @@ public AppServicePlanCollection withValue(List value) {
}
/**
- * Get the nextLink value.
+ * Get link to next page of resources.
*
* @return the nextLink value
*/
@@ -57,7 +57,7 @@ public String nextLink() {
}
/**
- * Set the nextLink value.
+ * Set link to next page of resources.
*
* @param nextLink the nextLink value to set
* @return the AppServicePlanCollection object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ApplicationStack.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ApplicationStack.java
index 2b7e1a6f92d5..665174ff6282 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ApplicationStack.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ApplicationStack.java
@@ -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_03_01.implementation.AppServiceManager;
+import com.microsoft.azure.management.appservice.v2016_03_01.implementation.WebManager;
import com.microsoft.azure.management.appservice.v2016_03_01.implementation.ApplicationStackInner;
import java.util.List;
/**
* Type representing ApplicationStack.
*/
-public interface ApplicationStack extends HasInner, HasManager {
+public interface ApplicationStack extends HasInner, HasManager {
/**
* @return the dependency value.
*/
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/AutoHealActions.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/AutoHealActions.java
index b994918e8fa4..420407c893b7 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/AutoHealActions.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/AutoHealActions.java
@@ -35,7 +35,7 @@ public class AutoHealActions {
private String minProcessExecutionTime;
/**
- * Get the actionType value.
+ * Get predefined action to be taken. Possible values include: 'Recycle', 'LogEvent', 'CustomAction'.
*
* @return the actionType value
*/
@@ -44,7 +44,7 @@ public AutoHealActionType actionType() {
}
/**
- * Set the actionType value.
+ * Set predefined action to be taken. Possible values include: 'Recycle', 'LogEvent', 'CustomAction'.
*
* @param actionType the actionType value to set
* @return the AutoHealActions object itself.
@@ -55,7 +55,7 @@ public AutoHealActions withActionType(AutoHealActionType actionType) {
}
/**
- * Get the customAction value.
+ * Get custom action to be taken.
*
* @return the customAction value
*/
@@ -64,7 +64,7 @@ public AutoHealCustomAction customAction() {
}
/**
- * Set the customAction value.
+ * Set custom action to be taken.
*
* @param customAction the customAction value to set
* @return the AutoHealActions object itself.
@@ -75,7 +75,8 @@ public AutoHealActions withCustomAction(AutoHealCustomAction customAction) {
}
/**
- * Get the minProcessExecutionTime value.
+ * Get minimum time the process must execute
+ before taking the action.
*
* @return the minProcessExecutionTime value
*/
@@ -84,7 +85,8 @@ public String minProcessExecutionTime() {
}
/**
- * Set the minProcessExecutionTime value.
+ * Set minimum time the process must execute
+ before taking the action.
*
* @param minProcessExecutionTime the minProcessExecutionTime value to set
* @return the AutoHealActions object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/AutoHealCustomAction.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/AutoHealCustomAction.java
index 295d8f5acc3e..34b14c525768 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/AutoHealCustomAction.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/AutoHealCustomAction.java
@@ -28,7 +28,7 @@ public class AutoHealCustomAction {
private String parameters;
/**
- * Get the exe value.
+ * Get executable to be run.
*
* @return the exe value
*/
@@ -37,7 +37,7 @@ public String exe() {
}
/**
- * Set the exe value.
+ * Set executable to be run.
*
* @param exe the exe value to set
* @return the AutoHealCustomAction object itself.
@@ -48,7 +48,7 @@ public AutoHealCustomAction withExe(String exe) {
}
/**
- * Get the parameters value.
+ * Get parameters for the executable.
*
* @return the parameters value
*/
@@ -57,7 +57,7 @@ public String parameters() {
}
/**
- * Set the parameters value.
+ * Set parameters for the executable.
*
* @param parameters the parameters value to set
* @return the AutoHealCustomAction object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/AutoHealRules.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/AutoHealRules.java
index be740bfe7203..58ae54f3af96 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/AutoHealRules.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/AutoHealRules.java
@@ -27,7 +27,7 @@ public class AutoHealRules {
private AutoHealActions actions;
/**
- * Get the triggers value.
+ * Get conditions that describe when to execute the auto-heal actions.
*
* @return the triggers value
*/
@@ -36,7 +36,7 @@ public AutoHealTriggers triggers() {
}
/**
- * Set the triggers value.
+ * Set conditions that describe when to execute the auto-heal actions.
*
* @param triggers the triggers value to set
* @return the AutoHealRules object itself.
@@ -47,7 +47,7 @@ public AutoHealRules withTriggers(AutoHealTriggers triggers) {
}
/**
- * Get the actions value.
+ * Get actions to be executed when a rule is triggered.
*
* @return the actions value
*/
@@ -56,7 +56,7 @@ public AutoHealActions actions() {
}
/**
- * Set the actions value.
+ * Set actions to be executed when a rule is triggered.
*
* @param actions the actions value to set
* @return the AutoHealRules object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/AutoHealTriggers.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/AutoHealTriggers.java
index cfe6eb8bf7eb..57c45ae22fe9 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/AutoHealTriggers.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/AutoHealTriggers.java
@@ -40,7 +40,7 @@ public class AutoHealTriggers {
private SlowRequestsBasedTrigger slowRequests;
/**
- * Get the requests value.
+ * Get a rule based on total requests.
*
* @return the requests value
*/
@@ -49,7 +49,7 @@ public RequestsBasedTrigger requests() {
}
/**
- * Set the requests value.
+ * Set a rule based on total requests.
*
* @param requests the requests value to set
* @return the AutoHealTriggers object itself.
@@ -60,7 +60,7 @@ public AutoHealTriggers withRequests(RequestsBasedTrigger requests) {
}
/**
- * Get the privateBytesInKB value.
+ * Get a rule based on private bytes.
*
* @return the privateBytesInKB value
*/
@@ -69,7 +69,7 @@ public Integer privateBytesInKB() {
}
/**
- * Set the privateBytesInKB value.
+ * Set a rule based on private bytes.
*
* @param privateBytesInKB the privateBytesInKB value to set
* @return the AutoHealTriggers object itself.
@@ -80,7 +80,7 @@ public AutoHealTriggers withPrivateBytesInKB(Integer privateBytesInKB) {
}
/**
- * Get the statusCodes value.
+ * Get a rule based on status codes.
*
* @return the statusCodes value
*/
@@ -89,7 +89,7 @@ public List statusCodes() {
}
/**
- * Set the statusCodes value.
+ * Set a rule based on status codes.
*
* @param statusCodes the statusCodes value to set
* @return the AutoHealTriggers object itself.
@@ -100,7 +100,7 @@ public AutoHealTriggers withStatusCodes(List statusCode
}
/**
- * Get the slowRequests value.
+ * Get a rule based on request execution time.
*
* @return the slowRequests value
*/
@@ -109,7 +109,7 @@ public SlowRequestsBasedTrigger slowRequests() {
}
/**
- * Set the slowRequests value.
+ * Set a rule based on request execution time.
*
* @param slowRequests the slowRequests value to set
* @return the AutoHealTriggers object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/BillingMeter.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/BillingMeter.java
index c5e3d1e71302..1d1a88afa936 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/BillingMeter.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/BillingMeter.java
@@ -11,12 +11,12 @@
import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.management.appservice.v2016_03_01.implementation.BillingMeterInner;
import com.microsoft.azure.arm.resources.models.HasManager;
-import com.microsoft.azure.management.appservice.v2016_03_01.implementation.AppServiceManager;
+import com.microsoft.azure.management.appservice.v2016_03_01.implementation.WebManager;
/**
* Type representing BillingMeter.
*/
-public interface BillingMeter extends HasInner, HasManager {
+public interface BillingMeter extends HasInner, HasManager {
/**
* @return the billingLocation value.
*/
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/Capability.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/Capability.java
index defa98895440..2afa07a9608c 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/Capability.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/Capability.java
@@ -33,7 +33,7 @@ public class Capability {
private String reason;
/**
- * Get the name value.
+ * Get name of the SKU capability.
*
* @return the name value
*/
@@ -42,7 +42,7 @@ public String name() {
}
/**
- * Set the name value.
+ * Set name of the SKU capability.
*
* @param name the name value to set
* @return the Capability object itself.
@@ -53,7 +53,7 @@ public Capability withName(String name) {
}
/**
- * Get the value value.
+ * Get value of the SKU capability.
*
* @return the value value
*/
@@ -62,7 +62,7 @@ public String value() {
}
/**
- * Set the value value.
+ * Set value of the SKU capability.
*
* @param value the value value to set
* @return the Capability object itself.
@@ -73,7 +73,7 @@ public Capability withValue(String value) {
}
/**
- * Get the reason value.
+ * Get reason of the SKU capability.
*
* @return the reason value
*/
@@ -82,7 +82,7 @@ public String reason() {
}
/**
- * Set the reason value.
+ * Set reason of the SKU capability.
*
* @param reason the reason value to set
* @return the Capability object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/Certificate.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/Certificate.java
index 7366f2cae7ab..fbcede953f24 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/Certificate.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/Certificate.java
@@ -10,14 +10,14 @@
import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.arm.resources.models.Resource;
+import com.microsoft.azure.arm.resources.models.GroupableResourceCore;
import com.microsoft.azure.arm.resources.models.HasResourceGroup;
import com.microsoft.azure.arm.model.Refreshable;
import com.microsoft.azure.arm.model.Updatable;
import com.microsoft.azure.arm.model.Appliable;
import com.microsoft.azure.arm.model.Creatable;
-import com.microsoft.azure.arm.resources.models.GroupableResourceCore;
import com.microsoft.azure.arm.resources.models.HasManager;
-import com.microsoft.azure.management.appservice.v2016_03_01.implementation.AppServiceManager;
+import com.microsoft.azure.management.appservice.v2016_03_01.implementation.WebManager;
import java.util.List;
import org.joda.time.DateTime;
import com.microsoft.azure.management.appservice.v2016_03_01.implementation.CertificateInner;
@@ -25,7 +25,7 @@
/**
* Type representing Certificate.
*/
-public interface Certificate extends HasInner, Resource, GroupableResourceCore, HasResourceGroup, Refreshable, Updatable, HasManager {
+public interface Certificate extends HasInner, Resource, GroupableResourceCore, HasResourceGroup, Refreshable, Updatable, HasManager {
/**
* @return the cerBlob value.
*/
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/CertificatePatchResource.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/CertificatePatchResource.java
index b5d1f10c7925..6e3ceea40557 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/CertificatePatchResource.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/CertificatePatchResource.java
@@ -146,7 +146,7 @@ public class CertificatePatchResource extends ProxyOnlyResource {
private String serverFarmId;
/**
- * Get the friendlyName value.
+ * Get friendly name of the certificate.
*
* @return the friendlyName value
*/
@@ -155,7 +155,7 @@ public String friendlyName() {
}
/**
- * Get the subjectName value.
+ * Get subject name of the certificate.
*
* @return the subjectName value
*/
@@ -164,7 +164,7 @@ public String subjectName() {
}
/**
- * Get the hostNames value.
+ * Get host names the certificate applies to.
*
* @return the hostNames value
*/
@@ -173,7 +173,7 @@ public List hostNames() {
}
/**
- * Set the hostNames value.
+ * Set host names the certificate applies to.
*
* @param hostNames the hostNames value to set
* @return the CertificatePatchResource object itself.
@@ -184,7 +184,7 @@ public CertificatePatchResource withHostNames(List hostNames) {
}
/**
- * Get the pfxBlob value.
+ * Get pfx blob.
*
* @return the pfxBlob value
*/
@@ -193,7 +193,7 @@ public byte[] pfxBlob() {
}
/**
- * Set the pfxBlob value.
+ * Set pfx blob.
*
* @param pfxBlob the pfxBlob value to set
* @return the CertificatePatchResource object itself.
@@ -204,7 +204,7 @@ public CertificatePatchResource withPfxBlob(byte[] pfxBlob) {
}
/**
- * Get the siteName value.
+ * Get app name.
*
* @return the siteName value
*/
@@ -213,7 +213,7 @@ public String siteName() {
}
/**
- * Get the selfLink value.
+ * Get self link.
*
* @return the selfLink value
*/
@@ -222,7 +222,7 @@ public String selfLink() {
}
/**
- * Get the issuer value.
+ * Get certificate issuer.
*
* @return the issuer value
*/
@@ -231,7 +231,7 @@ public String issuer() {
}
/**
- * Get the issueDate value.
+ * Get certificate issue Date.
*
* @return the issueDate value
*/
@@ -240,7 +240,7 @@ public DateTime issueDate() {
}
/**
- * Get the expirationDate value.
+ * Get certificate expriration date.
*
* @return the expirationDate value
*/
@@ -249,7 +249,7 @@ public DateTime expirationDate() {
}
/**
- * Get the password value.
+ * Get certificate password.
*
* @return the password value
*/
@@ -258,7 +258,7 @@ public String password() {
}
/**
- * Set the password value.
+ * Set certificate password.
*
* @param password the password value to set
* @return the CertificatePatchResource object itself.
@@ -269,7 +269,7 @@ public CertificatePatchResource withPassword(String password) {
}
/**
- * Get the thumbprint value.
+ * Get certificate thumbprint.
*
* @return the thumbprint value
*/
@@ -278,7 +278,7 @@ public String thumbprint() {
}
/**
- * Get the valid value.
+ * Get is the certificate valid?.
*
* @return the valid value
*/
@@ -287,7 +287,7 @@ public Boolean valid() {
}
/**
- * Get the cerBlob value.
+ * Get raw bytes of .cer file.
*
* @return the cerBlob value
*/
@@ -296,7 +296,7 @@ public byte[] cerBlob() {
}
/**
- * Get the publicKeyHash value.
+ * Get public key hash.
*
* @return the publicKeyHash value
*/
@@ -305,7 +305,7 @@ public String publicKeyHash() {
}
/**
- * Get the hostingEnvironmentProfile value.
+ * Get specification for the App Service Environment to use for the certificate.
*
* @return the hostingEnvironmentProfile value
*/
@@ -314,7 +314,7 @@ public HostingEnvironmentProfile hostingEnvironmentProfile() {
}
/**
- * Get the keyVaultId value.
+ * Get key Vault Csm resource Id.
*
* @return the keyVaultId value
*/
@@ -323,7 +323,7 @@ public String keyVaultId() {
}
/**
- * Set the keyVaultId value.
+ * Set key Vault Csm resource Id.
*
* @param keyVaultId the keyVaultId value to set
* @return the CertificatePatchResource object itself.
@@ -334,7 +334,7 @@ public CertificatePatchResource withKeyVaultId(String keyVaultId) {
}
/**
- * Get the keyVaultSecretName value.
+ * Get key Vault secret name.
*
* @return the keyVaultSecretName value
*/
@@ -343,7 +343,7 @@ public String keyVaultSecretName() {
}
/**
- * Set the keyVaultSecretName value.
+ * Set key Vault secret name.
*
* @param keyVaultSecretName the keyVaultSecretName value to set
* @return the CertificatePatchResource object itself.
@@ -354,7 +354,7 @@ public CertificatePatchResource withKeyVaultSecretName(String keyVaultSecretName
}
/**
- * Get the keyVaultSecretStatus value.
+ * Get status of the Key Vault secret. Possible values include: 'Initialized', 'WaitingOnCertificateOrder', 'Succeeded', 'CertificateOrderFailed', 'OperationNotPermittedOnKeyVault', 'AzureServiceUnauthorizedToAccessKeyVault', 'KeyVaultDoesNotExist', 'KeyVaultSecretDoesNotExist', 'UnknownError', 'ExternalPrivateKey', 'Unknown'.
*
* @return the keyVaultSecretStatus value
*/
@@ -363,7 +363,7 @@ public KeyVaultSecretStatus keyVaultSecretStatus() {
}
/**
- * Get the geoRegion value.
+ * Get region of the certificate.
*
* @return the geoRegion value
*/
@@ -372,7 +372,7 @@ public String geoRegion() {
}
/**
- * Get the serverFarmId value.
+ * Get resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".
*
* @return the serverFarmId value
*/
@@ -381,7 +381,7 @@ public String serverFarmId() {
}
/**
- * Set the serverFarmId value.
+ * Set resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".
*
* @param serverFarmId the serverFarmId value to set
* @return the CertificatePatchResource object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/CloningInfo.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/CloningInfo.java
index b07821a7e729..bf73a890e6a7 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/CloningInfo.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/CloningInfo.java
@@ -100,7 +100,8 @@ public class CloningInfo {
private Boolean ignoreQuotas;
/**
- * Get the correlationId value.
+ * Get correlation ID of cloning operation. This ID ties multiple cloning operations
+ together to use the same snapshot.
*
* @return the correlationId value
*/
@@ -109,7 +110,8 @@ public UUID correlationId() {
}
/**
- * Set the correlationId value.
+ * Set correlation ID of cloning operation. This ID ties multiple cloning operations
+ together to use the same snapshot.
*
* @param correlationId the correlationId value to set
* @return the CloningInfo object itself.
@@ -120,7 +122,7 @@ public CloningInfo withCorrelationId(UUID correlationId) {
}
/**
- * Get the overwrite value.
+ * Get <code>true</code> to overwrite destination app; otherwise, <code>false</code>.
*
* @return the overwrite value
*/
@@ -129,7 +131,7 @@ public Boolean overwrite() {
}
/**
- * Set the overwrite value.
+ * Set <code>true</code> to overwrite destination app; otherwise, <code>false</code>.
*
* @param overwrite the overwrite value to set
* @return the CloningInfo object itself.
@@ -140,7 +142,7 @@ public CloningInfo withOverwrite(Boolean overwrite) {
}
/**
- * Get the cloneCustomHostNames value.
+ * Get <code>true</code> to clone custom hostnames from source app; otherwise, <code>false</code>.
*
* @return the cloneCustomHostNames value
*/
@@ -149,7 +151,7 @@ public Boolean cloneCustomHostNames() {
}
/**
- * Set the cloneCustomHostNames value.
+ * Set <code>true</code> to clone custom hostnames from source app; otherwise, <code>false</code>.
*
* @param cloneCustomHostNames the cloneCustomHostNames value to set
* @return the CloningInfo object itself.
@@ -160,7 +162,7 @@ public CloningInfo withCloneCustomHostNames(Boolean cloneCustomHostNames) {
}
/**
- * Get the cloneSourceControl value.
+ * Get <code>true</code> to clone source control from source app; otherwise, <code>false</code>.
*
* @return the cloneSourceControl value
*/
@@ -169,7 +171,7 @@ public Boolean cloneSourceControl() {
}
/**
- * Set the cloneSourceControl value.
+ * Set <code>true</code> to clone source control from source app; otherwise, <code>false</code>.
*
* @param cloneSourceControl the cloneSourceControl value to set
* @return the CloningInfo object itself.
@@ -180,7 +182,9 @@ public CloningInfo withCloneSourceControl(Boolean cloneSourceControl) {
}
/**
- * Get the sourceWebAppId value.
+ * Get aRM resource ID of the source app. App resource ID is of the form
+ /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName} for production slots and
+ /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slotName} for other slots.
*
* @return the sourceWebAppId value
*/
@@ -189,7 +193,9 @@ public String sourceWebAppId() {
}
/**
- * Set the sourceWebAppId value.
+ * Set aRM resource ID of the source app. App resource ID is of the form
+ /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName} for production slots and
+ /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slotName} for other slots.
*
* @param sourceWebAppId the sourceWebAppId value to set
* @return the CloningInfo object itself.
@@ -200,7 +206,7 @@ public CloningInfo withSourceWebAppId(String sourceWebAppId) {
}
/**
- * Get the hostingEnvironment value.
+ * Get app Service Environment.
*
* @return the hostingEnvironment value
*/
@@ -209,7 +215,7 @@ public String hostingEnvironment() {
}
/**
- * Set the hostingEnvironment value.
+ * Set app Service Environment.
*
* @param hostingEnvironment the hostingEnvironment value to set
* @return the CloningInfo object itself.
@@ -220,7 +226,8 @@ public CloningInfo withHostingEnvironment(String hostingEnvironment) {
}
/**
- * Get the appSettingsOverrides value.
+ * Get application setting overrides for cloned app. If specified, these settings override the settings cloned
+ from source app. Otherwise, application settings from source app are retained.
*
* @return the appSettingsOverrides value
*/
@@ -229,7 +236,8 @@ public Map appSettingsOverrides() {
}
/**
- * Set the appSettingsOverrides value.
+ * Set application setting overrides for cloned app. If specified, these settings override the settings cloned
+ from source app. Otherwise, application settings from source app are retained.
*
* @param appSettingsOverrides the appSettingsOverrides value to set
* @return the CloningInfo object itself.
@@ -240,7 +248,7 @@ public CloningInfo withAppSettingsOverrides(Map appSettingsOverr
}
/**
- * Get the configureLoadBalancing value.
+ * Get <code>true</code> to configure load balancing for source and destination app.
*
* @return the configureLoadBalancing value
*/
@@ -249,7 +257,7 @@ public Boolean configureLoadBalancing() {
}
/**
- * Set the configureLoadBalancing value.
+ * Set <code>true</code> to configure load balancing for source and destination app.
*
* @param configureLoadBalancing the configureLoadBalancing value to set
* @return the CloningInfo object itself.
@@ -260,7 +268,8 @@ public CloningInfo withConfigureLoadBalancing(Boolean configureLoadBalancing) {
}
/**
- * Get the trafficManagerProfileId value.
+ * Get aRM resource ID of the Traffic Manager profile to use, if it exists. Traffic Manager resource ID is of the form
+ /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{profileName}.
*
* @return the trafficManagerProfileId value
*/
@@ -269,7 +278,8 @@ public String trafficManagerProfileId() {
}
/**
- * Set the trafficManagerProfileId value.
+ * Set aRM resource ID of the Traffic Manager profile to use, if it exists. Traffic Manager resource ID is of the form
+ /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{profileName}.
*
* @param trafficManagerProfileId the trafficManagerProfileId value to set
* @return the CloningInfo object itself.
@@ -280,7 +290,7 @@ public CloningInfo withTrafficManagerProfileId(String trafficManagerProfileId) {
}
/**
- * Get the trafficManagerProfileName value.
+ * Get name of Traffic Manager profile to create. This is only needed if Traffic Manager profile does not already exist.
*
* @return the trafficManagerProfileName value
*/
@@ -289,7 +299,7 @@ public String trafficManagerProfileName() {
}
/**
- * Set the trafficManagerProfileName value.
+ * Set name of Traffic Manager profile to create. This is only needed if Traffic Manager profile does not already exist.
*
* @param trafficManagerProfileName the trafficManagerProfileName value to set
* @return the CloningInfo object itself.
@@ -300,7 +310,7 @@ public CloningInfo withTrafficManagerProfileName(String trafficManagerProfileNam
}
/**
- * Get the ignoreQuotas value.
+ * Get <code>true</code> if quotas should be ignored; otherwise, <code>false</code>.
*
* @return the ignoreQuotas value
*/
@@ -309,7 +319,7 @@ public Boolean ignoreQuotas() {
}
/**
- * Set the ignoreQuotas value.
+ * Set <code>true</code> if quotas should be ignored; otherwise, <code>false</code>.
*
* @param ignoreQuotas the ignoreQuotas value to set
* @return the CloningInfo object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ConnStringInfo.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ConnStringInfo.java
index 77bd9e8f8569..233a13e39708 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ConnStringInfo.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ConnStringInfo.java
@@ -35,7 +35,7 @@ public class ConnStringInfo {
private ConnectionStringType type;
/**
- * Get the name value.
+ * Get name of connection string.
*
* @return the name value
*/
@@ -44,7 +44,7 @@ public String name() {
}
/**
- * Set the name value.
+ * Set name of connection string.
*
* @param name the name value to set
* @return the ConnStringInfo object itself.
@@ -55,7 +55,7 @@ public ConnStringInfo withName(String name) {
}
/**
- * Get the connectionString value.
+ * Get connection string value.
*
* @return the connectionString value
*/
@@ -64,7 +64,7 @@ public String connectionString() {
}
/**
- * Set the connectionString value.
+ * Set connection string value.
*
* @param connectionString the connectionString value to set
* @return the ConnStringInfo object itself.
@@ -75,7 +75,7 @@ public ConnStringInfo withConnectionString(String connectionString) {
}
/**
- * Get the type value.
+ * Get type of database. Possible values include: 'MySql', 'SQLServer', 'SQLAzure', 'Custom', 'NotificationHub', 'ServiceBus', 'EventHub', 'ApiHub', 'DocDb', 'RedisCache', 'PostgreSQL'.
*
* @return the type value
*/
@@ -84,7 +84,7 @@ public ConnectionStringType type() {
}
/**
- * Set the type value.
+ * Set type of database. Possible values include: 'MySql', 'SQLServer', 'SQLAzure', 'Custom', 'NotificationHub', 'ServiceBus', 'EventHub', 'ApiHub', 'DocDb', 'RedisCache', 'PostgreSQL'.
*
* @param type the type value to set
* @return the ConnStringInfo object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/CorsSettings.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/CorsSettings.java
index 9b8506ca4593..7e6987910869 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/CorsSettings.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/CorsSettings.java
@@ -24,7 +24,8 @@ public class CorsSettings {
private List allowedOrigins;
/**
- * Get the allowedOrigins value.
+ * Get gets or sets the list of origins that should be allowed to make cross-origin
+ calls (for example: http://example.com:12345). Use "*" to allow all.
*
* @return the allowedOrigins value
*/
@@ -33,7 +34,8 @@ public List allowedOrigins() {
}
/**
- * Set the allowedOrigins value.
+ * Set gets or sets the list of origins that should be allowed to make cross-origin
+ calls (for example: http://example.com:12345). Use "*" to allow all.
*
* @param allowedOrigins the allowedOrigins value to set
* @return the CorsSettings object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/CsmOperationDescription.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/CsmOperationDescription.java
index 4151455c6d49..e31b1a4e033f 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/CsmOperationDescription.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/CsmOperationDescription.java
@@ -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_03_01.implementation.AppServiceManager;
+import com.microsoft.azure.management.appservice.v2016_03_01.implementation.WebManager;
import com.microsoft.azure.management.appservice.v2016_03_01.implementation.CsmOperationDescriptionInner;
/**
* Type representing CsmOperationDescription.
*/
-public interface CsmOperationDescription extends HasInner, HasManager {
+public interface CsmOperationDescription extends HasInner, HasManager {
/**
* @return the display value.
*/
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/CsmUsageQuota.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/CsmUsageQuota.java
index 89c0833ad368..f84202a672a4 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/CsmUsageQuota.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/CsmUsageQuota.java
@@ -46,7 +46,7 @@ public class CsmUsageQuota {
private LocalizableString name;
/**
- * Get the unit value.
+ * Get units of measurement for the quota resourse.
*
* @return the unit value
*/
@@ -55,7 +55,7 @@ public String unit() {
}
/**
- * Set the unit value.
+ * Set units of measurement for the quota resourse.
*
* @param unit the unit value to set
* @return the CsmUsageQuota object itself.
@@ -66,7 +66,7 @@ public CsmUsageQuota withUnit(String unit) {
}
/**
- * Get the nextResetTime value.
+ * Get next reset time for the resource counter.
*
* @return the nextResetTime value
*/
@@ -75,7 +75,7 @@ public DateTime nextResetTime() {
}
/**
- * Set the nextResetTime value.
+ * Set next reset time for the resource counter.
*
* @param nextResetTime the nextResetTime value to set
* @return the CsmUsageQuota object itself.
@@ -86,7 +86,7 @@ public CsmUsageQuota withNextResetTime(DateTime nextResetTime) {
}
/**
- * Get the currentValue value.
+ * Get the current value of the resource counter.
*
* @return the currentValue value
*/
@@ -95,7 +95,7 @@ public Long currentValue() {
}
/**
- * Set the currentValue value.
+ * Set the current value of the resource counter.
*
* @param currentValue the currentValue value to set
* @return the CsmUsageQuota object itself.
@@ -106,7 +106,7 @@ public CsmUsageQuota withCurrentValue(Long currentValue) {
}
/**
- * Get the limit value.
+ * Get the resource limit.
*
* @return the limit value
*/
@@ -115,7 +115,7 @@ public Long limit() {
}
/**
- * Set the limit value.
+ * Set the resource limit.
*
* @param limit the limit value to set
* @return the CsmUsageQuota object itself.
@@ -126,7 +126,7 @@ public CsmUsageQuota withLimit(Long limit) {
}
/**
- * Get the name value.
+ * Get quota name.
*
* @return the name value
*/
@@ -135,7 +135,7 @@ public LocalizableString name() {
}
/**
- * Set the name value.
+ * Set quota name.
*
* @param name the name value to set
* @return the CsmUsageQuota object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/CsmUsageQuotaCollection.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/CsmUsageQuotaCollection.java
index f6a3fd0b02f7..38e37bd79bfc 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/CsmUsageQuotaCollection.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/CsmUsageQuotaCollection.java
@@ -28,7 +28,7 @@ public class CsmUsageQuotaCollection {
private String nextLink;
/**
- * Get the value value.
+ * Get collection of resources.
*
* @return the value value
*/
@@ -37,7 +37,7 @@ public List value() {
}
/**
- * Set the value value.
+ * Set collection of resources.
*
* @param value the value value to set
* @return the CsmUsageQuotaCollection object itself.
@@ -48,7 +48,7 @@ public CsmUsageQuotaCollection withValue(List value) {
}
/**
- * Get the nextLink value.
+ * Get link to next page of resources.
*
* @return the nextLink value
*/
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DataSource.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DataSource.java
index 8e7dd48d359d..4d3b96de50d7 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DataSource.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DataSource.java
@@ -28,7 +28,7 @@ public class DataSource {
private List dataSourceUri;
/**
- * Get the instructions value.
+ * Get instrunctions if any for the data source.
*
* @return the instructions value
*/
@@ -37,7 +37,7 @@ public List instructions() {
}
/**
- * Set the instructions value.
+ * Set instrunctions if any for the data source.
*
* @param instructions the instructions value to set
* @return the DataSource object itself.
@@ -48,7 +48,7 @@ public DataSource withInstructions(List instructions) {
}
/**
- * Get the dataSourceUri value.
+ * Get datasource Uri Links.
*
* @return the dataSourceUri value
*/
@@ -57,7 +57,7 @@ public List dataSourceUri() {
}
/**
- * Set the dataSourceUri value.
+ * Set datasource Uri Links.
*
* @param dataSourceUri the dataSourceUri value to set
* @return the DataSource object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DataTableResponseColumn.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DataTableResponseColumn.java
index 692296fb7a26..acb3658f185c 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DataTableResponseColumn.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DataTableResponseColumn.java
@@ -33,7 +33,7 @@ public class DataTableResponseColumn {
private String columnType;
/**
- * Get the columnName value.
+ * Get name of the column.
*
* @return the columnName value
*/
@@ -42,7 +42,7 @@ public String columnName() {
}
/**
- * Set the columnName value.
+ * Set name of the column.
*
* @param columnName the columnName value to set
* @return the DataTableResponseColumn object itself.
@@ -53,7 +53,7 @@ public DataTableResponseColumn withColumnName(String columnName) {
}
/**
- * Get the dataType value.
+ * Get data type which looks like 'String' or 'Int32'.
*
* @return the dataType value
*/
@@ -62,7 +62,7 @@ public String dataType() {
}
/**
- * Set the dataType value.
+ * Set data type which looks like 'String' or 'Int32'.
*
* @param dataType the dataType value to set
* @return the DataTableResponseColumn object itself.
@@ -73,7 +73,7 @@ public DataTableResponseColumn withDataType(String dataType) {
}
/**
- * Get the columnType value.
+ * Get column Type.
*
* @return the columnType value
*/
@@ -82,7 +82,7 @@ public String columnType() {
}
/**
- * Set the columnType value.
+ * Set column Type.
*
* @param columnType the columnType value to set
* @return the DataTableResponseColumn object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DataTableResponseObject.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DataTableResponseObject.java
index 55cfe0b1acb9..4a2b4f231b3d 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DataTableResponseObject.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DataTableResponseObject.java
@@ -34,7 +34,7 @@ public class DataTableResponseObject {
private List> rows;
/**
- * Get the tableName value.
+ * Get name of the table.
*
* @return the tableName value
*/
@@ -43,7 +43,7 @@ public String tableName() {
}
/**
- * Set the tableName value.
+ * Set name of the table.
*
* @param tableName the tableName value to set
* @return the DataTableResponseObject object itself.
@@ -54,7 +54,7 @@ public DataTableResponseObject withTableName(String tableName) {
}
/**
- * Get the columns value.
+ * Get list of columns with data types.
*
* @return the columns value
*/
@@ -63,7 +63,7 @@ public List columns() {
}
/**
- * Set the columns value.
+ * Set list of columns with data types.
*
* @param columns the columns value to set
* @return the DataTableResponseObject object itself.
@@ -74,7 +74,7 @@ public DataTableResponseObject withColumns(List columns
}
/**
- * Get the rows value.
+ * Get raw row values.
*
* @return the rows value
*/
@@ -83,7 +83,7 @@ public List> rows() {
}
/**
- * Set the rows value.
+ * Set raw row values.
*
* @param rows the rows value to set
* @return the DataTableResponseObject object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DefaultErrorResponse.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DefaultErrorResponse.java
index b3893339961e..40e30aea63f2 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DefaultErrorResponse.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DefaultErrorResponse.java
@@ -21,7 +21,7 @@ public class DefaultErrorResponse {
private DefaultErrorResponseError error;
/**
- * Get the error value.
+ * Get error model.
*
* @return the error value
*/
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DefaultErrorResponseError.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DefaultErrorResponseError.java
index b13467a017ab..315e2b60f4ab 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DefaultErrorResponseError.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DefaultErrorResponseError.java
@@ -46,7 +46,7 @@ public class DefaultErrorResponseError {
private String innererror;
/**
- * Get the code value.
+ * Get standardized string to programmatically identify the error.
*
* @return the code value
*/
@@ -55,7 +55,7 @@ public String code() {
}
/**
- * Get the message value.
+ * Get detailed error description and debugging information.
*
* @return the message value
*/
@@ -64,7 +64,7 @@ public String message() {
}
/**
- * Get the target value.
+ * Get detailed error description and debugging information.
*
* @return the target value
*/
@@ -93,7 +93,7 @@ public DefaultErrorResponseError withDetails(List, HasManager {
+public interface DeletedSite extends HasInner, HasManager {
/**
* @return the deletedTimestamp value.
*/
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DetectorAbnormalTimePeriod.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DetectorAbnormalTimePeriod.java
index 3a91731b1ac3..40cf02fdda10 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DetectorAbnormalTimePeriod.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DetectorAbnormalTimePeriod.java
@@ -67,7 +67,7 @@ public class DetectorAbnormalTimePeriod {
private List solutions;
/**
- * Get the startTime value.
+ * Get start time of the corelated event.
*
* @return the startTime value
*/
@@ -76,7 +76,7 @@ public DateTime startTime() {
}
/**
- * Set the startTime value.
+ * Set start time of the corelated event.
*
* @param startTime the startTime value to set
* @return the DetectorAbnormalTimePeriod object itself.
@@ -87,7 +87,7 @@ public DetectorAbnormalTimePeriod withStartTime(DateTime startTime) {
}
/**
- * Get the endTime value.
+ * Get end time of the corelated event.
*
* @return the endTime value
*/
@@ -96,7 +96,7 @@ public DateTime endTime() {
}
/**
- * Set the endTime value.
+ * Set end time of the corelated event.
*
* @param endTime the endTime value to set
* @return the DetectorAbnormalTimePeriod object itself.
@@ -107,7 +107,7 @@ public DetectorAbnormalTimePeriod withEndTime(DateTime endTime) {
}
/**
- * Get the message value.
+ * Get message describing the event.
*
* @return the message value
*/
@@ -116,7 +116,7 @@ public String message() {
}
/**
- * Set the message value.
+ * Set message describing the event.
*
* @param message the message value to set
* @return the DetectorAbnormalTimePeriod object itself.
@@ -127,7 +127,7 @@ public DetectorAbnormalTimePeriod withMessage(String message) {
}
/**
- * Get the source value.
+ * Get represents the name of the Detector.
*
* @return the source value
*/
@@ -136,7 +136,7 @@ public String source() {
}
/**
- * Set the source value.
+ * Set represents the name of the Detector.
*
* @param source the source value to set
* @return the DetectorAbnormalTimePeriod object itself.
@@ -147,7 +147,7 @@ public DetectorAbnormalTimePeriod withSource(String source) {
}
/**
- * Get the priority value.
+ * Get represents the rank of the Detector.
*
* @return the priority value
*/
@@ -156,7 +156,7 @@ public Double priority() {
}
/**
- * Set the priority value.
+ * Set represents the rank of the Detector.
*
* @param priority the priority value to set
* @return the DetectorAbnormalTimePeriod object itself.
@@ -167,7 +167,7 @@ public DetectorAbnormalTimePeriod withPriority(Double priority) {
}
/**
- * Get the metaData value.
+ * Get downtime metadata.
*
* @return the metaData value
*/
@@ -176,7 +176,7 @@ public List> metaData() {
}
/**
- * Set the metaData value.
+ * Set downtime metadata.
*
* @param metaData the metaData value to set
* @return the DetectorAbnormalTimePeriod object itself.
@@ -187,7 +187,7 @@ public DetectorAbnormalTimePeriod withMetaData(List> metaDat
}
/**
- * Get the type value.
+ * Get represents the type of the Detector. Possible values include: 'ServiceIncident', 'AppDeployment', 'AppCrash', 'RuntimeIssueDetected', 'AseDeployment', 'UserIssue', 'PlatformIssue', 'Other'.
*
* @return the type value
*/
@@ -196,7 +196,7 @@ public IssueType type() {
}
/**
- * Set the type value.
+ * Set represents the type of the Detector. Possible values include: 'ServiceIncident', 'AppDeployment', 'AppCrash', 'RuntimeIssueDetected', 'AseDeployment', 'UserIssue', 'PlatformIssue', 'Other'.
*
* @param type the type value to set
* @return the DetectorAbnormalTimePeriod object itself.
@@ -207,7 +207,7 @@ public DetectorAbnormalTimePeriod withType(IssueType type) {
}
/**
- * Get the solutions value.
+ * Get list of proposed solutions.
*
* @return the solutions value
*/
@@ -216,7 +216,7 @@ public List solutions() {
}
/**
- * Set the solutions value.
+ * Set list of proposed solutions.
*
* @param solutions the solutions value to set
* @return the DetectorAbnormalTimePeriod object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DetectorDefinition.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DetectorDefinition.java
index 05498b7112be..c50b66b34dba 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DetectorDefinition.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DetectorDefinition.java
@@ -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_03_01.implementation.AppServiceManager;
+import com.microsoft.azure.management.appservice.v2016_03_01.implementation.WebManager;
import com.microsoft.azure.management.appservice.v2016_03_01.implementation.DetectorDefinitionInner;
/**
* Type representing DetectorDefinition.
*/
-public interface DetectorDefinition extends HasInner, HasManager {
+public interface DetectorDefinition extends HasInner, HasManager {
/**
* @return the description value.
*/
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DetectorInfo.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DetectorInfo.java
index ae1f1719bba7..009fa4c4ee66 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DetectorInfo.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DetectorInfo.java
@@ -39,7 +39,7 @@ public class DetectorInfo {
private String supportTopicId;
/**
- * Get the description value.
+ * Get short description of the detector and its purpose.
*
* @return the description value
*/
@@ -48,7 +48,7 @@ public String description() {
}
/**
- * Get the category value.
+ * Get support Category.
*
* @return the category value
*/
@@ -57,7 +57,7 @@ public String category() {
}
/**
- * Get the subCategory value.
+ * Get support Sub Category.
*
* @return the subCategory value
*/
@@ -66,7 +66,7 @@ public String subCategory() {
}
/**
- * Get the supportTopicId value.
+ * Get support Topic Id.
*
* @return the supportTopicId value
*/
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DetectorResponse.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DetectorResponse.java
index 27ee8c59f92a..b8dbcff79953 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DetectorResponse.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DetectorResponse.java
@@ -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_03_01.implementation.AppServiceManager;
+import com.microsoft.azure.management.appservice.v2016_03_01.implementation.WebManager;
import java.util.List;
/**
* Type representing DetectorResponse.
*/
-public interface DetectorResponse extends HasInner, Indexable, Refreshable, HasManager {
+public interface DetectorResponse extends HasInner, Indexable, Refreshable, HasManager {
/**
* @return the dataset value.
*/
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DiagnosticAnalysis.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DiagnosticAnalysis.java
index ef113eae9265..567a0240dbf6 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DiagnosticAnalysis.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DiagnosticAnalysis.java
@@ -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_03_01.implementation.AppServiceManager;
+import com.microsoft.azure.management.appservice.v2016_03_01.implementation.WebManager;
import java.util.List;
import org.joda.time.DateTime;
/**
* Type representing DiagnosticAnalysis.
*/
-public interface DiagnosticAnalysis extends HasInner, Indexable, Refreshable, HasManager {
+public interface DiagnosticAnalysis extends HasInner, Indexable, Refreshable, HasManager {
/**
* @return the abnormalTimePeriods value.
*/
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DiagnosticCategory.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DiagnosticCategory.java
index ae9ce2cecfd8..0925814107e7 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DiagnosticCategory.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DiagnosticCategory.java
@@ -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_03_01.implementation.AppServiceManager;
+import com.microsoft.azure.management.appservice.v2016_03_01.implementation.WebManager;
/**
* Type representing DiagnosticCategory.
*/
-public interface DiagnosticCategory extends HasInner, Indexable, Refreshable, HasManager {
+public interface DiagnosticCategory extends HasInner, Indexable, Refreshable, HasManager {
/**
* @return the description value.
*/
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DiagnosticData.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DiagnosticData.java
index 47acd3ba4a66..ea84f9713b79 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DiagnosticData.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DiagnosticData.java
@@ -27,7 +27,7 @@ public class DiagnosticData {
private Rendering renderingProperties;
/**
- * Get the table value.
+ * Get data in table form.
*
* @return the table value
*/
@@ -36,7 +36,7 @@ public DataTableResponseObject table() {
}
/**
- * Set the table value.
+ * Set data in table form.
*
* @param table the table value to set
* @return the DiagnosticData object itself.
@@ -47,7 +47,7 @@ public DiagnosticData withTable(DataTableResponseObject table) {
}
/**
- * Get the renderingProperties value.
+ * Get properties that describe how the table should be rendered.
*
* @return the renderingProperties value
*/
@@ -56,7 +56,7 @@ public Rendering renderingProperties() {
}
/**
- * Set the renderingProperties value.
+ * Set properties that describe how the table should be rendered.
*
* @param renderingProperties the renderingProperties value to set
* @return the DiagnosticData object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DiagnosticDetectorResponse.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DiagnosticDetectorResponse.java
index e8930ebe1209..8c3bbc219e0c 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DiagnosticDetectorResponse.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DiagnosticDetectorResponse.java
@@ -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_03_01.implementation.AppServiceManager;
+import com.microsoft.azure.management.appservice.v2016_03_01.implementation.WebManager;
import com.microsoft.azure.management.appservice.v2016_03_01.implementation.DiagnosticDetectorResponseInner;
import java.util.List;
import com.microsoft.azure.management.appservice.v2016_03_01.implementation.DetectorDefinitionInner;
@@ -19,7 +19,7 @@
/**
* Type representing DiagnosticDetectorResponse.
*/
-public interface DiagnosticDetectorResponse extends HasInner, HasManager {
+public interface DiagnosticDetectorResponse extends HasInner, HasManager {
/**
* @return the abnormalTimePeriods value.
*/
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DiagnosticMetricSample.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DiagnosticMetricSample.java
index f18efac475cd..59473110af67 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DiagnosticMetricSample.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DiagnosticMetricSample.java
@@ -58,7 +58,7 @@ public class DiagnosticMetricSample {
private Boolean isAggregated;
/**
- * Get the timestamp value.
+ * Get time at which metric is measured.
*
* @return the timestamp value
*/
@@ -67,7 +67,7 @@ public DateTime timestamp() {
}
/**
- * Set the timestamp value.
+ * Set time at which metric is measured.
*
* @param timestamp the timestamp value to set
* @return the DiagnosticMetricSample object itself.
@@ -78,7 +78,10 @@ public DiagnosticMetricSample withTimestamp(DateTime timestamp) {
}
/**
- * Get the roleInstance value.
+ * Get role Instance. Null if this counter is not per instance
+ This is returned and should be whichever instance name we desire to be returned
+ i.e. CPU and Memory return RDWORKERNAME (LargeDed..._IN_0)
+ where RDWORKERNAME is Machine name below and RoleInstance name in parenthesis.
*
* @return the roleInstance value
*/
@@ -87,7 +90,10 @@ public String roleInstance() {
}
/**
- * Set the roleInstance value.
+ * Set role Instance. Null if this counter is not per instance
+ This is returned and should be whichever instance name we desire to be returned
+ i.e. CPU and Memory return RDWORKERNAME (LargeDed..._IN_0)
+ where RDWORKERNAME is Machine name below and RoleInstance name in parenthesis.
*
* @param roleInstance the roleInstance value to set
* @return the DiagnosticMetricSample object itself.
@@ -98,7 +104,7 @@ public DiagnosticMetricSample withRoleInstance(String roleInstance) {
}
/**
- * Get the total value.
+ * Get total value of the metric. If multiple measurements are made this will have sum of all.
*
* @return the total value
*/
@@ -107,7 +113,7 @@ public Double total() {
}
/**
- * Set the total value.
+ * Set total value of the metric. If multiple measurements are made this will have sum of all.
*
* @param total the total value to set
* @return the DiagnosticMetricSample object itself.
@@ -118,7 +124,7 @@ public DiagnosticMetricSample withTotal(Double total) {
}
/**
- * Get the maximum value.
+ * Get maximum of the metric sampled during the time period.
*
* @return the maximum value
*/
@@ -127,7 +133,7 @@ public Double maximum() {
}
/**
- * Set the maximum value.
+ * Set maximum of the metric sampled during the time period.
*
* @param maximum the maximum value to set
* @return the DiagnosticMetricSample object itself.
@@ -138,7 +144,7 @@ public DiagnosticMetricSample withMaximum(Double maximum) {
}
/**
- * Get the minimum value.
+ * Get minimum of the metric sampled during the time period.
*
* @return the minimum value
*/
@@ -147,7 +153,7 @@ public Double minimum() {
}
/**
- * Set the minimum value.
+ * Set minimum of the metric sampled during the time period.
*
* @param minimum the minimum value to set
* @return the DiagnosticMetricSample object itself.
@@ -158,7 +164,7 @@ public DiagnosticMetricSample withMinimum(Double minimum) {
}
/**
- * Get the isAggregated value.
+ * Get whether the values are aggregates across all workers or not.
*
* @return the isAggregated value
*/
@@ -167,7 +173,7 @@ public Boolean isAggregated() {
}
/**
- * Set the isAggregated value.
+ * Set whether the values are aggregates across all workers or not.
*
* @param isAggregated the isAggregated value to set
* @return the DiagnosticMetricSample object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DiagnosticMetricSet.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DiagnosticMetricSet.java
index 8b5b8a07bdea..8169bbadf3f9 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DiagnosticMetricSet.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DiagnosticMetricSet.java
@@ -55,7 +55,7 @@ public class DiagnosticMetricSet {
private List values;
/**
- * Get the name value.
+ * Get name of the metric.
*
* @return the name value
*/
@@ -64,7 +64,7 @@ public String name() {
}
/**
- * Set the name value.
+ * Set name of the metric.
*
* @param name the name value to set
* @return the DiagnosticMetricSet object itself.
@@ -75,7 +75,7 @@ public DiagnosticMetricSet withName(String name) {
}
/**
- * Get the unit value.
+ * Get metric's unit.
*
* @return the unit value
*/
@@ -84,7 +84,7 @@ public String unit() {
}
/**
- * Set the unit value.
+ * Set metric's unit.
*
* @param unit the unit value to set
* @return the DiagnosticMetricSet object itself.
@@ -95,7 +95,7 @@ public DiagnosticMetricSet withUnit(String unit) {
}
/**
- * Get the startTime value.
+ * Get start time of the period.
*
* @return the startTime value
*/
@@ -104,7 +104,7 @@ public DateTime startTime() {
}
/**
- * Set the startTime value.
+ * Set start time of the period.
*
* @param startTime the startTime value to set
* @return the DiagnosticMetricSet object itself.
@@ -115,7 +115,7 @@ public DiagnosticMetricSet withStartTime(DateTime startTime) {
}
/**
- * Get the endTime value.
+ * Get end time of the period.
*
* @return the endTime value
*/
@@ -124,7 +124,7 @@ public DateTime endTime() {
}
/**
- * Set the endTime value.
+ * Set end time of the period.
*
* @param endTime the endTime value to set
* @return the DiagnosticMetricSet object itself.
@@ -135,7 +135,7 @@ public DiagnosticMetricSet withEndTime(DateTime endTime) {
}
/**
- * Get the timeGrain value.
+ * Get presented time grain. Supported grains at the moment are PT1M, PT1H, P1D.
*
* @return the timeGrain value
*/
@@ -144,7 +144,7 @@ public String timeGrain() {
}
/**
- * Set the timeGrain value.
+ * Set presented time grain. Supported grains at the moment are PT1M, PT1H, P1D.
*
* @param timeGrain the timeGrain value to set
* @return the DiagnosticMetricSet object itself.
@@ -155,7 +155,7 @@ public DiagnosticMetricSet withTimeGrain(String timeGrain) {
}
/**
- * Get the values value.
+ * Get collection of metric values for the selected period based on the {Microsoft.Web.Hosting.Administration.DiagnosticMetricSet.TimeGrain}.
*
* @return the values value
*/
@@ -164,7 +164,7 @@ public List values() {
}
/**
- * Set the values value.
+ * Set collection of metric values for the selected period based on the {Microsoft.Web.Hosting.Administration.DiagnosticMetricSet.TimeGrain}.
*
* @param values the values value to set
* @return the DiagnosticMetricSet object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ErrorEntity.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ErrorEntity.java
index 82b4d767e4b6..8034cbf34f73 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ErrorEntity.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ErrorEntity.java
@@ -52,7 +52,7 @@ public class ErrorEntity {
private String message;
/**
- * Get the extendedCode value.
+ * Get type of error.
*
* @return the extendedCode value
*/
@@ -61,7 +61,7 @@ public String extendedCode() {
}
/**
- * Set the extendedCode value.
+ * Set type of error.
*
* @param extendedCode the extendedCode value to set
* @return the ErrorEntity object itself.
@@ -72,7 +72,7 @@ public ErrorEntity withExtendedCode(String extendedCode) {
}
/**
- * Get the messageTemplate value.
+ * Get message template.
*
* @return the messageTemplate value
*/
@@ -81,7 +81,7 @@ public String messageTemplate() {
}
/**
- * Set the messageTemplate value.
+ * Set message template.
*
* @param messageTemplate the messageTemplate value to set
* @return the ErrorEntity object itself.
@@ -92,7 +92,7 @@ public ErrorEntity withMessageTemplate(String messageTemplate) {
}
/**
- * Get the parameters value.
+ * Get parameters for the template.
*
* @return the parameters value
*/
@@ -101,7 +101,7 @@ public List parameters() {
}
/**
- * Set the parameters value.
+ * Set parameters for the template.
*
* @param parameters the parameters value to set
* @return the ErrorEntity object itself.
@@ -112,7 +112,7 @@ public ErrorEntity withParameters(List parameters) {
}
/**
- * Get the innerErrors value.
+ * Get inner errors.
*
* @return the innerErrors value
*/
@@ -121,7 +121,7 @@ public List innerErrors() {
}
/**
- * Set the innerErrors value.
+ * Set inner errors.
*
* @param innerErrors the innerErrors value to set
* @return the ErrorEntity object itself.
@@ -132,7 +132,7 @@ public ErrorEntity withInnerErrors(List innerErrors) {
}
/**
- * Get the code value.
+ * Get basic error code.
*
* @return the code value
*/
@@ -141,7 +141,7 @@ public String code() {
}
/**
- * Set the code value.
+ * Set basic error code.
*
* @param code the code value to set
* @return the ErrorEntity object itself.
@@ -152,7 +152,7 @@ public ErrorEntity withCode(String code) {
}
/**
- * Get the message value.
+ * Get any details of the error.
*
* @return the message value
*/
@@ -161,7 +161,7 @@ public String message() {
}
/**
- * Set the message value.
+ * Set any details of the error.
*
* @param message the message value to set
* @return the ErrorEntity object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/Experiments.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/Experiments.java
index 049c541ae447..e7162ce18302 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/Experiments.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/Experiments.java
@@ -22,7 +22,7 @@ public class Experiments {
private List rampUpRules;
/**
- * Get the rampUpRules value.
+ * Get list of ramp-up rules.
*
* @return the rampUpRules value
*/
@@ -31,7 +31,7 @@ public List rampUpRules() {
}
/**
- * Set the rampUpRules value.
+ * Set list of ramp-up rules.
*
* @param rampUpRules the rampUpRules value to set
* @return the Experiments object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/GlobalCsmSkuDescription.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/GlobalCsmSkuDescription.java
index 715fd5955c5e..8e261da81721 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/GlobalCsmSkuDescription.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/GlobalCsmSkuDescription.java
@@ -58,7 +58,7 @@ public class GlobalCsmSkuDescription {
private List capabilities;
/**
- * Get the name value.
+ * Get name of the resource SKU.
*
* @return the name value
*/
@@ -67,7 +67,7 @@ public String name() {
}
/**
- * Set the name value.
+ * Set name of the resource SKU.
*
* @param name the name value to set
* @return the GlobalCsmSkuDescription object itself.
@@ -78,7 +78,7 @@ public GlobalCsmSkuDescription withName(String name) {
}
/**
- * Get the tier value.
+ * Get service Tier of the resource SKU.
*
* @return the tier value
*/
@@ -87,7 +87,7 @@ public String tier() {
}
/**
- * Set the tier value.
+ * Set service Tier of the resource SKU.
*
* @param tier the tier value to set
* @return the GlobalCsmSkuDescription object itself.
@@ -98,7 +98,7 @@ public GlobalCsmSkuDescription withTier(String tier) {
}
/**
- * Get the size value.
+ * Get size specifier of the resource SKU.
*
* @return the size value
*/
@@ -107,7 +107,7 @@ public String size() {
}
/**
- * Set the size value.
+ * Set size specifier of the resource SKU.
*
* @param size the size value to set
* @return the GlobalCsmSkuDescription object itself.
@@ -118,7 +118,7 @@ public GlobalCsmSkuDescription withSize(String size) {
}
/**
- * Get the family value.
+ * Get family code of the resource SKU.
*
* @return the family value
*/
@@ -127,7 +127,7 @@ public String family() {
}
/**
- * Set the family value.
+ * Set family code of the resource SKU.
*
* @param family the family value to set
* @return the GlobalCsmSkuDescription object itself.
@@ -138,7 +138,7 @@ public GlobalCsmSkuDescription withFamily(String family) {
}
/**
- * Get the capacity value.
+ * Get min, max, and default scale values of the SKU.
*
* @return the capacity value
*/
@@ -147,7 +147,7 @@ public SkuCapacity capacity() {
}
/**
- * Set the capacity value.
+ * Set min, max, and default scale values of the SKU.
*
* @param capacity the capacity value to set
* @return the GlobalCsmSkuDescription object itself.
@@ -158,7 +158,7 @@ public GlobalCsmSkuDescription withCapacity(SkuCapacity capacity) {
}
/**
- * Get the locations value.
+ * Get locations of the SKU.
*
* @return the locations value
*/
@@ -167,7 +167,7 @@ public List locations() {
}
/**
- * Set the locations value.
+ * Set locations of the SKU.
*
* @param locations the locations value to set
* @return the GlobalCsmSkuDescription object itself.
@@ -178,7 +178,7 @@ public GlobalCsmSkuDescription withLocations(List locations) {
}
/**
- * Get the capabilities value.
+ * Get capabilities of the SKU, e.g., is traffic manager enabled?.
*
* @return the capabilities value
*/
@@ -187,7 +187,7 @@ public List capabilities() {
}
/**
- * Set the capabilities value.
+ * Set capabilities of the SKU, e.g., is traffic manager enabled?.
*
* @param capabilities the capabilities value to set
* @return the GlobalCsmSkuDescription object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/HandlerMapping.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/HandlerMapping.java
index 6b27d83e4c62..7e107bb41c49 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/HandlerMapping.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/HandlerMapping.java
@@ -37,7 +37,7 @@ public class HandlerMapping {
private String arguments;
/**
- * Get the extension value.
+ * Get requests with this extension will be handled using the specified FastCGI application.
*
* @return the extension value
*/
@@ -46,7 +46,7 @@ public String extension() {
}
/**
- * Set the extension value.
+ * Set requests with this extension will be handled using the specified FastCGI application.
*
* @param extension the extension value to set
* @return the HandlerMapping object itself.
@@ -57,7 +57,7 @@ public HandlerMapping withExtension(String extension) {
}
/**
- * Get the scriptProcessor value.
+ * Get the absolute path to the FastCGI application.
*
* @return the scriptProcessor value
*/
@@ -66,7 +66,7 @@ public String scriptProcessor() {
}
/**
- * Set the scriptProcessor value.
+ * Set the absolute path to the FastCGI application.
*
* @param scriptProcessor the scriptProcessor value to set
* @return the HandlerMapping object itself.
@@ -77,7 +77,7 @@ public HandlerMapping withScriptProcessor(String scriptProcessor) {
}
/**
- * Get the arguments value.
+ * Get command-line arguments to be passed to the script processor.
*
* @return the arguments value
*/
@@ -86,7 +86,7 @@ public String arguments() {
}
/**
- * Set the arguments value.
+ * Set command-line arguments to be passed to the script processor.
*
* @param arguments the arguments value to set
* @return the HandlerMapping object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/HostNameSslState.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/HostNameSslState.java
index f2291a2bd4b8..99f9246e6b24 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/HostNameSslState.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/HostNameSslState.java
@@ -53,7 +53,7 @@ public class HostNameSslState {
private HostType hostType;
/**
- * Get the name value.
+ * Get hostname.
*
* @return the name value
*/
@@ -62,7 +62,7 @@ public String name() {
}
/**
- * Set the name value.
+ * Set hostname.
*
* @param name the name value to set
* @return the HostNameSslState object itself.
@@ -73,7 +73,7 @@ public HostNameSslState withName(String name) {
}
/**
- * Get the sslState value.
+ * Get sSL type. Possible values include: 'Disabled', 'SniEnabled', 'IpBasedEnabled'.
*
* @return the sslState value
*/
@@ -82,7 +82,7 @@ public SslState sslState() {
}
/**
- * Set the sslState value.
+ * Set sSL type. Possible values include: 'Disabled', 'SniEnabled', 'IpBasedEnabled'.
*
* @param sslState the sslState value to set
* @return the HostNameSslState object itself.
@@ -93,7 +93,7 @@ public HostNameSslState withSslState(SslState sslState) {
}
/**
- * Get the virtualIP value.
+ * Get virtual IP address assigned to the hostname if IP based SSL is enabled.
*
* @return the virtualIP value
*/
@@ -102,7 +102,7 @@ public String virtualIP() {
}
/**
- * Set the virtualIP value.
+ * Set virtual IP address assigned to the hostname if IP based SSL is enabled.
*
* @param virtualIP the virtualIP value to set
* @return the HostNameSslState object itself.
@@ -113,7 +113,7 @@ public HostNameSslState withVirtualIP(String virtualIP) {
}
/**
- * Get the thumbprint value.
+ * Get sSL certificate thumbprint.
*
* @return the thumbprint value
*/
@@ -122,7 +122,7 @@ public String thumbprint() {
}
/**
- * Set the thumbprint value.
+ * Set sSL certificate thumbprint.
*
* @param thumbprint the thumbprint value to set
* @return the HostNameSslState object itself.
@@ -133,7 +133,7 @@ public HostNameSslState withThumbprint(String thumbprint) {
}
/**
- * Get the toUpdate value.
+ * Get set to <code>true</code> to update existing hostname.
*
* @return the toUpdate value
*/
@@ -142,7 +142,7 @@ public Boolean toUpdate() {
}
/**
- * Set the toUpdate value.
+ * Set set to <code>true</code> to update existing hostname.
*
* @param toUpdate the toUpdate value to set
* @return the HostNameSslState object itself.
@@ -153,7 +153,7 @@ public HostNameSslState withToUpdate(Boolean toUpdate) {
}
/**
- * Get the hostType value.
+ * Get indicates whether the hostname is a standard or repository hostname. Possible values include: 'Standard', 'Repository'.
*
* @return the hostType value
*/
@@ -162,7 +162,7 @@ public HostType hostType() {
}
/**
- * Set the hostType value.
+ * Set indicates whether the hostname is a standard or repository hostname. Possible values include: 'Standard', 'Repository'.
*
* @param hostType the hostType value to set
* @return the HostNameSslState object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/HostingEnvironmentDeploymentInfo.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/HostingEnvironmentDeploymentInfo.java
index f57b190a4d26..6edc02e1fe05 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/HostingEnvironmentDeploymentInfo.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/HostingEnvironmentDeploymentInfo.java
@@ -27,7 +27,7 @@ public class HostingEnvironmentDeploymentInfo {
private String location;
/**
- * Get the name value.
+ * Get name of the App Service Environment.
*
* @return the name value
*/
@@ -36,7 +36,7 @@ public String name() {
}
/**
- * Set the name value.
+ * Set name of the App Service Environment.
*
* @param name the name value to set
* @return the HostingEnvironmentDeploymentInfo object itself.
@@ -47,7 +47,7 @@ public HostingEnvironmentDeploymentInfo withName(String name) {
}
/**
- * Get the location value.
+ * Get location of the App Service Environment.
*
* @return the location value
*/
@@ -56,7 +56,7 @@ public String location() {
}
/**
- * Set the location value.
+ * Set location of the App Service Environment.
*
* @param location the location value to set
* @return the HostingEnvironmentDeploymentInfo object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/HostingEnvironmentProfile.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/HostingEnvironmentProfile.java
index 9449803e6c24..eaee6a128743 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/HostingEnvironmentProfile.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/HostingEnvironmentProfile.java
@@ -33,7 +33,7 @@ public class HostingEnvironmentProfile {
private String type;
/**
- * Get the id value.
+ * Get resource ID of the App Service Environment.
*
* @return the id value
*/
@@ -42,7 +42,7 @@ public String id() {
}
/**
- * Set the id value.
+ * Set resource ID of the App Service Environment.
*
* @param id the id value to set
* @return the HostingEnvironmentProfile object itself.
@@ -53,7 +53,7 @@ public HostingEnvironmentProfile withId(String id) {
}
/**
- * Get the name value.
+ * Get name of the App Service Environment.
*
* @return the name value
*/
@@ -62,7 +62,7 @@ public String name() {
}
/**
- * Get the type value.
+ * Get resource type of the App Service Environment.
*
* @return the type value
*/
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/HybridConnection.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/HybridConnection.java
index d64104ce69bc..d682c6d07ecc 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/HybridConnection.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/HybridConnection.java
@@ -69,7 +69,7 @@ public class HybridConnection extends ProxyOnlyResource {
private String serviceBusSuffix;
/**
- * Get the serviceBusNamespace value.
+ * Get the name of the Service Bus namespace.
*
* @return the serviceBusNamespace value
*/
@@ -78,7 +78,7 @@ public String serviceBusNamespace() {
}
/**
- * Set the serviceBusNamespace value.
+ * Set the name of the Service Bus namespace.
*
* @param serviceBusNamespace the serviceBusNamespace value to set
* @return the HybridConnection object itself.
@@ -89,7 +89,7 @@ public HybridConnection withServiceBusNamespace(String serviceBusNamespace) {
}
/**
- * Get the relayName value.
+ * Get the name of the Service Bus relay.
*
* @return the relayName value
*/
@@ -98,7 +98,7 @@ public String relayName() {
}
/**
- * Set the relayName value.
+ * Set the name of the Service Bus relay.
*
* @param relayName the relayName value to set
* @return the HybridConnection object itself.
@@ -109,7 +109,7 @@ public HybridConnection withRelayName(String relayName) {
}
/**
- * Get the relayArmUri value.
+ * Get the ARM URI to the Service Bus relay.
*
* @return the relayArmUri value
*/
@@ -118,7 +118,7 @@ public String relayArmUri() {
}
/**
- * Set the relayArmUri value.
+ * Set the ARM URI to the Service Bus relay.
*
* @param relayArmUri the relayArmUri value to set
* @return the HybridConnection object itself.
@@ -129,7 +129,7 @@ public HybridConnection withRelayArmUri(String relayArmUri) {
}
/**
- * Get the hostname value.
+ * Get the hostname of the endpoint.
*
* @return the hostname value
*/
@@ -138,7 +138,7 @@ public String hostname() {
}
/**
- * Set the hostname value.
+ * Set the hostname of the endpoint.
*
* @param hostname the hostname value to set
* @return the HybridConnection object itself.
@@ -149,7 +149,7 @@ public HybridConnection withHostname(String hostname) {
}
/**
- * Get the port value.
+ * Get the port of the endpoint.
*
* @return the port value
*/
@@ -158,7 +158,7 @@ public Integer port() {
}
/**
- * Set the port value.
+ * Set the port of the endpoint.
*
* @param port the port value to set
* @return the HybridConnection object itself.
@@ -169,7 +169,7 @@ public HybridConnection withPort(Integer port) {
}
/**
- * Get the sendKeyName value.
+ * Get the name of the Service Bus key which has Send permissions. This is used to authenticate to Service Bus.
*
* @return the sendKeyName value
*/
@@ -178,7 +178,7 @@ public String sendKeyName() {
}
/**
- * Set the sendKeyName value.
+ * Set the name of the Service Bus key which has Send permissions. This is used to authenticate to Service Bus.
*
* @param sendKeyName the sendKeyName value to set
* @return the HybridConnection object itself.
@@ -189,7 +189,8 @@ public HybridConnection withSendKeyName(String sendKeyName) {
}
/**
- * Get the sendKeyValue value.
+ * Get the value of the Service Bus key. This is used to authenticate to Service Bus. In ARM this key will not be returned
+ normally, use the POST /listKeys API instead.
*
* @return the sendKeyValue value
*/
@@ -198,7 +199,8 @@ public String sendKeyValue() {
}
/**
- * Set the sendKeyValue value.
+ * Set the value of the Service Bus key. This is used to authenticate to Service Bus. In ARM this key will not be returned
+ normally, use the POST /listKeys API instead.
*
* @param sendKeyValue the sendKeyValue value to set
* @return the HybridConnection object itself.
@@ -209,7 +211,7 @@ public HybridConnection withSendKeyValue(String sendKeyValue) {
}
/**
- * Get the serviceBusSuffix value.
+ * Get the suffix for the service bus endpoint. By default this is .servicebus.windows.net.
*
* @return the serviceBusSuffix value
*/
@@ -218,7 +220,7 @@ public String serviceBusSuffix() {
}
/**
- * Set the serviceBusSuffix value.
+ * Set the suffix for the service bus endpoint. By default this is .servicebus.windows.net.
*
* @param serviceBusSuffix the serviceBusSuffix value to set
* @return the HybridConnection object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/HybridConnectionKey.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/HybridConnectionKey.java
index e92628d41b56..8bde03bf78b6 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/HybridConnectionKey.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/HybridConnectionKey.java
@@ -30,7 +30,7 @@ public class HybridConnectionKey extends ProxyOnlyResource {
private String sendKeyValue;
/**
- * Get the sendKeyName value.
+ * Get the name of the send key.
*
* @return the sendKeyName value
*/
@@ -39,7 +39,7 @@ public String sendKeyName() {
}
/**
- * Get the sendKeyValue value.
+ * Get the value of the send key.
*
* @return the sendKeyValue value
*/
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/IpSecurityRestriction.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/IpSecurityRestriction.java
index b21a86ffeaa8..e3f038be447e 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/IpSecurityRestriction.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/IpSecurityRestriction.java
@@ -27,7 +27,7 @@ public class IpSecurityRestriction {
private String subnetMask;
/**
- * Get the ipAddress value.
+ * Get iP address the security restriction is valid for.
*
* @return the ipAddress value
*/
@@ -36,7 +36,7 @@ public String ipAddress() {
}
/**
- * Set the ipAddress value.
+ * Set iP address the security restriction is valid for.
*
* @param ipAddress the ipAddress value to set
* @return the IpSecurityRestriction object itself.
@@ -47,7 +47,7 @@ public IpSecurityRestriction withIpAddress(String ipAddress) {
}
/**
- * Get the subnetMask value.
+ * Get subnet mask for the range of IP addresses the restriction is valid for.
*
* @return the subnetMask value
*/
@@ -56,7 +56,7 @@ public String subnetMask() {
}
/**
- * Set the subnetMask value.
+ * Set subnet mask for the range of IP addresses the restriction is valid for.
*
* @param subnetMask the subnetMask value to set
* @return the IpSecurityRestriction object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/LocalizableString.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/LocalizableString.java
index 6793a6e17a98..9562e35b5756 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/LocalizableString.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/LocalizableString.java
@@ -27,7 +27,7 @@ public class LocalizableString {
private String localizedValue;
/**
- * Get the value value.
+ * Get non-localized name.
*
* @return the value value
*/
@@ -36,7 +36,7 @@ public String value() {
}
/**
- * Set the value value.
+ * Set non-localized name.
*
* @param value the value value to set
* @return the LocalizableString object itself.
@@ -47,7 +47,7 @@ public LocalizableString withValue(String value) {
}
/**
- * Get the localizedValue value.
+ * Get localized name.
*
* @return the localizedValue value
*/
@@ -56,7 +56,7 @@ public String localizedValue() {
}
/**
- * Set the localizedValue value.
+ * Set localized name.
*
* @param localizedValue the localizedValue value to set
* @return the LocalizableString object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ManagedServiceIdentity.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ManagedServiceIdentity.java
index 08ad29141bbb..0102be8eac22 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ManagedServiceIdentity.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ManagedServiceIdentity.java
@@ -34,7 +34,7 @@ public class ManagedServiceIdentity {
private String principalId;
/**
- * Get the type value.
+ * Get type of managed service identity. Possible values include: 'SystemAssigned'.
*
* @return the type value
*/
@@ -43,7 +43,7 @@ public ManagedServiceIdentityType type() {
}
/**
- * Set the type value.
+ * Set type of managed service identity. Possible values include: 'SystemAssigned'.
*
* @param type the type value to set
* @return the ManagedServiceIdentity object itself.
@@ -54,7 +54,7 @@ public ManagedServiceIdentity withType(ManagedServiceIdentityType type) {
}
/**
- * Get the tenantId value.
+ * Get tenant of managed service identity.
*
* @return the tenantId value
*/
@@ -63,7 +63,7 @@ public String tenantId() {
}
/**
- * Get the principalId value.
+ * Get principal Id of managed service identity.
*
* @return the principalId value
*/
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/NameIdentifier.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/NameIdentifier.java
index 11317445cf70..10bf7ca9d275 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/NameIdentifier.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/NameIdentifier.java
@@ -21,7 +21,7 @@ public class NameIdentifier {
private String name;
/**
- * Get the name value.
+ * Get name of the object.
*
* @return the name value
*/
@@ -30,7 +30,7 @@ public String name() {
}
/**
- * Set the name value.
+ * Set name of the object.
*
* @param name the name value to set
* @return the NameIdentifier object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/NameValuePair.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/NameValuePair.java
index 0352951acbbe..378e2c505fb0 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/NameValuePair.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/NameValuePair.java
@@ -27,7 +27,7 @@ public class NameValuePair {
private String value;
/**
- * Get the name value.
+ * Get pair name.
*
* @return the name value
*/
@@ -36,7 +36,7 @@ public String name() {
}
/**
- * Set the name value.
+ * Set pair name.
*
* @param name the name value to set
* @return the NameValuePair object itself.
@@ -47,7 +47,7 @@ public NameValuePair withName(String name) {
}
/**
- * Get the value value.
+ * Get pair value.
*
* @return the value value
*/
@@ -56,7 +56,7 @@ public String value() {
}
/**
- * Set the value value.
+ * Set pair value.
*
* @param value the value value to set
* @return the NameValuePair object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/NetworkAccessControlEntry.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/NetworkAccessControlEntry.java
index 0ba804bf2472..91b77995b381 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/NetworkAccessControlEntry.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/NetworkAccessControlEntry.java
@@ -39,7 +39,7 @@ public class NetworkAccessControlEntry {
private String remoteSubnet;
/**
- * Get the action value.
+ * Get action object. Possible values include: 'Permit', 'Deny'.
*
* @return the action value
*/
@@ -48,7 +48,7 @@ public AccessControlEntryAction action() {
}
/**
- * Set the action value.
+ * Set action object. Possible values include: 'Permit', 'Deny'.
*
* @param action the action value to set
* @return the NetworkAccessControlEntry object itself.
@@ -59,7 +59,7 @@ public NetworkAccessControlEntry withAction(AccessControlEntryAction action) {
}
/**
- * Get the description value.
+ * Get description of network access control entry.
*
* @return the description value
*/
@@ -68,7 +68,7 @@ public String description() {
}
/**
- * Set the description value.
+ * Set description of network access control entry.
*
* @param description the description value to set
* @return the NetworkAccessControlEntry object itself.
@@ -79,7 +79,7 @@ public NetworkAccessControlEntry withDescription(String description) {
}
/**
- * Get the order value.
+ * Get order of precedence.
*
* @return the order value
*/
@@ -88,7 +88,7 @@ public Integer order() {
}
/**
- * Set the order value.
+ * Set order of precedence.
*
* @param order the order value to set
* @return the NetworkAccessControlEntry object itself.
@@ -99,7 +99,7 @@ public NetworkAccessControlEntry withOrder(Integer order) {
}
/**
- * Get the remoteSubnet value.
+ * Get remote subnet.
*
* @return the remoteSubnet value
*/
@@ -108,7 +108,7 @@ public String remoteSubnet() {
}
/**
- * Set the remoteSubnet value.
+ * Set remote subnet.
*
* @param remoteSubnet the remoteSubnet value to set
* @return the NetworkAccessControlEntry object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/Operation.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/Operation.java
index d5b322718715..69b8c495c8a1 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/Operation.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/Operation.java
@@ -67,7 +67,7 @@ public class Operation {
private UUID geoMasterOperationId;
/**
- * Get the id value.
+ * Get operation ID.
*
* @return the id value
*/
@@ -76,7 +76,7 @@ public String id() {
}
/**
- * Set the id value.
+ * Set operation ID.
*
* @param id the id value to set
* @return the Operation object itself.
@@ -87,7 +87,7 @@ public Operation withId(String id) {
}
/**
- * Get the name value.
+ * Get operation name.
*
* @return the name value
*/
@@ -96,7 +96,7 @@ public String name() {
}
/**
- * Set the name value.
+ * Set operation name.
*
* @param name the name value to set
* @return the Operation object itself.
@@ -107,7 +107,7 @@ public Operation withName(String name) {
}
/**
- * Get the status value.
+ * Get the current status of the operation. Possible values include: 'InProgress', 'Failed', 'Succeeded', 'TimedOut', 'Created'.
*
* @return the status value
*/
@@ -116,7 +116,7 @@ public OperationStatus status() {
}
/**
- * Set the status value.
+ * Set the current status of the operation. Possible values include: 'InProgress', 'Failed', 'Succeeded', 'TimedOut', 'Created'.
*
* @param status the status value to set
* @return the Operation object itself.
@@ -127,7 +127,7 @@ public Operation withStatus(OperationStatus status) {
}
/**
- * Get the errors value.
+ * Get any errors associate with the operation.
*
* @return the errors value
*/
@@ -136,7 +136,7 @@ public List errors() {
}
/**
- * Set the errors value.
+ * Set any errors associate with the operation.
*
* @param errors the errors value to set
* @return the Operation object itself.
@@ -147,7 +147,7 @@ public Operation withErrors(List errors) {
}
/**
- * Get the createdTime value.
+ * Get time when operation has started.
*
* @return the createdTime value
*/
@@ -156,7 +156,7 @@ public DateTime createdTime() {
}
/**
- * Set the createdTime value.
+ * Set time when operation has started.
*
* @param createdTime the createdTime value to set
* @return the Operation object itself.
@@ -167,7 +167,7 @@ public Operation withCreatedTime(DateTime createdTime) {
}
/**
- * Get the modifiedTime value.
+ * Get time when operation has been updated.
*
* @return the modifiedTime value
*/
@@ -176,7 +176,7 @@ public DateTime modifiedTime() {
}
/**
- * Set the modifiedTime value.
+ * Set time when operation has been updated.
*
* @param modifiedTime the modifiedTime value to set
* @return the Operation object itself.
@@ -187,7 +187,7 @@ public Operation withModifiedTime(DateTime modifiedTime) {
}
/**
- * Get the expirationTime value.
+ * Get time when operation will expire.
*
* @return the expirationTime value
*/
@@ -196,7 +196,7 @@ public DateTime expirationTime() {
}
/**
- * Set the expirationTime value.
+ * Set time when operation will expire.
*
* @param expirationTime the expirationTime value to set
* @return the Operation object itself.
@@ -207,7 +207,7 @@ public Operation withExpirationTime(DateTime expirationTime) {
}
/**
- * Get the geoMasterOperationId value.
+ * Get applicable only for stamp operation ids.
*
* @return the geoMasterOperationId value
*/
@@ -216,7 +216,7 @@ public UUID geoMasterOperationId() {
}
/**
- * Set the geoMasterOperationId value.
+ * Set applicable only for stamp operation ids.
*
* @param geoMasterOperationId the geoMasterOperationId value to set
* @return the Operation object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ProxyOnlyResource.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ProxyOnlyResource.java
index 45a2c4d7031e..8493148b6cb9 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ProxyOnlyResource.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ProxyOnlyResource.java
@@ -23,7 +23,7 @@ public class ProxyOnlyResource extends ProxyResource {
private String kind;
/**
- * Get the kind value.
+ * Get kind of resource.
*
* @return the kind value
*/
@@ -32,7 +32,7 @@ public String kind() {
}
/**
- * Set the kind value.
+ * Set kind of resource.
*
* @param kind the kind value to set
* @return the ProxyOnlyResource object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/PushSettings.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/PushSettings.java
index fe93e56fd345..4d9f8b19260b 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/PushSettings.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/PushSettings.java
@@ -47,7 +47,7 @@ public class PushSettings extends ProxyOnlyResource {
private String dynamicTagsJson;
/**
- * Get the isPushEnabled value.
+ * Get gets or sets a flag indicating whether the Push endpoint is enabled.
*
* @return the isPushEnabled value
*/
@@ -56,7 +56,7 @@ public boolean isPushEnabled() {
}
/**
- * Set the isPushEnabled value.
+ * Set gets or sets a flag indicating whether the Push endpoint is enabled.
*
* @param isPushEnabled the isPushEnabled value to set
* @return the PushSettings object itself.
@@ -67,7 +67,7 @@ public PushSettings withIsPushEnabled(boolean isPushEnabled) {
}
/**
- * Get the tagWhitelistJson value.
+ * Get gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint.
*
* @return the tagWhitelistJson value
*/
@@ -76,7 +76,7 @@ public String tagWhitelistJson() {
}
/**
- * Set the tagWhitelistJson value.
+ * Set gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint.
*
* @param tagWhitelistJson the tagWhitelistJson value to set
* @return the PushSettings object itself.
@@ -87,7 +87,10 @@ public PushSettings withTagWhitelistJson(String tagWhitelistJson) {
}
/**
- * Get the tagsRequiringAuth value.
+ * Get gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint.
+ Tags can consist of alphanumeric characters and the following:
+ '_', '@', '#', '.', ':', '-'.
+ Validation should be performed at the PushRequestHandler.
*
* @return the tagsRequiringAuth value
*/
@@ -96,7 +99,10 @@ public String tagsRequiringAuth() {
}
/**
- * Set the tagsRequiringAuth value.
+ * Set gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint.
+ Tags can consist of alphanumeric characters and the following:
+ '_', '@', '#', '.', ':', '-'.
+ Validation should be performed at the PushRequestHandler.
*
* @param tagsRequiringAuth the tagsRequiringAuth value to set
* @return the PushSettings object itself.
@@ -107,7 +113,7 @@ public PushSettings withTagsRequiringAuth(String tagsRequiringAuth) {
}
/**
- * Get the dynamicTagsJson value.
+ * Get gets or sets a JSON string containing a list of dynamic tags that will be evaluated from user claims in the push registration endpoint.
*
* @return the dynamicTagsJson value
*/
@@ -116,7 +122,7 @@ public String dynamicTagsJson() {
}
/**
- * Set the dynamicTagsJson value.
+ * Set gets or sets a JSON string containing a list of dynamic tags that will be evaluated from user claims in the push registration endpoint.
*
* @param dynamicTagsJson the dynamicTagsJson value to set
* @return the PushSettings object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/RampUpRule.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/RampUpRule.java
index 5ae72cade6d6..06575a150066 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/RampUpRule.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/RampUpRule.java
@@ -78,7 +78,7 @@ public class RampUpRule {
private String name;
/**
- * Get the actionHostName value.
+ * Get hostname of a slot to which the traffic will be redirected if decided to. E.g. myapp-stage.azurewebsites.net.
*
* @return the actionHostName value
*/
@@ -87,7 +87,7 @@ public String actionHostName() {
}
/**
- * Set the actionHostName value.
+ * Set hostname of a slot to which the traffic will be redirected if decided to. E.g. myapp-stage.azurewebsites.net.
*
* @param actionHostName the actionHostName value to set
* @return the RampUpRule object itself.
@@ -98,7 +98,7 @@ public RampUpRule withActionHostName(String actionHostName) {
}
/**
- * Get the reroutePercentage value.
+ * Get percentage of the traffic which will be redirected to <code>ActionHostName</code>.
*
* @return the reroutePercentage value
*/
@@ -107,7 +107,7 @@ public Double reroutePercentage() {
}
/**
- * Set the reroutePercentage value.
+ * Set percentage of the traffic which will be redirected to <code>ActionHostName</code>.
*
* @param reroutePercentage the reroutePercentage value to set
* @return the RampUpRule object itself.
@@ -118,7 +118,9 @@ public RampUpRule withReroutePercentage(Double reroutePercentage) {
}
/**
- * Get the changeStep value.
+ * Get in auto ramp up scenario this is the step to to add/remove from <code>ReroutePercentage</code> until it reaches
+ <code>MinReroutePercentage</code> or <code>MaxReroutePercentage</code>. Site metrics are checked every N minutes specificed in <code>ChangeIntervalInMinutes</code>.
+ Custom decision algorithm can be provided in TiPCallback site extension which URL can be specified in <code>ChangeDecisionCallbackUrl</code>.
*
* @return the changeStep value
*/
@@ -127,7 +129,9 @@ public Double changeStep() {
}
/**
- * Set the changeStep value.
+ * Set in auto ramp up scenario this is the step to to add/remove from <code>ReroutePercentage</code> until it reaches
+ <code>MinReroutePercentage</code> or <code>MaxReroutePercentage</code>. Site metrics are checked every N minutes specificed in <code>ChangeIntervalInMinutes</code>.
+ Custom decision algorithm can be provided in TiPCallback site extension which URL can be specified in <code>ChangeDecisionCallbackUrl</code>.
*
* @param changeStep the changeStep value to set
* @return the RampUpRule object itself.
@@ -138,7 +142,7 @@ public RampUpRule withChangeStep(Double changeStep) {
}
/**
- * Get the changeIntervalInMinutes value.
+ * Get specifies interval in mimuntes to reevaluate ReroutePercentage.
*
* @return the changeIntervalInMinutes value
*/
@@ -147,7 +151,7 @@ public Integer changeIntervalInMinutes() {
}
/**
- * Set the changeIntervalInMinutes value.
+ * Set specifies interval in mimuntes to reevaluate ReroutePercentage.
*
* @param changeIntervalInMinutes the changeIntervalInMinutes value to set
* @return the RampUpRule object itself.
@@ -158,7 +162,7 @@ public RampUpRule withChangeIntervalInMinutes(Integer changeIntervalInMinutes) {
}
/**
- * Get the minReroutePercentage value.
+ * Get specifies lower boundary above which ReroutePercentage will stay.
*
* @return the minReroutePercentage value
*/
@@ -167,7 +171,7 @@ public Double minReroutePercentage() {
}
/**
- * Set the minReroutePercentage value.
+ * Set specifies lower boundary above which ReroutePercentage will stay.
*
* @param minReroutePercentage the minReroutePercentage value to set
* @return the RampUpRule object itself.
@@ -178,7 +182,7 @@ public RampUpRule withMinReroutePercentage(Double minReroutePercentage) {
}
/**
- * Get the maxReroutePercentage value.
+ * Get specifies upper boundary below which ReroutePercentage will stay.
*
* @return the maxReroutePercentage value
*/
@@ -187,7 +191,7 @@ public Double maxReroutePercentage() {
}
/**
- * Set the maxReroutePercentage value.
+ * Set specifies upper boundary below which ReroutePercentage will stay.
*
* @param maxReroutePercentage the maxReroutePercentage value to set
* @return the RampUpRule object itself.
@@ -198,7 +202,8 @@ public RampUpRule withMaxReroutePercentage(Double maxReroutePercentage) {
}
/**
- * Get the changeDecisionCallbackUrl value.
+ * Get custom decision algorithm can be provided in TiPCallback site extension which URL can be specified. See TiPCallback site extension for the scaffold and contracts.
+ https://www.siteextensions.net/packages/TiPCallback/.
*
* @return the changeDecisionCallbackUrl value
*/
@@ -207,7 +212,8 @@ public String changeDecisionCallbackUrl() {
}
/**
- * Set the changeDecisionCallbackUrl value.
+ * Set custom decision algorithm can be provided in TiPCallback site extension which URL can be specified. See TiPCallback site extension for the scaffold and contracts.
+ https://www.siteextensions.net/packages/TiPCallback/.
*
* @param changeDecisionCallbackUrl the changeDecisionCallbackUrl value to set
* @return the RampUpRule object itself.
@@ -218,7 +224,7 @@ public RampUpRule withChangeDecisionCallbackUrl(String changeDecisionCallbackUrl
}
/**
- * Get the name value.
+ * Get name of the routing rule. The recommended name would be to point to the slot which will receive the traffic in the experiment.
*
* @return the name value
*/
@@ -227,7 +233,7 @@ public String name() {
}
/**
- * Set the name value.
+ * Set name of the routing rule. The recommended name would be to point to the slot which will receive the traffic in the experiment.
*
* @param name the name value to set
* @return the RampUpRule object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/Recommendation.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/Recommendation.java
index 0bd4b2cdf51a..4495e9d9e540 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/Recommendation.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/Recommendation.java
@@ -11,7 +11,7 @@
import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.management.appservice.v2016_03_01.implementation.RecommendationInner;
import com.microsoft.azure.arm.resources.models.HasManager;
-import com.microsoft.azure.management.appservice.v2016_03_01.implementation.AppServiceManager;
+import com.microsoft.azure.management.appservice.v2016_03_01.implementation.WebManager;
import org.joda.time.DateTime;
import java.util.UUID;
import java.util.List;
@@ -19,7 +19,7 @@
/**
* Type representing Recommendation.
*/
-public interface Recommendation extends HasInner, HasManager {
+public interface Recommendation extends HasInner, HasManager {
/**
* @return the actionName value.
*/
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/RecommendationRule.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/RecommendationRule.java
index 15408267f21c..f6b9b2792025 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/RecommendationRule.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/RecommendationRule.java
@@ -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_03_01.implementation.AppServiceManager;
+import com.microsoft.azure.management.appservice.v2016_03_01.implementation.WebManager;
import com.microsoft.azure.management.appservice.v2016_03_01.implementation.RecommendationRuleInner;
import java.util.UUID;
import java.util.List;
@@ -18,7 +18,7 @@
/**
* Type representing RecommendationRule.
*/
-public interface RecommendationRule extends HasInner, HasManager {
+public interface RecommendationRule extends HasInner, HasManager {
/**
* @return the actionName value.
*/
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/Rendering.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/Rendering.java
index e5ec454d838a..ac46f8b55115 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/Rendering.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/Rendering.java
@@ -34,7 +34,7 @@ public class Rendering {
private String description;
/**
- * Get the renderingType value.
+ * Get rendering Type. Possible values include: 'NoGraph', 'Table', 'TimeSeries', 'TimeSeriesPerInstance'.
*
* @return the renderingType value
*/
@@ -43,7 +43,7 @@ public RenderingType renderingType() {
}
/**
- * Set the renderingType value.
+ * Set rendering Type. Possible values include: 'NoGraph', 'Table', 'TimeSeries', 'TimeSeriesPerInstance'.
*
* @param renderingType the renderingType value to set
* @return the Rendering object itself.
@@ -54,7 +54,7 @@ public Rendering withRenderingType(RenderingType renderingType) {
}
/**
- * Get the title value.
+ * Get title of data.
*
* @return the title value
*/
@@ -63,7 +63,7 @@ public String title() {
}
/**
- * Set the title value.
+ * Set title of data.
*
* @param title the title value to set
* @return the Rendering object itself.
@@ -74,7 +74,7 @@ public Rendering withTitle(String title) {
}
/**
- * Get the description value.
+ * Get description of the data that will help it be interpreted.
*
* @return the description value
*/
@@ -83,7 +83,7 @@ public String description() {
}
/**
- * Set the description value.
+ * Set description of the data that will help it be interpreted.
*
* @param description the description value to set
* @return the Rendering object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/RequestsBasedTrigger.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/RequestsBasedTrigger.java
index 585b0ba80f36..54a38a2e1427 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/RequestsBasedTrigger.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/RequestsBasedTrigger.java
@@ -27,7 +27,7 @@ public class RequestsBasedTrigger {
private String timeInterval;
/**
- * Get the count value.
+ * Get request Count.
*
* @return the count value
*/
@@ -36,7 +36,7 @@ public Integer count() {
}
/**
- * Set the count value.
+ * Set request Count.
*
* @param count the count value to set
* @return the RequestsBasedTrigger object itself.
@@ -47,7 +47,7 @@ public RequestsBasedTrigger withCount(Integer count) {
}
/**
- * Get the timeInterval value.
+ * Get time interval.
*
* @return the timeInterval value
*/
@@ -56,7 +56,7 @@ public String timeInterval() {
}
/**
- * Set the timeInterval value.
+ * Set time interval.
*
* @param timeInterval the timeInterval value to set
* @return the RequestsBasedTrigger object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ResourceHealthMetadata.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ResourceHealthMetadata.java
index 622451af120c..2ecfa43c81a1 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ResourceHealthMetadata.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ResourceHealthMetadata.java
@@ -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_03_01.implementation.AppServiceManager;
+import com.microsoft.azure.management.appservice.v2016_03_01.implementation.WebManager;
import com.microsoft.azure.management.appservice.v2016_03_01.implementation.ResourceHealthMetadataInner;
/**
* Type representing ResourceHealthMetadata.
*/
-public interface ResourceHealthMetadata extends HasInner, HasManager {
+public interface ResourceHealthMetadata extends HasInner, HasManager {
/**
* @return the category value.
*/
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ResourceMetric.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ResourceMetric.java
index 59ebb68a266d..9209e7d68861 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ResourceMetric.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ResourceMetric.java
@@ -71,7 +71,7 @@ public class ResourceMetric {
private List properties;
/**
- * Get the name value.
+ * Get name of metric.
*
* @return the name value
*/
@@ -80,7 +80,7 @@ public ResourceMetricName name() {
}
/**
- * Get the unit value.
+ * Get metric unit.
*
* @return the unit value
*/
@@ -89,7 +89,7 @@ public String unit() {
}
/**
- * Get the timeGrain value.
+ * Get metric granularity. E.g PT1H, PT5M, P1D.
*
* @return the timeGrain value
*/
@@ -98,7 +98,7 @@ public String timeGrain() {
}
/**
- * Get the startTime value.
+ * Get metric start time.
*
* @return the startTime value
*/
@@ -107,7 +107,7 @@ public DateTime startTime() {
}
/**
- * Get the endTime value.
+ * Get metric end time.
*
* @return the endTime value
*/
@@ -116,7 +116,7 @@ public DateTime endTime() {
}
/**
- * Get the resourceId value.
+ * Get metric resource Id.
*
* @return the resourceId value
*/
@@ -125,7 +125,7 @@ public String resourceId() {
}
/**
- * Get the id value.
+ * Get resource Id.
*
* @return the id value
*/
@@ -134,7 +134,7 @@ public String id() {
}
/**
- * Get the metricValues value.
+ * Get metric values.
*
* @return the metricValues value
*/
@@ -143,7 +143,7 @@ public List metricValues() {
}
/**
- * Get the properties value.
+ * Get resource metric properties collection.
*
* @return the properties value
*/
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ResourceMetricAvailability.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ResourceMetricAvailability.java
index ab25babdcebc..c48e64037140 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ResourceMetricAvailability.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ResourceMetricAvailability.java
@@ -27,7 +27,7 @@ public class ResourceMetricAvailability {
private String retention;
/**
- * Get the timeGrain value.
+ * Get time grain .
*
* @return the timeGrain value
*/
@@ -36,7 +36,7 @@ public String timeGrain() {
}
/**
- * Get the retention value.
+ * Get retention period for the current time grain.
*
* @return the retention value
*/
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ResourceMetricCollection.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ResourceMetricCollection.java
index 91bb20b3591c..2649cb2c9b75 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ResourceMetricCollection.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ResourceMetricCollection.java
@@ -28,7 +28,7 @@ public class ResourceMetricCollection {
private String nextLink;
/**
- * Get the value value.
+ * Get collection of resources.
*
* @return the value value
*/
@@ -37,7 +37,7 @@ public List value() {
}
/**
- * Set the value value.
+ * Set collection of resources.
*
* @param value the value value to set
* @return the ResourceMetricCollection object itself.
@@ -48,7 +48,7 @@ public ResourceMetricCollection withValue(List value) {
}
/**
- * Get the nextLink value.
+ * Get link to next page of resources.
*
* @return the nextLink value
*/
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ResourceMetricDefinition.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ResourceMetricDefinition.java
index fb5a4b6e716c..6ea89c60c9c7 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ResourceMetricDefinition.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ResourceMetricDefinition.java
@@ -62,7 +62,7 @@ public class ResourceMetricDefinition extends ProxyOnlyResource {
private Map properties;
/**
- * Get the resourceMetricDefinitionName value.
+ * Get name of the metric.
*
* @return the resourceMetricDefinitionName value
*/
@@ -71,7 +71,7 @@ public ResourceMetricName resourceMetricDefinitionName() {
}
/**
- * Get the unit value.
+ * Get unit of the metric.
*
* @return the unit value
*/
@@ -80,7 +80,7 @@ public String unit() {
}
/**
- * Get the primaryAggregationType value.
+ * Get primary aggregation type.
*
* @return the primaryAggregationType value
*/
@@ -89,7 +89,7 @@ public String primaryAggregationType() {
}
/**
- * Get the metricAvailabilities value.
+ * Get list of time grains supported for the metric together with retention period.
*
* @return the metricAvailabilities value
*/
@@ -98,7 +98,7 @@ public List metricAvailabilities() {
}
/**
- * Get the resourceUri value.
+ * Get resource URI.
*
* @return the resourceUri value
*/
@@ -107,7 +107,7 @@ public String resourceUri() {
}
/**
- * Get the resourceMetricDefinitionId value.
+ * Get resource ID.
*
* @return the resourceMetricDefinitionId value
*/
@@ -116,7 +116,7 @@ public String resourceMetricDefinitionId() {
}
/**
- * Get the properties value.
+ * Get resource metric definition properties.
*
* @return the properties value
*/
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ResourceMetricDefinitionCollection.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ResourceMetricDefinitionCollection.java
index 495ed70658e5..604b35be00f1 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ResourceMetricDefinitionCollection.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ResourceMetricDefinitionCollection.java
@@ -28,7 +28,7 @@ public class ResourceMetricDefinitionCollection {
private String nextLink;
/**
- * Get the value value.
+ * Get collection of resources.
*
* @return the value value
*/
@@ -37,7 +37,7 @@ public List value() {
}
/**
- * Set the value value.
+ * Set collection of resources.
*
* @param value the value value to set
* @return the ResourceMetricDefinitionCollection object itself.
@@ -48,7 +48,7 @@ public ResourceMetricDefinitionCollection withValue(List properties;
/**
- * Get the timestamp value.
+ * Get value timestamp.
*
* @return the timestamp value
*/
@@ -67,7 +67,7 @@ public String timestamp() {
}
/**
- * Get the average value.
+ * Get value average.
*
* @return the average value
*/
@@ -76,7 +76,7 @@ public Double average() {
}
/**
- * Get the minimum value.
+ * Get value minimum.
*
* @return the minimum value
*/
@@ -85,7 +85,7 @@ public Double minimum() {
}
/**
- * Get the maximum value.
+ * Get value maximum.
*
* @return the maximum value
*/
@@ -94,7 +94,7 @@ public Double maximum() {
}
/**
- * Get the total value.
+ * Get value total.
*
* @return the total value
*/
@@ -103,7 +103,7 @@ public Double total() {
}
/**
- * Get the count value.
+ * Get value count.
*
* @return the count value
*/
@@ -112,7 +112,7 @@ public Double count() {
}
/**
- * Get the properties value.
+ * Get resource metric properties collection.
*
* @return the properties value
*/
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ResourceNameAvailabilityRequest.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ResourceNameAvailabilityRequest.java
index df7f8c46d62c..6cd8019efb8b 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ResourceNameAvailabilityRequest.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ResourceNameAvailabilityRequest.java
@@ -36,7 +36,7 @@ public class ResourceNameAvailabilityRequest {
private Boolean isFqdn;
/**
- * Get the name value.
+ * Get resource name to verify.
*
* @return the name value
*/
@@ -45,7 +45,7 @@ public String name() {
}
/**
- * Set the name value.
+ * Set resource name to verify.
*
* @param name the name value to set
* @return the ResourceNameAvailabilityRequest object itself.
@@ -56,7 +56,7 @@ public ResourceNameAvailabilityRequest withName(String name) {
}
/**
- * Get the type value.
+ * Get resource type used for verification. Possible values include: 'Site', 'Slot', 'HostingEnvironment', 'PublishingUser', 'Microsoft.Web/sites', 'Microsoft.Web/sites/slots', 'Microsoft.Web/hostingEnvironments', 'Microsoft.Web/publishingUsers'.
*
* @return the type value
*/
@@ -65,7 +65,7 @@ public CheckNameResourceTypes type() {
}
/**
- * Set the type value.
+ * Set resource type used for verification. Possible values include: 'Site', 'Slot', 'HostingEnvironment', 'PublishingUser', 'Microsoft.Web/sites', 'Microsoft.Web/sites/slots', 'Microsoft.Web/hostingEnvironments', 'Microsoft.Web/publishingUsers'.
*
* @param type the type value to set
* @return the ResourceNameAvailabilityRequest object itself.
@@ -76,7 +76,7 @@ public ResourceNameAvailabilityRequest withType(CheckNameResourceTypes type) {
}
/**
- * Get the isFqdn value.
+ * Get is fully qualified domain name.
*
* @return the isFqdn value
*/
@@ -85,7 +85,7 @@ public Boolean isFqdn() {
}
/**
- * Set the isFqdn value.
+ * Set is fully qualified domain name.
*
* @param isFqdn the isFqdn value to set
* @return the ResourceNameAvailabilityRequest object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ResponseMetaData.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ResponseMetaData.java
index a15fbe490ef9..5f7bba0cbe33 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ResponseMetaData.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ResponseMetaData.java
@@ -21,7 +21,7 @@ public class ResponseMetaData {
private DataSource dataSource;
/**
- * Get the dataSource value.
+ * Get source of the Data.
*
* @return the dataSource value
*/
@@ -30,7 +30,7 @@ public DataSource dataSource() {
}
/**
- * Set the dataSource value.
+ * Set source of the Data.
*
* @param dataSource the dataSource value to set
* @return the ResponseMetaData object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/Site.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/Site.java
index ba6460fa52a0..7f02505c0930 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/Site.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/Site.java
@@ -253,7 +253,7 @@ public class Site extends Resource {
private String kind;
/**
- * Get the state value.
+ * Get current state of the app.
*
* @return the state value
*/
@@ -262,7 +262,7 @@ public String state() {
}
/**
- * Get the hostNames value.
+ * Get hostnames associated with the app.
*
* @return the hostNames value
*/
@@ -271,7 +271,7 @@ public List hostNames() {
}
/**
- * Get the repositorySiteName value.
+ * Get name of the repository site.
*
* @return the repositorySiteName value
*/
@@ -280,7 +280,7 @@ public String repositorySiteName() {
}
/**
- * Get the usageState value.
+ * Get state indicating whether the app has exceeded its quota usage. Read-only. Possible values include: 'Normal', 'Exceeded'.
*
* @return the usageState value
*/
@@ -289,7 +289,7 @@ public UsageState usageState() {
}
/**
- * Get the enabled value.
+ * Get <code>true</code> if the app is enabled; otherwise, <code>false</code>. Setting this value to false disables the app (takes the app offline).
*
* @return the enabled value
*/
@@ -298,7 +298,7 @@ public Boolean enabled() {
}
/**
- * Set the enabled value.
+ * Set <code>true</code> if the app is enabled; otherwise, <code>false</code>. Setting this value to false disables the app (takes the app offline).
*
* @param enabled the enabled value to set
* @return the Site object itself.
@@ -309,7 +309,8 @@ public Site withEnabled(Boolean enabled) {
}
/**
- * Get the enabledHostNames value.
+ * Get enabled hostnames for the app.Hostnames need to be assigned (see HostNames) AND enabled. Otherwise,
+ the app is not served on those hostnames.
*
* @return the enabledHostNames value
*/
@@ -318,7 +319,7 @@ public List enabledHostNames() {
}
/**
- * Get the availabilityState value.
+ * Get management information availability state for the app. Possible values include: 'Normal', 'Limited', 'DisasterRecoveryMode'.
*
* @return the availabilityState value
*/
@@ -327,7 +328,7 @@ public SiteAvailabilityState availabilityState() {
}
/**
- * Get the hostNameSslStates value.
+ * Get hostname SSL states are used to manage the SSL bindings for app's hostnames.
*
* @return the hostNameSslStates value
*/
@@ -336,7 +337,7 @@ public List hostNameSslStates() {
}
/**
- * Set the hostNameSslStates value.
+ * Set hostname SSL states are used to manage the SSL bindings for app's hostnames.
*
* @param hostNameSslStates the hostNameSslStates value to set
* @return the Site object itself.
@@ -347,7 +348,7 @@ public Site withHostNameSslStates(List hostNameSslStates) {
}
/**
- * Get the serverFarmId value.
+ * Get resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".
*
* @return the serverFarmId value
*/
@@ -356,7 +357,7 @@ public String serverFarmId() {
}
/**
- * Set the serverFarmId value.
+ * Set resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".
*
* @param serverFarmId the serverFarmId value to set
* @return the Site object itself.
@@ -367,7 +368,7 @@ public Site withServerFarmId(String serverFarmId) {
}
/**
- * Get the reserved value.
+ * Get <code>true</code> if reserved; otherwise, <code>false</code>.
*
* @return the reserved value
*/
@@ -376,7 +377,7 @@ public Boolean reserved() {
}
/**
- * Set the reserved value.
+ * Set <code>true</code> if reserved; otherwise, <code>false</code>.
*
* @param reserved the reserved value to set
* @return the Site object itself.
@@ -387,7 +388,7 @@ public Site withReserved(Boolean reserved) {
}
/**
- * Get the lastModifiedTimeUtc value.
+ * Get last time the app was modified, in UTC. Read-only.
*
* @return the lastModifiedTimeUtc value
*/
@@ -396,7 +397,7 @@ public DateTime lastModifiedTimeUtc() {
}
/**
- * Get the siteConfig value.
+ * Get configuration of the app.
*
* @return the siteConfig value
*/
@@ -405,7 +406,7 @@ public SiteConfig siteConfig() {
}
/**
- * Set the siteConfig value.
+ * Set configuration of the app.
*
* @param siteConfig the siteConfig value to set
* @return the Site object itself.
@@ -416,7 +417,7 @@ public Site withSiteConfig(SiteConfig siteConfig) {
}
/**
- * Get the trafficManagerHostNames value.
+ * Get azure Traffic Manager hostnames associated with the app. Read-only.
*
* @return the trafficManagerHostNames value
*/
@@ -425,7 +426,7 @@ public List trafficManagerHostNames() {
}
/**
- * Get the scmSiteAlsoStopped value.
+ * Get <code>true</code> to stop SCM (KUDU) site when the app is stopped; otherwise, <code>false</code>. The default is <code>false</code>.
*
* @return the scmSiteAlsoStopped value
*/
@@ -434,7 +435,7 @@ public Boolean scmSiteAlsoStopped() {
}
/**
- * Set the scmSiteAlsoStopped value.
+ * Set <code>true</code> to stop SCM (KUDU) site when the app is stopped; otherwise, <code>false</code>. The default is <code>false</code>.
*
* @param scmSiteAlsoStopped the scmSiteAlsoStopped value to set
* @return the Site object itself.
@@ -445,7 +446,7 @@ public Site withScmSiteAlsoStopped(Boolean scmSiteAlsoStopped) {
}
/**
- * Get the targetSwapSlot value.
+ * Get specifies which deployment slot this app will swap into. Read-only.
*
* @return the targetSwapSlot value
*/
@@ -454,7 +455,7 @@ public String targetSwapSlot() {
}
/**
- * Get the hostingEnvironmentProfile value.
+ * Get app Service Environment to use for the app.
*
* @return the hostingEnvironmentProfile value
*/
@@ -463,7 +464,7 @@ public HostingEnvironmentProfile hostingEnvironmentProfile() {
}
/**
- * Set the hostingEnvironmentProfile value.
+ * Set app Service Environment to use for the app.
*
* @param hostingEnvironmentProfile the hostingEnvironmentProfile value to set
* @return the Site object itself.
@@ -474,7 +475,7 @@ public Site withHostingEnvironmentProfile(HostingEnvironmentProfile hostingEnvir
}
/**
- * Get the clientAffinityEnabled value.
+ * Get <code>true</code> to enable client affinity; <code>false</code> to stop sending session affinity cookies, which route client requests in the same session to the same instance. Default is <code>true</code>.
*
* @return the clientAffinityEnabled value
*/
@@ -483,7 +484,7 @@ public Boolean clientAffinityEnabled() {
}
/**
- * Set the clientAffinityEnabled value.
+ * Set <code>true</code> to enable client affinity; <code>false</code> to stop sending session affinity cookies, which route client requests in the same session to the same instance. Default is <code>true</code>.
*
* @param clientAffinityEnabled the clientAffinityEnabled value to set
* @return the Site object itself.
@@ -494,7 +495,7 @@ public Site withClientAffinityEnabled(Boolean clientAffinityEnabled) {
}
/**
- * Get the clientCertEnabled value.
+ * Get <code>true</code> to enable client certificate authentication (TLS mutual authentication); otherwise, <code>false</code>. Default is <code>false</code>.
*
* @return the clientCertEnabled value
*/
@@ -503,7 +504,7 @@ public Boolean clientCertEnabled() {
}
/**
- * Set the clientCertEnabled value.
+ * Set <code>true</code> to enable client certificate authentication (TLS mutual authentication); otherwise, <code>false</code>. Default is <code>false</code>.
*
* @param clientCertEnabled the clientCertEnabled value to set
* @return the Site object itself.
@@ -514,7 +515,8 @@ public Site withClientCertEnabled(Boolean clientCertEnabled) {
}
/**
- * Get the hostNamesDisabled value.
+ * Get <code>true</code> to disable the public hostnames of the app; otherwise, <code>false</code>.
+ If <code>true</code>, the app is only accessible via API management process.
*
* @return the hostNamesDisabled value
*/
@@ -523,7 +525,8 @@ public Boolean hostNamesDisabled() {
}
/**
- * Set the hostNamesDisabled value.
+ * Set <code>true</code> to disable the public hostnames of the app; otherwise, <code>false</code>.
+ If <code>true</code>, the app is only accessible via API management process.
*
* @param hostNamesDisabled the hostNamesDisabled value to set
* @return the Site object itself.
@@ -534,7 +537,7 @@ public Site withHostNamesDisabled(Boolean hostNamesDisabled) {
}
/**
- * Get the outboundIpAddresses value.
+ * Get list of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from tenants that site can be hosted with current settings. Read-only.
*
* @return the outboundIpAddresses value
*/
@@ -543,7 +546,7 @@ public String outboundIpAddresses() {
}
/**
- * Get the possibleOutboundIpAddresses value.
+ * Get list of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from all tenants. Read-only.
*
* @return the possibleOutboundIpAddresses value
*/
@@ -552,7 +555,7 @@ public String possibleOutboundIpAddresses() {
}
/**
- * Get the containerSize value.
+ * Get size of the function container.
*
* @return the containerSize value
*/
@@ -561,7 +564,7 @@ public Integer containerSize() {
}
/**
- * Set the containerSize value.
+ * Set size of the function container.
*
* @param containerSize the containerSize value to set
* @return the Site object itself.
@@ -572,7 +575,7 @@ public Site withContainerSize(Integer containerSize) {
}
/**
- * Get the dailyMemoryTimeQuota value.
+ * Get maximum allowed daily memory-time quota (applicable on dynamic apps only).
*
* @return the dailyMemoryTimeQuota value
*/
@@ -581,7 +584,7 @@ public Integer dailyMemoryTimeQuota() {
}
/**
- * Set the dailyMemoryTimeQuota value.
+ * Set maximum allowed daily memory-time quota (applicable on dynamic apps only).
*
* @param dailyMemoryTimeQuota the dailyMemoryTimeQuota value to set
* @return the Site object itself.
@@ -592,7 +595,7 @@ public Site withDailyMemoryTimeQuota(Integer dailyMemoryTimeQuota) {
}
/**
- * Get the suspendedTill value.
+ * Get app suspended till in case memory-time quota is exceeded.
*
* @return the suspendedTill value
*/
@@ -601,7 +604,8 @@ public DateTime suspendedTill() {
}
/**
- * Get the maxNumberOfWorkers value.
+ * Get maximum number of workers.
+ This only applies to Functions container.
*
* @return the maxNumberOfWorkers value
*/
@@ -610,7 +614,7 @@ public Integer maxNumberOfWorkers() {
}
/**
- * Get the cloningInfo value.
+ * Get if specified during app creation, the app is cloned from a source app.
*
* @return the cloningInfo value
*/
@@ -619,7 +623,7 @@ public CloningInfo cloningInfo() {
}
/**
- * Set the cloningInfo value.
+ * Set if specified during app creation, the app is cloned from a source app.
*
* @param cloningInfo the cloningInfo value to set
* @return the Site object itself.
@@ -630,7 +634,7 @@ public Site withCloningInfo(CloningInfo cloningInfo) {
}
/**
- * Get the snapshotInfo value.
+ * Get if specified during app creation, the app is created from a previous snapshot.
*
* @return the snapshotInfo value
*/
@@ -639,7 +643,7 @@ public SnapshotRecoveryRequest snapshotInfo() {
}
/**
- * Set the snapshotInfo value.
+ * Set if specified during app creation, the app is created from a previous snapshot.
*
* @param snapshotInfo the snapshotInfo value to set
* @return the Site object itself.
@@ -650,7 +654,7 @@ public Site withSnapshotInfo(SnapshotRecoveryRequest snapshotInfo) {
}
/**
- * Get the resourceGroup value.
+ * Get name of the resource group the app belongs to. Read-only.
*
* @return the resourceGroup value
*/
@@ -659,7 +663,7 @@ public String resourceGroup() {
}
/**
- * Get the isDefaultContainer value.
+ * Get <code>true</code> if the app is a default container; otherwise, <code>false</code>.
*
* @return the isDefaultContainer value
*/
@@ -668,7 +672,7 @@ public Boolean isDefaultContainer() {
}
/**
- * Get the defaultHostName value.
+ * Get default hostname of the app. Read-only.
*
* @return the defaultHostName value
*/
@@ -677,7 +681,7 @@ public String defaultHostName() {
}
/**
- * Get the slotSwapStatus value.
+ * Get status of the last deployment slot swap operation.
*
* @return the slotSwapStatus value
*/
@@ -686,7 +690,8 @@ public SlotSwapStatus slotSwapStatus() {
}
/**
- * Get the httpsOnly value.
+ * Get httpsOnly: configures a web site to accept only https requests. Issues redirect for
+ http requests.
*
* @return the httpsOnly value
*/
@@ -695,7 +700,8 @@ public Boolean httpsOnly() {
}
/**
- * Set the httpsOnly value.
+ * Set httpsOnly: configures a web site to accept only https requests. Issues redirect for
+ http requests.
*
* @param httpsOnly the httpsOnly value to set
* @return the Site object itself.
@@ -726,7 +732,7 @@ public Site withIdentity(ManagedServiceIdentity identity) {
}
/**
- * Get the kind value.
+ * Get kind of resource.
*
* @return the kind value
*/
@@ -735,7 +741,7 @@ public String kind() {
}
/**
- * Set the kind value.
+ * Set kind of resource.
*
* @param kind the kind value to set
* @return the Site object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/SiteConfig.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/SiteConfig.java
index 765ccc882d56..846c69c7f4e3 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/SiteConfig.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/SiteConfig.java
@@ -302,7 +302,7 @@ public class SiteConfig {
private SupportedTlsVersions minTlsVersion;
/**
- * Get the numberOfWorkers value.
+ * Get number of workers.
*
* @return the numberOfWorkers value
*/
@@ -311,7 +311,7 @@ public Integer numberOfWorkers() {
}
/**
- * Set the numberOfWorkers value.
+ * Set number of workers.
*
* @param numberOfWorkers the numberOfWorkers value to set
* @return the SiteConfig object itself.
@@ -322,7 +322,7 @@ public SiteConfig withNumberOfWorkers(Integer numberOfWorkers) {
}
/**
- * Get the defaultDocuments value.
+ * Get default documents.
*
* @return the defaultDocuments value
*/
@@ -331,7 +331,7 @@ public List defaultDocuments() {
}
/**
- * Set the defaultDocuments value.
+ * Set default documents.
*
* @param defaultDocuments the defaultDocuments value to set
* @return the SiteConfig object itself.
@@ -342,7 +342,7 @@ public SiteConfig withDefaultDocuments(List defaultDocuments) {
}
/**
- * Get the netFrameworkVersion value.
+ * Get .NET Framework version.
*
* @return the netFrameworkVersion value
*/
@@ -351,7 +351,7 @@ public String netFrameworkVersion() {
}
/**
- * Set the netFrameworkVersion value.
+ * Set .NET Framework version.
*
* @param netFrameworkVersion the netFrameworkVersion value to set
* @return the SiteConfig object itself.
@@ -362,7 +362,7 @@ public SiteConfig withNetFrameworkVersion(String netFrameworkVersion) {
}
/**
- * Get the phpVersion value.
+ * Get version of PHP.
*
* @return the phpVersion value
*/
@@ -371,7 +371,7 @@ public String phpVersion() {
}
/**
- * Set the phpVersion value.
+ * Set version of PHP.
*
* @param phpVersion the phpVersion value to set
* @return the SiteConfig object itself.
@@ -382,7 +382,7 @@ public SiteConfig withPhpVersion(String phpVersion) {
}
/**
- * Get the pythonVersion value.
+ * Get version of Python.
*
* @return the pythonVersion value
*/
@@ -391,7 +391,7 @@ public String pythonVersion() {
}
/**
- * Set the pythonVersion value.
+ * Set version of Python.
*
* @param pythonVersion the pythonVersion value to set
* @return the SiteConfig object itself.
@@ -402,7 +402,7 @@ public SiteConfig withPythonVersion(String pythonVersion) {
}
/**
- * Get the nodeVersion value.
+ * Get version of Node.js.
*
* @return the nodeVersion value
*/
@@ -411,7 +411,7 @@ public String nodeVersion() {
}
/**
- * Set the nodeVersion value.
+ * Set version of Node.js.
*
* @param nodeVersion the nodeVersion value to set
* @return the SiteConfig object itself.
@@ -422,7 +422,7 @@ public SiteConfig withNodeVersion(String nodeVersion) {
}
/**
- * Get the linuxFxVersion value.
+ * Get linux App Framework and version.
*
* @return the linuxFxVersion value
*/
@@ -431,7 +431,7 @@ public String linuxFxVersion() {
}
/**
- * Set the linuxFxVersion value.
+ * Set linux App Framework and version.
*
* @param linuxFxVersion the linuxFxVersion value to set
* @return the SiteConfig object itself.
@@ -442,7 +442,7 @@ public SiteConfig withLinuxFxVersion(String linuxFxVersion) {
}
/**
- * Get the requestTracingEnabled value.
+ * Get <code>true</code> if request tracing is enabled; otherwise, <code>false</code>.
*
* @return the requestTracingEnabled value
*/
@@ -451,7 +451,7 @@ public Boolean requestTracingEnabled() {
}
/**
- * Set the requestTracingEnabled value.
+ * Set <code>true</code> if request tracing is enabled; otherwise, <code>false</code>.
*
* @param requestTracingEnabled the requestTracingEnabled value to set
* @return the SiteConfig object itself.
@@ -462,7 +462,7 @@ public SiteConfig withRequestTracingEnabled(Boolean requestTracingEnabled) {
}
/**
- * Get the requestTracingExpirationTime value.
+ * Get request tracing expiration time.
*
* @return the requestTracingExpirationTime value
*/
@@ -471,7 +471,7 @@ public DateTime requestTracingExpirationTime() {
}
/**
- * Set the requestTracingExpirationTime value.
+ * Set request tracing expiration time.
*
* @param requestTracingExpirationTime the requestTracingExpirationTime value to set
* @return the SiteConfig object itself.
@@ -482,7 +482,7 @@ public SiteConfig withRequestTracingExpirationTime(DateTime requestTracingExpira
}
/**
- * Get the remoteDebuggingEnabled value.
+ * Get <code>true</code> if remote debugging is enabled; otherwise, <code>false</code>.
*
* @return the remoteDebuggingEnabled value
*/
@@ -491,7 +491,7 @@ public Boolean remoteDebuggingEnabled() {
}
/**
- * Set the remoteDebuggingEnabled value.
+ * Set <code>true</code> if remote debugging is enabled; otherwise, <code>false</code>.
*
* @param remoteDebuggingEnabled the remoteDebuggingEnabled value to set
* @return the SiteConfig object itself.
@@ -502,7 +502,7 @@ public SiteConfig withRemoteDebuggingEnabled(Boolean remoteDebuggingEnabled) {
}
/**
- * Get the remoteDebuggingVersion value.
+ * Get remote debugging version.
*
* @return the remoteDebuggingVersion value
*/
@@ -511,7 +511,7 @@ public String remoteDebuggingVersion() {
}
/**
- * Set the remoteDebuggingVersion value.
+ * Set remote debugging version.
*
* @param remoteDebuggingVersion the remoteDebuggingVersion value to set
* @return the SiteConfig object itself.
@@ -522,7 +522,7 @@ public SiteConfig withRemoteDebuggingVersion(String remoteDebuggingVersion) {
}
/**
- * Get the httpLoggingEnabled value.
+ * Get <code>true</code> if HTTP logging is enabled; otherwise, <code>false</code>.
*
* @return the httpLoggingEnabled value
*/
@@ -531,7 +531,7 @@ public Boolean httpLoggingEnabled() {
}
/**
- * Set the httpLoggingEnabled value.
+ * Set <code>true</code> if HTTP logging is enabled; otherwise, <code>false</code>.
*
* @param httpLoggingEnabled the httpLoggingEnabled value to set
* @return the SiteConfig object itself.
@@ -542,7 +542,7 @@ public SiteConfig withHttpLoggingEnabled(Boolean httpLoggingEnabled) {
}
/**
- * Get the logsDirectorySizeLimit value.
+ * Get hTTP logs directory size limit.
*
* @return the logsDirectorySizeLimit value
*/
@@ -551,7 +551,7 @@ public Integer logsDirectorySizeLimit() {
}
/**
- * Set the logsDirectorySizeLimit value.
+ * Set hTTP logs directory size limit.
*
* @param logsDirectorySizeLimit the logsDirectorySizeLimit value to set
* @return the SiteConfig object itself.
@@ -562,7 +562,7 @@ public SiteConfig withLogsDirectorySizeLimit(Integer logsDirectorySizeLimit) {
}
/**
- * Get the detailedErrorLoggingEnabled value.
+ * Get <code>true</code> if detailed error logging is enabled; otherwise, <code>false</code>.
*
* @return the detailedErrorLoggingEnabled value
*/
@@ -571,7 +571,7 @@ public Boolean detailedErrorLoggingEnabled() {
}
/**
- * Set the detailedErrorLoggingEnabled value.
+ * Set <code>true</code> if detailed error logging is enabled; otherwise, <code>false</code>.
*
* @param detailedErrorLoggingEnabled the detailedErrorLoggingEnabled value to set
* @return the SiteConfig object itself.
@@ -582,7 +582,7 @@ public SiteConfig withDetailedErrorLoggingEnabled(Boolean detailedErrorLoggingEn
}
/**
- * Get the publishingUsername value.
+ * Get publishing user name.
*
* @return the publishingUsername value
*/
@@ -591,7 +591,7 @@ public String publishingUsername() {
}
/**
- * Set the publishingUsername value.
+ * Set publishing user name.
*
* @param publishingUsername the publishingUsername value to set
* @return the SiteConfig object itself.
@@ -602,7 +602,7 @@ public SiteConfig withPublishingUsername(String publishingUsername) {
}
/**
- * Get the appSettings value.
+ * Get application settings.
*
* @return the appSettings value
*/
@@ -611,7 +611,7 @@ public List appSettings() {
}
/**
- * Set the appSettings value.
+ * Set application settings.
*
* @param appSettings the appSettings value to set
* @return the SiteConfig object itself.
@@ -622,7 +622,7 @@ public SiteConfig withAppSettings(List appSettings) {
}
/**
- * Get the connectionStrings value.
+ * Get connection strings.
*
* @return the connectionStrings value
*/
@@ -631,7 +631,7 @@ public List connectionStrings() {
}
/**
- * Set the connectionStrings value.
+ * Set connection strings.
*
* @param connectionStrings the connectionStrings value to set
* @return the SiteConfig object itself.
@@ -642,7 +642,7 @@ public SiteConfig withConnectionStrings(List connectionStrings)
}
/**
- * Get the machineKey value.
+ * Get site MachineKey.
*
* @return the machineKey value
*/
@@ -651,7 +651,7 @@ public SiteMachineKey machineKey() {
}
/**
- * Get the handlerMappings value.
+ * Get handler mappings.
*
* @return the handlerMappings value
*/
@@ -660,7 +660,7 @@ public List handlerMappings() {
}
/**
- * Set the handlerMappings value.
+ * Set handler mappings.
*
* @param handlerMappings the handlerMappings value to set
* @return the SiteConfig object itself.
@@ -671,7 +671,7 @@ public SiteConfig withHandlerMappings(List handlerMappings) {
}
/**
- * Get the documentRoot value.
+ * Get document root.
*
* @return the documentRoot value
*/
@@ -680,7 +680,7 @@ public String documentRoot() {
}
/**
- * Set the documentRoot value.
+ * Set document root.
*
* @param documentRoot the documentRoot value to set
* @return the SiteConfig object itself.
@@ -691,7 +691,7 @@ public SiteConfig withDocumentRoot(String documentRoot) {
}
/**
- * Get the scmType value.
+ * Get sCM type. Possible values include: 'None', 'Dropbox', 'Tfs', 'LocalGit', 'GitHub', 'CodePlexGit', 'CodePlexHg', 'BitbucketGit', 'BitbucketHg', 'ExternalGit', 'ExternalHg', 'OneDrive', 'VSO'.
*
* @return the scmType value
*/
@@ -700,7 +700,7 @@ public ScmType scmType() {
}
/**
- * Set the scmType value.
+ * Set sCM type. Possible values include: 'None', 'Dropbox', 'Tfs', 'LocalGit', 'GitHub', 'CodePlexGit', 'CodePlexHg', 'BitbucketGit', 'BitbucketHg', 'ExternalGit', 'ExternalHg', 'OneDrive', 'VSO'.
*
* @param scmType the scmType value to set
* @return the SiteConfig object itself.
@@ -711,7 +711,7 @@ public SiteConfig withScmType(ScmType scmType) {
}
/**
- * Get the use32BitWorkerProcess value.
+ * Get <code>true</code> to use 32-bit worker process; otherwise, <code>false</code>.
*
* @return the use32BitWorkerProcess value
*/
@@ -720,7 +720,7 @@ public Boolean use32BitWorkerProcess() {
}
/**
- * Set the use32BitWorkerProcess value.
+ * Set <code>true</code> to use 32-bit worker process; otherwise, <code>false</code>.
*
* @param use32BitWorkerProcess the use32BitWorkerProcess value to set
* @return the SiteConfig object itself.
@@ -731,7 +731,7 @@ public SiteConfig withUse32BitWorkerProcess(Boolean use32BitWorkerProcess) {
}
/**
- * Get the webSocketsEnabled value.
+ * Get <code>true</code> if WebSocket is enabled; otherwise, <code>false</code>.
*
* @return the webSocketsEnabled value
*/
@@ -740,7 +740,7 @@ public Boolean webSocketsEnabled() {
}
/**
- * Set the webSocketsEnabled value.
+ * Set <code>true</code> if WebSocket is enabled; otherwise, <code>false</code>.
*
* @param webSocketsEnabled the webSocketsEnabled value to set
* @return the SiteConfig object itself.
@@ -751,7 +751,7 @@ public SiteConfig withWebSocketsEnabled(Boolean webSocketsEnabled) {
}
/**
- * Get the alwaysOn value.
+ * Get <code>true</code> if Always On is enabled; otherwise, <code>false</code>.
*
* @return the alwaysOn value
*/
@@ -760,7 +760,7 @@ public Boolean alwaysOn() {
}
/**
- * Set the alwaysOn value.
+ * Set <code>true</code> if Always On is enabled; otherwise, <code>false</code>.
*
* @param alwaysOn the alwaysOn value to set
* @return the SiteConfig object itself.
@@ -771,7 +771,7 @@ public SiteConfig withAlwaysOn(Boolean alwaysOn) {
}
/**
- * Get the javaVersion value.
+ * Get java version.
*
* @return the javaVersion value
*/
@@ -780,7 +780,7 @@ public String javaVersion() {
}
/**
- * Set the javaVersion value.
+ * Set java version.
*
* @param javaVersion the javaVersion value to set
* @return the SiteConfig object itself.
@@ -791,7 +791,7 @@ public SiteConfig withJavaVersion(String javaVersion) {
}
/**
- * Get the javaContainer value.
+ * Get java container.
*
* @return the javaContainer value
*/
@@ -800,7 +800,7 @@ public String javaContainer() {
}
/**
- * Set the javaContainer value.
+ * Set java container.
*
* @param javaContainer the javaContainer value to set
* @return the SiteConfig object itself.
@@ -811,7 +811,7 @@ public SiteConfig withJavaContainer(String javaContainer) {
}
/**
- * Get the javaContainerVersion value.
+ * Get java container version.
*
* @return the javaContainerVersion value
*/
@@ -820,7 +820,7 @@ public String javaContainerVersion() {
}
/**
- * Set the javaContainerVersion value.
+ * Set java container version.
*
* @param javaContainerVersion the javaContainerVersion value to set
* @return the SiteConfig object itself.
@@ -831,7 +831,7 @@ public SiteConfig withJavaContainerVersion(String javaContainerVersion) {
}
/**
- * Get the appCommandLine value.
+ * Get app command line to launch.
*
* @return the appCommandLine value
*/
@@ -840,7 +840,7 @@ public String appCommandLine() {
}
/**
- * Set the appCommandLine value.
+ * Set app command line to launch.
*
* @param appCommandLine the appCommandLine value to set
* @return the SiteConfig object itself.
@@ -851,7 +851,7 @@ public SiteConfig withAppCommandLine(String appCommandLine) {
}
/**
- * Get the managedPipelineMode value.
+ * Get managed pipeline mode. Possible values include: 'Integrated', 'Classic'.
*
* @return the managedPipelineMode value
*/
@@ -860,7 +860,7 @@ public ManagedPipelineMode managedPipelineMode() {
}
/**
- * Set the managedPipelineMode value.
+ * Set managed pipeline mode. Possible values include: 'Integrated', 'Classic'.
*
* @param managedPipelineMode the managedPipelineMode value to set
* @return the SiteConfig object itself.
@@ -871,7 +871,7 @@ public SiteConfig withManagedPipelineMode(ManagedPipelineMode managedPipelineMod
}
/**
- * Get the virtualApplications value.
+ * Get virtual applications.
*
* @return the virtualApplications value
*/
@@ -880,7 +880,7 @@ public List virtualApplications() {
}
/**
- * Set the virtualApplications value.
+ * Set virtual applications.
*
* @param virtualApplications the virtualApplications value to set
* @return the SiteConfig object itself.
@@ -891,7 +891,7 @@ public SiteConfig withVirtualApplications(List virtualApplic
}
/**
- * Get the loadBalancing value.
+ * Get site load balancing. Possible values include: 'WeightedRoundRobin', 'LeastRequests', 'LeastResponseTime', 'WeightedTotalTraffic', 'RequestHash'.
*
* @return the loadBalancing value
*/
@@ -900,7 +900,7 @@ public SiteLoadBalancing loadBalancing() {
}
/**
- * Set the loadBalancing value.
+ * Set site load balancing. Possible values include: 'WeightedRoundRobin', 'LeastRequests', 'LeastResponseTime', 'WeightedTotalTraffic', 'RequestHash'.
*
* @param loadBalancing the loadBalancing value to set
* @return the SiteConfig object itself.
@@ -911,7 +911,7 @@ public SiteConfig withLoadBalancing(SiteLoadBalancing loadBalancing) {
}
/**
- * Get the experiments value.
+ * Get this is work around for polymophic types.
*
* @return the experiments value
*/
@@ -920,7 +920,7 @@ public Experiments experiments() {
}
/**
- * Set the experiments value.
+ * Set this is work around for polymophic types.
*
* @param experiments the experiments value to set
* @return the SiteConfig object itself.
@@ -931,7 +931,7 @@ public SiteConfig withExperiments(Experiments experiments) {
}
/**
- * Get the limits value.
+ * Get site limits.
*
* @return the limits value
*/
@@ -940,7 +940,7 @@ public SiteLimits limits() {
}
/**
- * Set the limits value.
+ * Set site limits.
*
* @param limits the limits value to set
* @return the SiteConfig object itself.
@@ -951,7 +951,7 @@ public SiteConfig withLimits(SiteLimits limits) {
}
/**
- * Get the autoHealEnabled value.
+ * Get <code>true</code> if Auto Heal is enabled; otherwise, <code>false</code>.
*
* @return the autoHealEnabled value
*/
@@ -960,7 +960,7 @@ public Boolean autoHealEnabled() {
}
/**
- * Set the autoHealEnabled value.
+ * Set <code>true</code> if Auto Heal is enabled; otherwise, <code>false</code>.
*
* @param autoHealEnabled the autoHealEnabled value to set
* @return the SiteConfig object itself.
@@ -971,7 +971,7 @@ public SiteConfig withAutoHealEnabled(Boolean autoHealEnabled) {
}
/**
- * Get the autoHealRules value.
+ * Get auto Heal rules.
*
* @return the autoHealRules value
*/
@@ -980,7 +980,7 @@ public AutoHealRules autoHealRules() {
}
/**
- * Set the autoHealRules value.
+ * Set auto Heal rules.
*
* @param autoHealRules the autoHealRules value to set
* @return the SiteConfig object itself.
@@ -991,7 +991,7 @@ public SiteConfig withAutoHealRules(AutoHealRules autoHealRules) {
}
/**
- * Get the tracingOptions value.
+ * Get tracing options.
*
* @return the tracingOptions value
*/
@@ -1000,7 +1000,7 @@ public String tracingOptions() {
}
/**
- * Set the tracingOptions value.
+ * Set tracing options.
*
* @param tracingOptions the tracingOptions value to set
* @return the SiteConfig object itself.
@@ -1011,7 +1011,7 @@ public SiteConfig withTracingOptions(String tracingOptions) {
}
/**
- * Get the vnetName value.
+ * Get virtual Network name.
*
* @return the vnetName value
*/
@@ -1020,7 +1020,7 @@ public String vnetName() {
}
/**
- * Set the vnetName value.
+ * Set virtual Network name.
*
* @param vnetName the vnetName value to set
* @return the SiteConfig object itself.
@@ -1031,7 +1031,7 @@ public SiteConfig withVnetName(String vnetName) {
}
/**
- * Get the cors value.
+ * Get cross-Origin Resource Sharing (CORS) settings.
*
* @return the cors value
*/
@@ -1040,7 +1040,7 @@ public CorsSettings cors() {
}
/**
- * Set the cors value.
+ * Set cross-Origin Resource Sharing (CORS) settings.
*
* @param cors the cors value to set
* @return the SiteConfig object itself.
@@ -1051,7 +1051,7 @@ public SiteConfig withCors(CorsSettings cors) {
}
/**
- * Get the push value.
+ * Get push endpoint settings.
*
* @return the push value
*/
@@ -1060,7 +1060,7 @@ public PushSettings push() {
}
/**
- * Set the push value.
+ * Set push endpoint settings.
*
* @param push the push value to set
* @return the SiteConfig object itself.
@@ -1071,7 +1071,7 @@ public SiteConfig withPush(PushSettings push) {
}
/**
- * Get the apiDefinition value.
+ * Get information about the formal API definition for the app.
*
* @return the apiDefinition value
*/
@@ -1080,7 +1080,7 @@ public ApiDefinitionInfo apiDefinition() {
}
/**
- * Set the apiDefinition value.
+ * Set information about the formal API definition for the app.
*
* @param apiDefinition the apiDefinition value to set
* @return the SiteConfig object itself.
@@ -1091,7 +1091,7 @@ public SiteConfig withApiDefinition(ApiDefinitionInfo apiDefinition) {
}
/**
- * Get the autoSwapSlotName value.
+ * Get auto-swap slot name.
*
* @return the autoSwapSlotName value
*/
@@ -1100,7 +1100,7 @@ public String autoSwapSlotName() {
}
/**
- * Set the autoSwapSlotName value.
+ * Set auto-swap slot name.
*
* @param autoSwapSlotName the autoSwapSlotName value to set
* @return the SiteConfig object itself.
@@ -1111,7 +1111,7 @@ public SiteConfig withAutoSwapSlotName(String autoSwapSlotName) {
}
/**
- * Get the localMySqlEnabled value.
+ * Get <code>true</code> to enable local MySQL; otherwise, <code>false</code>.
*
* @return the localMySqlEnabled value
*/
@@ -1120,7 +1120,7 @@ public Boolean localMySqlEnabled() {
}
/**
- * Set the localMySqlEnabled value.
+ * Set <code>true</code> to enable local MySQL; otherwise, <code>false</code>.
*
* @param localMySqlEnabled the localMySqlEnabled value to set
* @return the SiteConfig object itself.
@@ -1131,7 +1131,7 @@ public SiteConfig withLocalMySqlEnabled(Boolean localMySqlEnabled) {
}
/**
- * Get the ipSecurityRestrictions value.
+ * Get iP security restrictions.
*
* @return the ipSecurityRestrictions value
*/
@@ -1140,7 +1140,7 @@ public List ipSecurityRestrictions() {
}
/**
- * Set the ipSecurityRestrictions value.
+ * Set iP security restrictions.
*
* @param ipSecurityRestrictions the ipSecurityRestrictions value to set
* @return the SiteConfig object itself.
@@ -1151,7 +1151,7 @@ public SiteConfig withIpSecurityRestrictions(List ipSecur
}
/**
- * Get the http20Enabled value.
+ * Get http20Enabled: configures a web site to allow clients to connect over http2.0.
*
* @return the http20Enabled value
*/
@@ -1160,7 +1160,7 @@ public Boolean http20Enabled() {
}
/**
- * Set the http20Enabled value.
+ * Set http20Enabled: configures a web site to allow clients to connect over http2.0.
*
* @param http20Enabled the http20Enabled value to set
* @return the SiteConfig object itself.
@@ -1171,7 +1171,7 @@ public SiteConfig withHttp20Enabled(Boolean http20Enabled) {
}
/**
- * Get the minTlsVersion value.
+ * Get minTlsVersion: configures the minimum version of TLS required for SSL requests. Possible values include: '1.0', '1.1', '1.2'.
*
* @return the minTlsVersion value
*/
@@ -1180,7 +1180,7 @@ public SupportedTlsVersions minTlsVersion() {
}
/**
- * Set the minTlsVersion value.
+ * Set minTlsVersion: configures the minimum version of TLS required for SSL requests. Possible values include: '1.0', '1.1', '1.2'.
*
* @param minTlsVersion the minTlsVersion value to set
* @return the SiteConfig object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/SiteLimits.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/SiteLimits.java
index 5ce3be46114a..c14f4d7f25ff 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/SiteLimits.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/SiteLimits.java
@@ -33,7 +33,7 @@ public class SiteLimits {
private Long maxDiskSizeInMb;
/**
- * Get the maxPercentageCpu value.
+ * Get maximum allowed CPU usage percentage.
*
* @return the maxPercentageCpu value
*/
@@ -42,7 +42,7 @@ public Double maxPercentageCpu() {
}
/**
- * Set the maxPercentageCpu value.
+ * Set maximum allowed CPU usage percentage.
*
* @param maxPercentageCpu the maxPercentageCpu value to set
* @return the SiteLimits object itself.
@@ -53,7 +53,7 @@ public SiteLimits withMaxPercentageCpu(Double maxPercentageCpu) {
}
/**
- * Get the maxMemoryInMb value.
+ * Get maximum allowed memory usage in MB.
*
* @return the maxMemoryInMb value
*/
@@ -62,7 +62,7 @@ public Long maxMemoryInMb() {
}
/**
- * Set the maxMemoryInMb value.
+ * Set maximum allowed memory usage in MB.
*
* @param maxMemoryInMb the maxMemoryInMb value to set
* @return the SiteLimits object itself.
@@ -73,7 +73,7 @@ public SiteLimits withMaxMemoryInMb(Long maxMemoryInMb) {
}
/**
- * Get the maxDiskSizeInMb value.
+ * Get maximum allowed disk size usage in MB.
*
* @return the maxDiskSizeInMb value
*/
@@ -82,7 +82,7 @@ public Long maxDiskSizeInMb() {
}
/**
- * Set the maxDiskSizeInMb value.
+ * Set maximum allowed disk size usage in MB.
*
* @param maxDiskSizeInMb the maxDiskSizeInMb value to set
* @return the SiteLimits object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/SiteMachineKey.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/SiteMachineKey.java
index 7a50396ff834..2efa08184c4a 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/SiteMachineKey.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/SiteMachineKey.java
@@ -39,7 +39,7 @@ public class SiteMachineKey {
private String decryptionKey;
/**
- * Get the validation value.
+ * Get machineKey validation.
*
* @return the validation value
*/
@@ -48,7 +48,7 @@ public String validation() {
}
/**
- * Set the validation value.
+ * Set machineKey validation.
*
* @param validation the validation value to set
* @return the SiteMachineKey object itself.
@@ -59,7 +59,7 @@ public SiteMachineKey withValidation(String validation) {
}
/**
- * Get the validationKey value.
+ * Get validation key.
*
* @return the validationKey value
*/
@@ -68,7 +68,7 @@ public String validationKey() {
}
/**
- * Set the validationKey value.
+ * Set validation key.
*
* @param validationKey the validationKey value to set
* @return the SiteMachineKey object itself.
@@ -79,7 +79,7 @@ public SiteMachineKey withValidationKey(String validationKey) {
}
/**
- * Get the decryption value.
+ * Get algorithm used for decryption.
*
* @return the decryption value
*/
@@ -88,7 +88,7 @@ public String decryption() {
}
/**
- * Set the decryption value.
+ * Set algorithm used for decryption.
*
* @param decryption the decryption value to set
* @return the SiteMachineKey object itself.
@@ -99,7 +99,7 @@ public SiteMachineKey withDecryption(String decryption) {
}
/**
- * Get the decryptionKey value.
+ * Get decryption key.
*
* @return the decryptionKey value
*/
@@ -108,7 +108,7 @@ public String decryptionKey() {
}
/**
- * Set the decryptionKey value.
+ * Set decryption key.
*
* @param decryptionKey the decryptionKey value to set
* @return the SiteMachineKey object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/SkuCapacity.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/SkuCapacity.java
index 0fe5fbc08564..40123aeb110b 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/SkuCapacity.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/SkuCapacity.java
@@ -39,7 +39,7 @@ public class SkuCapacity {
private String scaleType;
/**
- * Get the minimum value.
+ * Get minimum number of workers for this App Service plan SKU.
*
* @return the minimum value
*/
@@ -48,7 +48,7 @@ public Integer minimum() {
}
/**
- * Set the minimum value.
+ * Set minimum number of workers for this App Service plan SKU.
*
* @param minimum the minimum value to set
* @return the SkuCapacity object itself.
@@ -59,7 +59,7 @@ public SkuCapacity withMinimum(Integer minimum) {
}
/**
- * Get the maximum value.
+ * Get maximum number of workers for this App Service plan SKU.
*
* @return the maximum value
*/
@@ -68,7 +68,7 @@ public Integer maximum() {
}
/**
- * Set the maximum value.
+ * Set maximum number of workers for this App Service plan SKU.
*
* @param maximum the maximum value to set
* @return the SkuCapacity object itself.
@@ -79,7 +79,7 @@ public SkuCapacity withMaximum(Integer maximum) {
}
/**
- * Get the defaultProperty value.
+ * Get default number of workers for this App Service plan SKU.
*
* @return the defaultProperty value
*/
@@ -88,7 +88,7 @@ public Integer defaultProperty() {
}
/**
- * Set the defaultProperty value.
+ * Set default number of workers for this App Service plan SKU.
*
* @param defaultProperty the defaultProperty value to set
* @return the SkuCapacity object itself.
@@ -99,7 +99,7 @@ public SkuCapacity withDefaultProperty(Integer defaultProperty) {
}
/**
- * Get the scaleType value.
+ * Get available scale configurations for an App Service plan.
*
* @return the scaleType value
*/
@@ -108,7 +108,7 @@ public String scaleType() {
}
/**
- * Set the scaleType value.
+ * Set available scale configurations for an App Service plan.
*
* @param scaleType the scaleType value to set
* @return the SkuCapacity object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/SkuDescription.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/SkuDescription.java
index e0cc496629cd..dc77b1017632 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/SkuDescription.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/SkuDescription.java
@@ -64,7 +64,7 @@ public class SkuDescription {
private List capabilities;
/**
- * Get the name value.
+ * Get name of the resource SKU.
*
* @return the name value
*/
@@ -73,7 +73,7 @@ public String name() {
}
/**
- * Set the name value.
+ * Set name of the resource SKU.
*
* @param name the name value to set
* @return the SkuDescription object itself.
@@ -84,7 +84,7 @@ public SkuDescription withName(String name) {
}
/**
- * Get the tier value.
+ * Get service tier of the resource SKU.
*
* @return the tier value
*/
@@ -93,7 +93,7 @@ public String tier() {
}
/**
- * Set the tier value.
+ * Set service tier of the resource SKU.
*
* @param tier the tier value to set
* @return the SkuDescription object itself.
@@ -104,7 +104,7 @@ public SkuDescription withTier(String tier) {
}
/**
- * Get the size value.
+ * Get size specifier of the resource SKU.
*
* @return the size value
*/
@@ -113,7 +113,7 @@ public String size() {
}
/**
- * Set the size value.
+ * Set size specifier of the resource SKU.
*
* @param size the size value to set
* @return the SkuDescription object itself.
@@ -124,7 +124,7 @@ public SkuDescription withSize(String size) {
}
/**
- * Get the family value.
+ * Get family code of the resource SKU.
*
* @return the family value
*/
@@ -133,7 +133,7 @@ public String family() {
}
/**
- * Set the family value.
+ * Set family code of the resource SKU.
*
* @param family the family value to set
* @return the SkuDescription object itself.
@@ -144,7 +144,7 @@ public SkuDescription withFamily(String family) {
}
/**
- * Get the capacity value.
+ * Get current number of instances assigned to the resource.
*
* @return the capacity value
*/
@@ -153,7 +153,7 @@ public Integer capacity() {
}
/**
- * Set the capacity value.
+ * Set current number of instances assigned to the resource.
*
* @param capacity the capacity value to set
* @return the SkuDescription object itself.
@@ -164,7 +164,7 @@ public SkuDescription withCapacity(Integer capacity) {
}
/**
- * Get the skuCapacity value.
+ * Get min, max, and default scale values of the SKU.
*
* @return the skuCapacity value
*/
@@ -173,7 +173,7 @@ public SkuCapacity skuCapacity() {
}
/**
- * Set the skuCapacity value.
+ * Set min, max, and default scale values of the SKU.
*
* @param skuCapacity the skuCapacity value to set
* @return the SkuDescription object itself.
@@ -184,7 +184,7 @@ public SkuDescription withSkuCapacity(SkuCapacity skuCapacity) {
}
/**
- * Get the locations value.
+ * Get locations of the SKU.
*
* @return the locations value
*/
@@ -193,7 +193,7 @@ public List locations() {
}
/**
- * Set the locations value.
+ * Set locations of the SKU.
*
* @param locations the locations value to set
* @return the SkuDescription object itself.
@@ -204,7 +204,7 @@ public SkuDescription withLocations(List locations) {
}
/**
- * Get the capabilities value.
+ * Get capabilities of the SKU, e.g., is traffic manager enabled?.
*
* @return the capabilities value
*/
@@ -213,7 +213,7 @@ public List capabilities() {
}
/**
- * Set the capabilities value.
+ * Set capabilities of the SKU, e.g., is traffic manager enabled?.
*
* @param capabilities the capabilities value to set
* @return the SkuDescription object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/SlotSwapStatus.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/SlotSwapStatus.java
index 330477dd3add..610165e24b59 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/SlotSwapStatus.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/SlotSwapStatus.java
@@ -34,7 +34,7 @@ public class SlotSwapStatus {
private String destinationSlotName;
/**
- * Get the timestampUtc value.
+ * Get the time the last successful slot swap completed.
*
* @return the timestampUtc value
*/
@@ -43,7 +43,7 @@ public DateTime timestampUtc() {
}
/**
- * Get the sourceSlotName value.
+ * Get the source slot of the last swap operation.
*
* @return the sourceSlotName value
*/
@@ -52,7 +52,7 @@ public String sourceSlotName() {
}
/**
- * Get the destinationSlotName value.
+ * Get the destination slot of the last swap operation.
*
* @return the destinationSlotName value
*/
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/SlowRequestsBasedTrigger.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/SlowRequestsBasedTrigger.java
index 8b9c307404dc..b2a0d2cc2009 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/SlowRequestsBasedTrigger.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/SlowRequestsBasedTrigger.java
@@ -33,7 +33,7 @@ public class SlowRequestsBasedTrigger {
private String timeInterval;
/**
- * Get the timeTaken value.
+ * Get time taken.
*
* @return the timeTaken value
*/
@@ -42,7 +42,7 @@ public String timeTaken() {
}
/**
- * Set the timeTaken value.
+ * Set time taken.
*
* @param timeTaken the timeTaken value to set
* @return the SlowRequestsBasedTrigger object itself.
@@ -53,7 +53,7 @@ public SlowRequestsBasedTrigger withTimeTaken(String timeTaken) {
}
/**
- * Get the count value.
+ * Get request Count.
*
* @return the count value
*/
@@ -62,7 +62,7 @@ public Integer count() {
}
/**
- * Set the count value.
+ * Set request Count.
*
* @param count the count value to set
* @return the SlowRequestsBasedTrigger object itself.
@@ -73,7 +73,7 @@ public SlowRequestsBasedTrigger withCount(Integer count) {
}
/**
- * Get the timeInterval value.
+ * Get time interval.
*
* @return the timeInterval value
*/
@@ -82,7 +82,7 @@ public String timeInterval() {
}
/**
- * Set the timeInterval value.
+ * Set time interval.
*
* @param timeInterval the timeInterval value to set
* @return the SlowRequestsBasedTrigger object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/SnapshotRecoveryRequest.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/SnapshotRecoveryRequest.java
index db42d476fd5c..34e555fc2d1e 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/SnapshotRecoveryRequest.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/SnapshotRecoveryRequest.java
@@ -51,7 +51,7 @@ public class SnapshotRecoveryRequest extends ProxyOnlyResource {
private Boolean ignoreConflictingHostNames;
/**
- * Get the snapshotTime value.
+ * Get point in time in which the app recovery should be attempted, formatted as a DateTime string.
*
* @return the snapshotTime value
*/
@@ -60,7 +60,7 @@ public String snapshotTime() {
}
/**
- * Set the snapshotTime value.
+ * Set point in time in which the app recovery should be attempted, formatted as a DateTime string.
*
* @param snapshotTime the snapshotTime value to set
* @return the SnapshotRecoveryRequest object itself.
@@ -71,7 +71,7 @@ public SnapshotRecoveryRequest withSnapshotTime(String snapshotTime) {
}
/**
- * Get the recoveryTarget value.
+ * Get specifies the web app that snapshot contents will be written to.
*
* @return the recoveryTarget value
*/
@@ -80,7 +80,7 @@ public SnapshotRecoveryTarget recoveryTarget() {
}
/**
- * Set the recoveryTarget value.
+ * Set specifies the web app that snapshot contents will be written to.
*
* @param recoveryTarget the recoveryTarget value to set
* @return the SnapshotRecoveryRequest object itself.
@@ -91,7 +91,7 @@ public SnapshotRecoveryRequest withRecoveryTarget(SnapshotRecoveryTarget recover
}
/**
- * Get the overwrite value.
+ * Get if <code>true</code> the recovery operation can overwrite source app; otherwise, <code>false</code>.
*
* @return the overwrite value
*/
@@ -100,7 +100,7 @@ public boolean overwrite() {
}
/**
- * Set the overwrite value.
+ * Set if <code>true</code> the recovery operation can overwrite source app; otherwise, <code>false</code>.
*
* @param overwrite the overwrite value to set
* @return the SnapshotRecoveryRequest object itself.
@@ -111,7 +111,7 @@ public SnapshotRecoveryRequest withOverwrite(boolean overwrite) {
}
/**
- * Get the recoverConfiguration value.
+ * Get if true, site configuration, in addition to content, will be reverted.
*
* @return the recoverConfiguration value
*/
@@ -120,7 +120,7 @@ public Boolean recoverConfiguration() {
}
/**
- * Set the recoverConfiguration value.
+ * Set if true, site configuration, in addition to content, will be reverted.
*
* @param recoverConfiguration the recoverConfiguration value to set
* @return the SnapshotRecoveryRequest object itself.
@@ -131,7 +131,8 @@ public SnapshotRecoveryRequest withRecoverConfiguration(Boolean recoverConfigura
}
/**
- * Get the ignoreConflictingHostNames value.
+ * Get if true, custom hostname conflicts will be ignored when recovering to a target web app.
+ This setting is only necessary when RecoverConfiguration is enabled.
*
* @return the ignoreConflictingHostNames value
*/
@@ -140,7 +141,8 @@ public Boolean ignoreConflictingHostNames() {
}
/**
- * Set the ignoreConflictingHostNames value.
+ * Set if true, custom hostname conflicts will be ignored when recovering to a target web app.
+ This setting is only necessary when RecoverConfiguration is enabled.
*
* @param ignoreConflictingHostNames the ignoreConflictingHostNames value to set
* @return the SnapshotRecoveryRequest object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/SnapshotRecoveryTarget.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/SnapshotRecoveryTarget.java
index f9f34cc1d538..ddfebf5a76a1 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/SnapshotRecoveryTarget.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/SnapshotRecoveryTarget.java
@@ -32,7 +32,7 @@ public class SnapshotRecoveryTarget {
private String id;
/**
- * Get the location value.
+ * Get geographical location of the target web app, e.g. SouthEastAsia, SouthCentralUS.
*
* @return the location value
*/
@@ -41,7 +41,7 @@ public String location() {
}
/**
- * Set the location value.
+ * Set geographical location of the target web app, e.g. SouthEastAsia, SouthCentralUS.
*
* @param location the location value to set
* @return the SnapshotRecoveryTarget object itself.
@@ -52,7 +52,9 @@ public SnapshotRecoveryTarget withLocation(String location) {
}
/**
- * Get the id value.
+ * Get aRM resource ID of the target app.
+ /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName} for production slots and
+ /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slotName} for other slots.
*
* @return the id value
*/
@@ -61,7 +63,9 @@ public String id() {
}
/**
- * Set the id value.
+ * Set aRM resource ID of the target app.
+ /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName} for production slots and
+ /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slotName} for other slots.
*
* @param id the id value to set
* @return the SnapshotRecoveryTarget object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/Solution.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/Solution.java
index 24452143c96c..020034b0203a 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/Solution.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/Solution.java
@@ -59,7 +59,7 @@ public class Solution {
private List> metadata;
/**
- * Get the id value.
+ * Get solution Id.
*
* @return the id value
*/
@@ -68,7 +68,7 @@ public Double id() {
}
/**
- * Set the id value.
+ * Set solution Id.
*
* @param id the id value to set
* @return the Solution object itself.
@@ -79,7 +79,7 @@ public Solution withId(Double id) {
}
/**
- * Get the displayName value.
+ * Get display Name of the solution.
*
* @return the displayName value
*/
@@ -88,7 +88,7 @@ public String displayName() {
}
/**
- * Set the displayName value.
+ * Set display Name of the solution.
*
* @param displayName the displayName value to set
* @return the Solution object itself.
@@ -99,7 +99,7 @@ public Solution withDisplayName(String displayName) {
}
/**
- * Get the order value.
+ * Get order of the solution.
*
* @return the order value
*/
@@ -108,7 +108,7 @@ public Double order() {
}
/**
- * Set the order value.
+ * Set order of the solution.
*
* @param order the order value to set
* @return the Solution object itself.
@@ -119,7 +119,7 @@ public Solution withOrder(Double order) {
}
/**
- * Get the description value.
+ * Get description of the solution.
*
* @return the description value
*/
@@ -128,7 +128,7 @@ public String description() {
}
/**
- * Set the description value.
+ * Set description of the solution.
*
* @param description the description value to set
* @return the Solution object itself.
@@ -139,7 +139,7 @@ public Solution withDescription(String description) {
}
/**
- * Get the type value.
+ * Get type of Solution. Possible values include: 'QuickSolution', 'DeepInvestigation', 'BestPractices'.
*
* @return the type value
*/
@@ -148,7 +148,7 @@ public SolutionType type() {
}
/**
- * Set the type value.
+ * Set type of Solution. Possible values include: 'QuickSolution', 'DeepInvestigation', 'BestPractices'.
*
* @param type the type value to set
* @return the Solution object itself.
@@ -159,7 +159,7 @@ public Solution withType(SolutionType type) {
}
/**
- * Get the data value.
+ * Get solution Data.
*
* @return the data value
*/
@@ -168,7 +168,7 @@ public List> data() {
}
/**
- * Set the data value.
+ * Set solution Data.
*
* @param data the data value to set
* @return the Solution object itself.
@@ -179,7 +179,7 @@ public Solution withData(List> data) {
}
/**
- * Get the metadata value.
+ * Get solution Metadata.
*
* @return the metadata value
*/
@@ -188,7 +188,7 @@ public List> metadata() {
}
/**
- * Set the metadata value.
+ * Set solution Metadata.
*
* @param metadata the metadata value to set
* @return the Solution object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/StackMajorVersion.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/StackMajorVersion.java
index d8dae8ac0e21..b62b4825b3d5 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/StackMajorVersion.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/StackMajorVersion.java
@@ -41,7 +41,7 @@ public class StackMajorVersion {
private List minorVersions;
/**
- * Get the displayVersion value.
+ * Get application stack major version (display only).
*
* @return the displayVersion value
*/
@@ -50,7 +50,7 @@ public String displayVersion() {
}
/**
- * Set the displayVersion value.
+ * Set application stack major version (display only).
*
* @param displayVersion the displayVersion value to set
* @return the StackMajorVersion object itself.
@@ -61,7 +61,7 @@ public StackMajorVersion withDisplayVersion(String displayVersion) {
}
/**
- * Get the runtimeVersion value.
+ * Get application stack major version (runtime only).
*
* @return the runtimeVersion value
*/
@@ -70,7 +70,7 @@ public String runtimeVersion() {
}
/**
- * Set the runtimeVersion value.
+ * Set application stack major version (runtime only).
*
* @param runtimeVersion the runtimeVersion value to set
* @return the StackMajorVersion object itself.
@@ -81,7 +81,7 @@ public StackMajorVersion withRuntimeVersion(String runtimeVersion) {
}
/**
- * Get the isDefault value.
+ * Get <code>true</code> if this is the default major version; otherwise, <code>false</code>.
*
* @return the isDefault value
*/
@@ -90,7 +90,7 @@ public Boolean isDefault() {
}
/**
- * Set the isDefault value.
+ * Set <code>true</code> if this is the default major version; otherwise, <code>false</code>.
*
* @param isDefault the isDefault value to set
* @return the StackMajorVersion object itself.
@@ -101,7 +101,7 @@ public StackMajorVersion withIsDefault(Boolean isDefault) {
}
/**
- * Get the minorVersions value.
+ * Get minor versions associated with the major version.
*
* @return the minorVersions value
*/
@@ -110,7 +110,7 @@ public List minorVersions() {
}
/**
- * Set the minorVersions value.
+ * Set minor versions associated with the major version.
*
* @param minorVersions the minorVersions value to set
* @return the StackMajorVersion object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/StackMinorVersion.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/StackMinorVersion.java
index c660c504d3cf..15a73bd4fb51 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/StackMinorVersion.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/StackMinorVersion.java
@@ -34,7 +34,7 @@ public class StackMinorVersion {
private Boolean isDefault;
/**
- * Get the displayVersion value.
+ * Get application stack minor version (display only).
*
* @return the displayVersion value
*/
@@ -43,7 +43,7 @@ public String displayVersion() {
}
/**
- * Set the displayVersion value.
+ * Set application stack minor version (display only).
*
* @param displayVersion the displayVersion value to set
* @return the StackMinorVersion object itself.
@@ -54,7 +54,7 @@ public StackMinorVersion withDisplayVersion(String displayVersion) {
}
/**
- * Get the runtimeVersion value.
+ * Get application stack minor version (runtime only).
*
* @return the runtimeVersion value
*/
@@ -63,7 +63,7 @@ public String runtimeVersion() {
}
/**
- * Set the runtimeVersion value.
+ * Set application stack minor version (runtime only).
*
* @param runtimeVersion the runtimeVersion value to set
* @return the StackMinorVersion object itself.
@@ -74,7 +74,7 @@ public StackMinorVersion withRuntimeVersion(String runtimeVersion) {
}
/**
- * Get the isDefault value.
+ * Get <code>true</code> if this is the default minor version; otherwise, <code>false</code>.
*
* @return the isDefault value
*/
@@ -83,7 +83,7 @@ public Boolean isDefault() {
}
/**
- * Set the isDefault value.
+ * Set <code>true</code> if this is the default minor version; otherwise, <code>false</code>.
*
* @param isDefault the isDefault value to set
* @return the StackMinorVersion object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/StampCapacity.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/StampCapacity.java
index edd42d0671af..d842c8363795 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/StampCapacity.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/StampCapacity.java
@@ -82,7 +82,7 @@ public class StampCapacity {
private String siteMode;
/**
- * Get the name value.
+ * Get name of the stamp.
*
* @return the name value
*/
@@ -91,7 +91,7 @@ public String name() {
}
/**
- * Set the name value.
+ * Set name of the stamp.
*
* @param name the name value to set
* @return the StampCapacity object itself.
@@ -102,7 +102,7 @@ public StampCapacity withName(String name) {
}
/**
- * Get the availableCapacity value.
+ * Get available capacity (# of machines, bytes of storage etc...).
*
* @return the availableCapacity value
*/
@@ -111,7 +111,7 @@ public Long availableCapacity() {
}
/**
- * Set the availableCapacity value.
+ * Set available capacity (# of machines, bytes of storage etc...).
*
* @param availableCapacity the availableCapacity value to set
* @return the StampCapacity object itself.
@@ -122,7 +122,7 @@ public StampCapacity withAvailableCapacity(Long availableCapacity) {
}
/**
- * Get the totalCapacity value.
+ * Get total capacity (# of machines, bytes of storage etc...).
*
* @return the totalCapacity value
*/
@@ -131,7 +131,7 @@ public Long totalCapacity() {
}
/**
- * Set the totalCapacity value.
+ * Set total capacity (# of machines, bytes of storage etc...).
*
* @param totalCapacity the totalCapacity value to set
* @return the StampCapacity object itself.
@@ -142,7 +142,7 @@ public StampCapacity withTotalCapacity(Long totalCapacity) {
}
/**
- * Get the unit value.
+ * Get name of the unit.
*
* @return the unit value
*/
@@ -151,7 +151,7 @@ public String unit() {
}
/**
- * Set the unit value.
+ * Set name of the unit.
*
* @param unit the unit value to set
* @return the StampCapacity object itself.
@@ -162,7 +162,7 @@ public StampCapacity withUnit(String unit) {
}
/**
- * Get the computeMode value.
+ * Get shared/dedicated workers. Possible values include: 'Shared', 'Dedicated', 'Dynamic'.
*
* @return the computeMode value
*/
@@ -171,7 +171,7 @@ public ComputeModeOptions computeMode() {
}
/**
- * Set the computeMode value.
+ * Set shared/dedicated workers. Possible values include: 'Shared', 'Dedicated', 'Dynamic'.
*
* @param computeMode the computeMode value to set
* @return the StampCapacity object itself.
@@ -182,7 +182,7 @@ public StampCapacity withComputeMode(ComputeModeOptions computeMode) {
}
/**
- * Get the workerSize value.
+ * Get size of the machines. Possible values include: 'Default', 'Small', 'Medium', 'Large', 'D1', 'D2', 'D3'.
*
* @return the workerSize value
*/
@@ -191,7 +191,7 @@ public WorkerSizeOptions workerSize() {
}
/**
- * Set the workerSize value.
+ * Set size of the machines. Possible values include: 'Default', 'Small', 'Medium', 'Large', 'D1', 'D2', 'D3'.
*
* @param workerSize the workerSize value to set
* @return the StampCapacity object itself.
@@ -202,7 +202,10 @@ public StampCapacity withWorkerSize(WorkerSizeOptions workerSize) {
}
/**
- * Get the workerSizeId value.
+ * Get size ID of machines:
+ 0 - Small
+ 1 - Medium
+ 2 - Large.
*
* @return the workerSizeId value
*/
@@ -211,7 +214,10 @@ public Integer workerSizeId() {
}
/**
- * Set the workerSizeId value.
+ * Set size ID of machines:
+ 0 - Small
+ 1 - Medium
+ 2 - Large.
*
* @param workerSizeId the workerSizeId value to set
* @return the StampCapacity object itself.
@@ -222,7 +228,8 @@ public StampCapacity withWorkerSizeId(Integer workerSizeId) {
}
/**
- * Get the excludeFromCapacityAllocation value.
+ * Get if <code>true</code>, it includes basic apps.
+ Basic apps are not used for capacity allocation.
*
* @return the excludeFromCapacityAllocation value
*/
@@ -231,7 +238,8 @@ public Boolean excludeFromCapacityAllocation() {
}
/**
- * Set the excludeFromCapacityAllocation value.
+ * Set if <code>true</code>, it includes basic apps.
+ Basic apps are not used for capacity allocation.
*
* @param excludeFromCapacityAllocation the excludeFromCapacityAllocation value to set
* @return the StampCapacity object itself.
@@ -242,7 +250,7 @@ public StampCapacity withExcludeFromCapacityAllocation(Boolean excludeFromCapaci
}
/**
- * Get the isApplicableForAllComputeModes value.
+ * Get <code>true</code> if capacity is applicable for all apps; otherwise, <code>false</code>.
*
* @return the isApplicableForAllComputeModes value
*/
@@ -251,7 +259,7 @@ public Boolean isApplicableForAllComputeModes() {
}
/**
- * Set the isApplicableForAllComputeModes value.
+ * Set <code>true</code> if capacity is applicable for all apps; otherwise, <code>false</code>.
*
* @param isApplicableForAllComputeModes the isApplicableForAllComputeModes value to set
* @return the StampCapacity object itself.
@@ -262,7 +270,7 @@ public StampCapacity withIsApplicableForAllComputeModes(Boolean isApplicableForA
}
/**
- * Get the siteMode value.
+ * Get shared or Dedicated.
*
* @return the siteMode value
*/
@@ -271,7 +279,7 @@ public String siteMode() {
}
/**
- * Set the siteMode value.
+ * Set shared or Dedicated.
*
* @param siteMode the siteMode value to set
* @return the StampCapacity object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/StatusCodesBasedTrigger.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/StatusCodesBasedTrigger.java
index e40007d203ec..fcd47cea61fc 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/StatusCodesBasedTrigger.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/StatusCodesBasedTrigger.java
@@ -45,7 +45,7 @@ public class StatusCodesBasedTrigger {
private String timeInterval;
/**
- * Get the status value.
+ * Get hTTP status code.
*
* @return the status value
*/
@@ -54,7 +54,7 @@ public Integer status() {
}
/**
- * Set the status value.
+ * Set hTTP status code.
*
* @param status the status value to set
* @return the StatusCodesBasedTrigger object itself.
@@ -65,7 +65,7 @@ public StatusCodesBasedTrigger withStatus(Integer status) {
}
/**
- * Get the subStatus value.
+ * Get request Sub Status.
*
* @return the subStatus value
*/
@@ -74,7 +74,7 @@ public Integer subStatus() {
}
/**
- * Set the subStatus value.
+ * Set request Sub Status.
*
* @param subStatus the subStatus value to set
* @return the StatusCodesBasedTrigger object itself.
@@ -85,7 +85,7 @@ public StatusCodesBasedTrigger withSubStatus(Integer subStatus) {
}
/**
- * Get the win32Status value.
+ * Get win32 error code.
*
* @return the win32Status value
*/
@@ -94,7 +94,7 @@ public Integer win32Status() {
}
/**
- * Set the win32Status value.
+ * Set win32 error code.
*
* @param win32Status the win32Status value to set
* @return the StatusCodesBasedTrigger object itself.
@@ -105,7 +105,7 @@ public StatusCodesBasedTrigger withWin32Status(Integer win32Status) {
}
/**
- * Get the count value.
+ * Get request Count.
*
* @return the count value
*/
@@ -114,7 +114,7 @@ public Integer count() {
}
/**
- * Set the count value.
+ * Set request Count.
*
* @param count the count value to set
* @return the StatusCodesBasedTrigger object itself.
@@ -125,7 +125,7 @@ public StatusCodesBasedTrigger withCount(Integer count) {
}
/**
- * Get the timeInterval value.
+ * Get time interval.
*
* @return the timeInterval value
*/
@@ -134,7 +134,7 @@ public String timeInterval() {
}
/**
- * Set the timeInterval value.
+ * Set time interval.
*
* @param timeInterval the timeInterval value to set
* @return the StatusCodesBasedTrigger object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ValidateRequest.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ValidateRequest.java
index 77552834642e..a8e7e0855703 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ValidateRequest.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ValidateRequest.java
@@ -75,7 +75,7 @@ public class ValidateRequest {
private String hostingEnvironment;
/**
- * Get the name value.
+ * Get resource name to verify.
*
* @return the name value
*/
@@ -84,7 +84,7 @@ public String name() {
}
/**
- * Set the name value.
+ * Set resource name to verify.
*
* @param name the name value to set
* @return the ValidateRequest object itself.
@@ -95,7 +95,7 @@ public ValidateRequest withName(String name) {
}
/**
- * Get the type value.
+ * Get resource type used for verification. Possible values include: 'ServerFarm', 'Site'.
*
* @return the type value
*/
@@ -104,7 +104,7 @@ public ValidateResourceTypes type() {
}
/**
- * Set the type value.
+ * Set resource type used for verification. Possible values include: 'ServerFarm', 'Site'.
*
* @param type the type value to set
* @return the ValidateRequest object itself.
@@ -115,7 +115,7 @@ public ValidateRequest withType(ValidateResourceTypes type) {
}
/**
- * Get the location value.
+ * Get expected location of the resource.
*
* @return the location value
*/
@@ -124,7 +124,7 @@ public String location() {
}
/**
- * Set the location value.
+ * Set expected location of the resource.
*
* @param location the location value to set
* @return the ValidateRequest object itself.
@@ -135,7 +135,7 @@ public ValidateRequest withLocation(String location) {
}
/**
- * Get the serverFarmId value.
+ * Get aRM resource ID of an App Service plan that would host the app.
*
* @return the serverFarmId value
*/
@@ -144,7 +144,7 @@ public String serverFarmId() {
}
/**
- * Set the serverFarmId value.
+ * Set aRM resource ID of an App Service plan that would host the app.
*
* @param serverFarmId the serverFarmId value to set
* @return the ValidateRequest object itself.
@@ -155,7 +155,7 @@ public ValidateRequest withServerFarmId(String serverFarmId) {
}
/**
- * Get the skuName value.
+ * Get name of the target SKU for the App Service plan.
*
* @return the skuName value
*/
@@ -164,7 +164,7 @@ public String skuName() {
}
/**
- * Set the skuName value.
+ * Set name of the target SKU for the App Service plan.
*
* @param skuName the skuName value to set
* @return the ValidateRequest object itself.
@@ -175,7 +175,7 @@ public ValidateRequest withSkuName(String skuName) {
}
/**
- * Get the needLinuxWorkers value.
+ * Get <code>true</code> if App Service plan is for Linux workers; otherwise, <code>false</code>.
*
* @return the needLinuxWorkers value
*/
@@ -184,7 +184,7 @@ public Boolean needLinuxWorkers() {
}
/**
- * Set the needLinuxWorkers value.
+ * Set <code>true</code> if App Service plan is for Linux workers; otherwise, <code>false</code>.
*
* @param needLinuxWorkers the needLinuxWorkers value to set
* @return the ValidateRequest object itself.
@@ -195,7 +195,7 @@ public ValidateRequest withNeedLinuxWorkers(Boolean needLinuxWorkers) {
}
/**
- * Get the isSpot value.
+ * Get <code>true</code> if App Service plan is for Spot instances; otherwise, <code>false</code>.
*
* @return the isSpot value
*/
@@ -204,7 +204,7 @@ public Boolean isSpot() {
}
/**
- * Set the isSpot value.
+ * Set <code>true</code> if App Service plan is for Spot instances; otherwise, <code>false</code>.
*
* @param isSpot the isSpot value to set
* @return the ValidateRequest object itself.
@@ -215,7 +215,7 @@ public ValidateRequest withIsSpot(Boolean isSpot) {
}
/**
- * Get the capacity value.
+ * Get target capacity of the App Service plan (number of VM's).
*
* @return the capacity value
*/
@@ -224,7 +224,7 @@ public Integer capacity() {
}
/**
- * Set the capacity value.
+ * Set target capacity of the App Service plan (number of VM's).
*
* @param capacity the capacity value to set
* @return the ValidateRequest object itself.
@@ -235,7 +235,7 @@ public ValidateRequest withCapacity(Integer capacity) {
}
/**
- * Get the hostingEnvironment value.
+ * Get name of App Service Environment where app or App Service plan should be created.
*
* @return the hostingEnvironment value
*/
@@ -244,7 +244,7 @@ public String hostingEnvironment() {
}
/**
- * Set the hostingEnvironment value.
+ * Set name of App Service Environment where app or App Service plan should be created.
*
* @param hostingEnvironment the hostingEnvironment value to set
* @return the ValidateRequest object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ValidateResponseError.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ValidateResponseError.java
index 97675d16b5f7..a1fe4e3a91ed 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ValidateResponseError.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ValidateResponseError.java
@@ -27,7 +27,7 @@ public class ValidateResponseError {
private String message;
/**
- * Get the code value.
+ * Get validation error code.
*
* @return the code value
*/
@@ -36,7 +36,7 @@ public String code() {
}
/**
- * Set the code value.
+ * Set validation error code.
*
* @param code the code value to set
* @return the ValidateResponseError object itself.
@@ -47,7 +47,7 @@ public ValidateResponseError withCode(String code) {
}
/**
- * Get the message value.
+ * Get validation error message.
*
* @return the message value
*/
@@ -56,7 +56,7 @@ public String message() {
}
/**
- * Set the message value.
+ * Set validation error message.
*
* @param message the message value to set
* @return the ValidateResponseError object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/VirtualApplication.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/VirtualApplication.java
index b37c73b2de0b..f3d059a7ca1a 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/VirtualApplication.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/VirtualApplication.java
@@ -41,7 +41,7 @@ public class VirtualApplication {
private List virtualDirectories;
/**
- * Get the virtualPath value.
+ * Get virtual path.
*
* @return the virtualPath value
*/
@@ -50,7 +50,7 @@ public String virtualPath() {
}
/**
- * Set the virtualPath value.
+ * Set virtual path.
*
* @param virtualPath the virtualPath value to set
* @return the VirtualApplication object itself.
@@ -61,7 +61,7 @@ public VirtualApplication withVirtualPath(String virtualPath) {
}
/**
- * Get the physicalPath value.
+ * Get physical path.
*
* @return the physicalPath value
*/
@@ -70,7 +70,7 @@ public String physicalPath() {
}
/**
- * Set the physicalPath value.
+ * Set physical path.
*
* @param physicalPath the physicalPath value to set
* @return the VirtualApplication object itself.
@@ -81,7 +81,7 @@ public VirtualApplication withPhysicalPath(String physicalPath) {
}
/**
- * Get the preloadEnabled value.
+ * Get <code>true</code> if preloading is enabled; otherwise, <code>false</code>.
*
* @return the preloadEnabled value
*/
@@ -90,7 +90,7 @@ public Boolean preloadEnabled() {
}
/**
- * Set the preloadEnabled value.
+ * Set <code>true</code> if preloading is enabled; otherwise, <code>false</code>.
*
* @param preloadEnabled the preloadEnabled value to set
* @return the VirtualApplication object itself.
@@ -101,7 +101,7 @@ public VirtualApplication withPreloadEnabled(Boolean preloadEnabled) {
}
/**
- * Get the virtualDirectories value.
+ * Get virtual directories for virtual application.
*
* @return the virtualDirectories value
*/
@@ -110,7 +110,7 @@ public List virtualDirectories() {
}
/**
- * Set the virtualDirectories value.
+ * Set virtual directories for virtual application.
*
* @param virtualDirectories the virtualDirectories value to set
* @return the VirtualApplication object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/VirtualDirectory.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/VirtualDirectory.java
index 012ab00428c7..a98b6c928eef 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/VirtualDirectory.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/VirtualDirectory.java
@@ -27,7 +27,7 @@ public class VirtualDirectory {
private String physicalPath;
/**
- * Get the virtualPath value.
+ * Get path to virtual application.
*
* @return the virtualPath value
*/
@@ -36,7 +36,7 @@ public String virtualPath() {
}
/**
- * Set the virtualPath value.
+ * Set path to virtual application.
*
* @param virtualPath the virtualPath value to set
* @return the VirtualDirectory object itself.
@@ -47,7 +47,7 @@ public VirtualDirectory withVirtualPath(String virtualPath) {
}
/**
- * Get the physicalPath value.
+ * Get physical path.
*
* @return the physicalPath value
*/
@@ -56,7 +56,7 @@ public String physicalPath() {
}
/**
- * Set the physicalPath value.
+ * Set physical path.
*
* @param physicalPath the physicalPath value to set
* @return the VirtualDirectory object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/VirtualIPMapping.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/VirtualIPMapping.java
index 8fb910cf6c9c..0b52b9e88b88 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/VirtualIPMapping.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/VirtualIPMapping.java
@@ -39,7 +39,7 @@ public class VirtualIPMapping {
private Boolean inUse;
/**
- * Get the virtualIP value.
+ * Get virtual IP address.
*
* @return the virtualIP value
*/
@@ -48,7 +48,7 @@ public String virtualIP() {
}
/**
- * Set the virtualIP value.
+ * Set virtual IP address.
*
* @param virtualIP the virtualIP value to set
* @return the VirtualIPMapping object itself.
@@ -59,7 +59,7 @@ public VirtualIPMapping withVirtualIP(String virtualIP) {
}
/**
- * Get the internalHttpPort value.
+ * Get internal HTTP port.
*
* @return the internalHttpPort value
*/
@@ -68,7 +68,7 @@ public Integer internalHttpPort() {
}
/**
- * Set the internalHttpPort value.
+ * Set internal HTTP port.
*
* @param internalHttpPort the internalHttpPort value to set
* @return the VirtualIPMapping object itself.
@@ -79,7 +79,7 @@ public VirtualIPMapping withInternalHttpPort(Integer internalHttpPort) {
}
/**
- * Get the internalHttpsPort value.
+ * Get internal HTTPS port.
*
* @return the internalHttpsPort value
*/
@@ -88,7 +88,7 @@ public Integer internalHttpsPort() {
}
/**
- * Set the internalHttpsPort value.
+ * Set internal HTTPS port.
*
* @param internalHttpsPort the internalHttpsPort value to set
* @return the VirtualIPMapping object itself.
@@ -99,7 +99,7 @@ public VirtualIPMapping withInternalHttpsPort(Integer internalHttpsPort) {
}
/**
- * Get the inUse value.
+ * Get is virtual IP mapping in use.
*
* @return the inUse value
*/
@@ -108,7 +108,7 @@ public Boolean inUse() {
}
/**
- * Set the inUse value.
+ * Set is virtual IP mapping in use.
*
* @param inUse the inUse value to set
* @return the VirtualIPMapping object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/VirtualNetworkProfile.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/VirtualNetworkProfile.java
index a31bdb501d8a..b078cd302629 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/VirtualNetworkProfile.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/VirtualNetworkProfile.java
@@ -39,7 +39,7 @@ public class VirtualNetworkProfile {
private String subnet;
/**
- * Get the id value.
+ * Get resource id of the Virtual Network.
*
* @return the id value
*/
@@ -48,7 +48,7 @@ public String id() {
}
/**
- * Set the id value.
+ * Set resource id of the Virtual Network.
*
* @param id the id value to set
* @return the VirtualNetworkProfile object itself.
@@ -59,7 +59,7 @@ public VirtualNetworkProfile withId(String id) {
}
/**
- * Get the name value.
+ * Get name of the Virtual Network (read-only).
*
* @return the name value
*/
@@ -68,7 +68,7 @@ public String name() {
}
/**
- * Get the type value.
+ * Get resource type of the Virtual Network (read-only).
*
* @return the type value
*/
@@ -77,7 +77,7 @@ public String type() {
}
/**
- * Get the subnet value.
+ * Get subnet within the Virtual Network.
*
* @return the subnet value
*/
@@ -86,7 +86,7 @@ public String subnet() {
}
/**
- * Set the subnet value.
+ * Set subnet within the Virtual Network.
*
* @param subnet the subnet value to set
* @return the VirtualNetworkProfile object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/VnetGateway.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/VnetGateway.java
index 784a6aeabcaa..fe0bddd88c0b 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/VnetGateway.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/VnetGateway.java
@@ -30,7 +30,7 @@ public class VnetGateway extends ProxyOnlyResource {
private String vpnPackageUri;
/**
- * Get the vnetName value.
+ * Get the Virtual Network name.
*
* @return the vnetName value
*/
@@ -39,7 +39,7 @@ public String vnetName() {
}
/**
- * Set the vnetName value.
+ * Set the Virtual Network name.
*
* @param vnetName the vnetName value to set
* @return the VnetGateway object itself.
@@ -50,7 +50,7 @@ public VnetGateway withVnetName(String vnetName) {
}
/**
- * Get the vpnPackageUri value.
+ * Get the URI where the VPN package can be downloaded.
*
* @return the vpnPackageUri value
*/
@@ -59,7 +59,7 @@ public String vpnPackageUri() {
}
/**
- * Set the vpnPackageUri value.
+ * Set the URI where the VPN package can be downloaded.
*
* @param vpnPackageUri the vpnPackageUri value to set
* @return the VnetGateway object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/VnetInfo.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/VnetInfo.java
index 16103de25c6a..cf91ef31c2d4 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/VnetInfo.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/VnetInfo.java
@@ -58,7 +58,7 @@ public class VnetInfo extends ProxyOnlyResource {
private String dnsServers;
/**
- * Get the vnetResourceId value.
+ * Get the Virtual Network's resource ID.
*
* @return the vnetResourceId value
*/
@@ -67,7 +67,7 @@ public String vnetResourceId() {
}
/**
- * Set the vnetResourceId value.
+ * Set the Virtual Network's resource ID.
*
* @param vnetResourceId the vnetResourceId value to set
* @return the VnetInfo object itself.
@@ -78,7 +78,7 @@ public VnetInfo withVnetResourceId(String vnetResourceId) {
}
/**
- * Get the certThumbprint value.
+ * Get the client certificate thumbprint.
*
* @return the certThumbprint value
*/
@@ -87,7 +87,8 @@ public String certThumbprint() {
}
/**
- * Get the certBlob value.
+ * Get a certificate file (.cer) blob containing the public key of the private key used to authenticate a
+ Point-To-Site VPN connection.
*
* @return the certBlob value
*/
@@ -96,7 +97,8 @@ public byte[] certBlob() {
}
/**
- * Set the certBlob value.
+ * Set a certificate file (.cer) blob containing the public key of the private key used to authenticate a
+ Point-To-Site VPN connection.
*
* @param certBlob the certBlob value to set
* @return the VnetInfo object itself.
@@ -107,7 +109,7 @@ public VnetInfo withCertBlob(byte[] certBlob) {
}
/**
- * Get the routes value.
+ * Get the routes that this Virtual Network connection uses.
*
* @return the routes value
*/
@@ -116,7 +118,7 @@ public List routes() {
}
/**
- * Get the resyncRequired value.
+ * Get <code>true</code> if a resync is required; otherwise, <code>false</code>.
*
* @return the resyncRequired value
*/
@@ -125,7 +127,7 @@ public Boolean resyncRequired() {
}
/**
- * Get the dnsServers value.
+ * Get dNS servers to be used by this Virtual Network. This should be a comma-separated list of IP addresses.
*
* @return the dnsServers value
*/
@@ -134,7 +136,7 @@ public String dnsServers() {
}
/**
- * Set the dnsServers value.
+ * Set dNS servers to be used by this Virtual Network. This should be a comma-separated list of IP addresses.
*
* @param dnsServers the dnsServers value to set
* @return the VnetInfo object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/VnetParameters.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/VnetParameters.java
index 68cb9bbae0bf..9e8db588431c 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/VnetParameters.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/VnetParameters.java
@@ -35,7 +35,7 @@ public class VnetParameters extends ProxyOnlyResource {
private String vnetSubnetName;
/**
- * Get the vnetResourceGroup value.
+ * Get the Resource Group of the VNET to be validated.
*
* @return the vnetResourceGroup value
*/
@@ -44,7 +44,7 @@ public String vnetResourceGroup() {
}
/**
- * Set the vnetResourceGroup value.
+ * Set the Resource Group of the VNET to be validated.
*
* @param vnetResourceGroup the vnetResourceGroup value to set
* @return the VnetParameters object itself.
@@ -55,7 +55,7 @@ public VnetParameters withVnetResourceGroup(String vnetResourceGroup) {
}
/**
- * Get the vnetName value.
+ * Get the name of the VNET to be validated.
*
* @return the vnetName value
*/
@@ -64,7 +64,7 @@ public String vnetName() {
}
/**
- * Set the vnetName value.
+ * Set the name of the VNET to be validated.
*
* @param vnetName the vnetName value to set
* @return the VnetParameters object itself.
@@ -75,7 +75,7 @@ public VnetParameters withVnetName(String vnetName) {
}
/**
- * Get the vnetSubnetName value.
+ * Get the subnet name to be validated.
*
* @return the vnetSubnetName value
*/
@@ -84,7 +84,7 @@ public String vnetSubnetName() {
}
/**
- * Set the vnetSubnetName value.
+ * Set the subnet name to be validated.
*
* @param vnetSubnetName the vnetSubnetName value to set
* @return the VnetParameters object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/VnetRoute.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/VnetRoute.java
index 3cdbc1e199dc..0f81a497ffa1 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/VnetRoute.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/VnetRoute.java
@@ -53,7 +53,7 @@ public class VnetRoute extends ProxyOnlyResource {
private RouteType routeType;
/**
- * Get the vnetRouteName value.
+ * Get the name of this route. This is only returned by the server and does not need to be set by the client.
*
* @return the vnetRouteName value
*/
@@ -62,7 +62,7 @@ public String vnetRouteName() {
}
/**
- * Set the vnetRouteName value.
+ * Set the name of this route. This is only returned by the server and does not need to be set by the client.
*
* @param vnetRouteName the vnetRouteName value to set
* @return the VnetRoute object itself.
@@ -73,7 +73,7 @@ public VnetRoute withVnetRouteName(String vnetRouteName) {
}
/**
- * Get the startAddress value.
+ * Get the starting address for this route. This may also include a CIDR notation, in which case the end address must not be specified.
*
* @return the startAddress value
*/
@@ -82,7 +82,7 @@ public String startAddress() {
}
/**
- * Set the startAddress value.
+ * Set the starting address for this route. This may also include a CIDR notation, in which case the end address must not be specified.
*
* @param startAddress the startAddress value to set
* @return the VnetRoute object itself.
@@ -93,7 +93,7 @@ public VnetRoute withStartAddress(String startAddress) {
}
/**
- * Get the endAddress value.
+ * Get the ending address for this route. If the start address is specified in CIDR notation, this must be omitted.
*
* @return the endAddress value
*/
@@ -102,7 +102,7 @@ public String endAddress() {
}
/**
- * Set the endAddress value.
+ * Set the ending address for this route. If the start address is specified in CIDR notation, this must be omitted.
*
* @param endAddress the endAddress value to set
* @return the VnetRoute object itself.
@@ -113,7 +113,11 @@ public VnetRoute withEndAddress(String endAddress) {
}
/**
- * Get the routeType value.
+ * Get the type of route this is:
+ DEFAULT - By default, every app has routes to the local address ranges specified by RFC1918
+ INHERITED - Routes inherited from the real Virtual Network routes
+ STATIC - Static route set on the app only
+ These values will be used for syncing an app's routes with those from a Virtual Network. Possible values include: 'DEFAULT', 'INHERITED', 'STATIC'.
*
* @return the routeType value
*/
@@ -122,7 +126,11 @@ public RouteType routeType() {
}
/**
- * Set the routeType value.
+ * Set the type of route this is:
+ DEFAULT - By default, every app has routes to the local address ranges specified by RFC1918
+ INHERITED - Routes inherited from the real Virtual Network routes
+ STATIC - Static route set on the app only
+ These values will be used for syncing an app's routes with those from a Virtual Network. Possible values include: 'DEFAULT', 'INHERITED', 'STATIC'.
*
* @param routeType the routeType value to set
* @return the VnetRoute object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/VnetValidationTestFailure.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/VnetValidationTestFailure.java
index f727df0c184b..b62234a3eb58 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/VnetValidationTestFailure.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/VnetValidationTestFailure.java
@@ -30,7 +30,7 @@ public class VnetValidationTestFailure extends ProxyOnlyResource {
private String details;
/**
- * Get the testName value.
+ * Get the name of the test that failed.
*
* @return the testName value
*/
@@ -39,7 +39,7 @@ public String testName() {
}
/**
- * Set the testName value.
+ * Set the name of the test that failed.
*
* @param testName the testName value to set
* @return the VnetValidationTestFailure object itself.
@@ -50,7 +50,7 @@ public VnetValidationTestFailure withTestName(String testName) {
}
/**
- * Get the details value.
+ * Get the details of what caused the failure, e.g. the blocking rule name, etc.
*
* @return the details value
*/
@@ -59,7 +59,7 @@ public String details() {
}
/**
- * Set the details value.
+ * Set the details of what caused the failure, e.g. the blocking rule name, etc.
*
* @param details the details value to set
* @return the VnetValidationTestFailure object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/WebAppCollection.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/WebAppCollection.java
index 316683618506..1fd48ef4e2c8 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/WebAppCollection.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/WebAppCollection.java
@@ -28,7 +28,7 @@ public class WebAppCollection {
private String nextLink;
/**
- * Get the value value.
+ * Get collection of resources.
*
* @return the value value
*/
@@ -37,7 +37,7 @@ public List value() {
}
/**
- * Set the value value.
+ * Set collection of resources.
*
* @param value the value value to set
* @return the WebAppCollection object itself.
@@ -48,7 +48,7 @@ public WebAppCollection withValue(List value) {
}
/**
- * Get the nextLink value.
+ * Get link to next page of resources.
*
* @return the nextLink value
*/
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/WorkerPool.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/WorkerPool.java
index c6afd01805db..810023bf7247 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/WorkerPool.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/WorkerPool.java
@@ -47,7 +47,7 @@ public class WorkerPool {
private List instanceNames;
/**
- * Get the workerSizeId value.
+ * Get worker size ID for referencing this worker pool.
*
* @return the workerSizeId value
*/
@@ -56,7 +56,7 @@ public Integer workerSizeId() {
}
/**
- * Set the workerSizeId value.
+ * Set worker size ID for referencing this worker pool.
*
* @param workerSizeId the workerSizeId value to set
* @return the WorkerPool object itself.
@@ -67,7 +67,7 @@ public WorkerPool withWorkerSizeId(Integer workerSizeId) {
}
/**
- * Get the computeMode value.
+ * Get shared or dedicated app hosting. Possible values include: 'Shared', 'Dedicated', 'Dynamic'.
*
* @return the computeMode value
*/
@@ -76,7 +76,7 @@ public ComputeModeOptions computeMode() {
}
/**
- * Set the computeMode value.
+ * Set shared or dedicated app hosting. Possible values include: 'Shared', 'Dedicated', 'Dynamic'.
*
* @param computeMode the computeMode value to set
* @return the WorkerPool object itself.
@@ -87,7 +87,7 @@ public WorkerPool withComputeMode(ComputeModeOptions computeMode) {
}
/**
- * Get the workerSize value.
+ * Get vM size of the worker pool instances.
*
* @return the workerSize value
*/
@@ -96,7 +96,7 @@ public String workerSize() {
}
/**
- * Set the workerSize value.
+ * Set vM size of the worker pool instances.
*
* @param workerSize the workerSize value to set
* @return the WorkerPool object itself.
@@ -107,7 +107,7 @@ public WorkerPool withWorkerSize(String workerSize) {
}
/**
- * Get the workerCount value.
+ * Get number of instances in the worker pool.
*
* @return the workerCount value
*/
@@ -116,7 +116,7 @@ public Integer workerCount() {
}
/**
- * Set the workerCount value.
+ * Set number of instances in the worker pool.
*
* @param workerCount the workerCount value to set
* @return the WorkerPool object itself.
@@ -127,7 +127,7 @@ public WorkerPool withWorkerCount(Integer workerCount) {
}
/**
- * Get the instanceNames value.
+ * Get names of all instances in the worker pool (read only).
*
* @return the instanceNames value
*/
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/AnalysisDefinitionImpl.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/AnalysisDefinitionImpl.java
index 763192721fd9..05b2769de911 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/AnalysisDefinitionImpl.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/AnalysisDefinitionImpl.java
@@ -12,14 +12,14 @@
import com.microsoft.azure.arm.model.implementation.WrapperImpl;
class AnalysisDefinitionImpl extends WrapperImpl implements AnalysisDefinition {
- private final AppServiceManager manager;
- AnalysisDefinitionImpl(AnalysisDefinitionInner inner, AppServiceManager manager) {
+ private final WebManager manager;
+ AnalysisDefinitionImpl(AnalysisDefinitionInner inner, WebManager manager) {
super(inner);
this.manager = manager;
}
@Override
- public AppServiceManager manager() {
+ public WebManager manager() {
return this.manager;
}
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/AnalysisDefinitionInner.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/AnalysisDefinitionInner.java
index c469ebb171a7..411fed2e1e31 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/AnalysisDefinitionInner.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/AnalysisDefinitionInner.java
@@ -24,7 +24,7 @@ public class AnalysisDefinitionInner extends ProxyOnlyResource {
private String description;
/**
- * Get the description value.
+ * Get description of the Analysis.
*
* @return the description value
*/
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/ApplicationStackImpl.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/ApplicationStackImpl.java
index 56377d323cd4..327ba44c8e62 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/ApplicationStackImpl.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/ApplicationStackImpl.java
@@ -14,14 +14,14 @@
import com.microsoft.azure.management.appservice.v2016_03_01.StackMajorVersion;
class ApplicationStackImpl extends WrapperImpl implements ApplicationStack {
- private final AppServiceManager manager;
- ApplicationStackImpl(ApplicationStackInner inner, AppServiceManager manager) {
+ private final WebManager manager;
+ ApplicationStackImpl(ApplicationStackInner inner, WebManager manager) {
super(inner);
this.manager = manager;
}
@Override
- public AppServiceManager manager() {
+ public WebManager manager() {
return this.manager;
}
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/ApplicationStackInner.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/ApplicationStackInner.java
index 40f1215dd003..c825c99fb6cc 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/ApplicationStackInner.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/ApplicationStackInner.java
@@ -47,7 +47,7 @@ public class ApplicationStackInner {
private List frameworks;
/**
- * Get the name value.
+ * Get application stack name.
*
* @return the name value
*/
@@ -56,7 +56,7 @@ public String name() {
}
/**
- * Set the name value.
+ * Set application stack name.
*
* @param name the name value to set
* @return the ApplicationStackInner object itself.
@@ -67,7 +67,7 @@ public ApplicationStackInner withName(String name) {
}
/**
- * Get the display value.
+ * Get application stack display name.
*
* @return the display value
*/
@@ -76,7 +76,7 @@ public String display() {
}
/**
- * Set the display value.
+ * Set application stack display name.
*
* @param display the display value to set
* @return the ApplicationStackInner object itself.
@@ -87,7 +87,7 @@ public ApplicationStackInner withDisplay(String display) {
}
/**
- * Get the dependency value.
+ * Get application stack dependency.
*
* @return the dependency value
*/
@@ -96,7 +96,7 @@ public String dependency() {
}
/**
- * Set the dependency value.
+ * Set application stack dependency.
*
* @param dependency the dependency value to set
* @return the ApplicationStackInner object itself.
@@ -107,7 +107,7 @@ public ApplicationStackInner withDependency(String dependency) {
}
/**
- * Get the majorVersions value.
+ * Get list of major versions available.
*
* @return the majorVersions value
*/
@@ -116,7 +116,7 @@ public List majorVersions() {
}
/**
- * Set the majorVersions value.
+ * Set list of major versions available.
*
* @param majorVersions the majorVersions value to set
* @return the ApplicationStackInner object itself.
@@ -127,7 +127,7 @@ public ApplicationStackInner withMajorVersions(List majorVers
}
/**
- * Get the frameworks value.
+ * Get list of frameworks associated with application stack.
*
* @return the frameworks value
*/
@@ -136,7 +136,7 @@ public List frameworks() {
}
/**
- * Set the frameworks value.
+ * Set list of frameworks associated with application stack.
*
* @param frameworks the frameworks value to set
* @return the ApplicationStackInner object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/BillingMeterImpl.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/BillingMeterImpl.java
index 3c858d4e48c9..53f5da990982 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/BillingMeterImpl.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/BillingMeterImpl.java
@@ -14,15 +14,15 @@
import rx.Observable;
class BillingMeterImpl extends WrapperImpl implements BillingMeter {
- private final AppServiceManager manager;
+ private final WebManager manager;
- BillingMeterImpl(BillingMeterInner inner, AppServiceManager manager) {
+ BillingMeterImpl(BillingMeterInner inner, WebManager manager) {
super(inner);
this.manager = manager;
}
@Override
- public AppServiceManager manager() {
+ public WebManager manager() {
return this.manager;
}
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/BillingMeterInner.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/BillingMeterInner.java
index 88efcc9a21b3..24ea09492e85 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/BillingMeterInner.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/BillingMeterInner.java
@@ -49,7 +49,7 @@ public class BillingMeterInner extends ProxyOnlyResource {
private String resourceType;
/**
- * Get the meterId value.
+ * Get meter GUID onboarded in Commerce.
*
* @return the meterId value
*/
@@ -58,7 +58,7 @@ public String meterId() {
}
/**
- * Set the meterId value.
+ * Set meter GUID onboarded in Commerce.
*
* @param meterId the meterId value to set
* @return the BillingMeterInner object itself.
@@ -69,7 +69,7 @@ public BillingMeterInner withMeterId(String meterId) {
}
/**
- * Get the billingLocation value.
+ * Get azure Location of billable resource.
*
* @return the billingLocation value
*/
@@ -78,7 +78,7 @@ public String billingLocation() {
}
/**
- * Set the billingLocation value.
+ * Set azure Location of billable resource.
*
* @param billingLocation the billingLocation value to set
* @return the BillingMeterInner object itself.
@@ -89,7 +89,7 @@ public BillingMeterInner withBillingLocation(String billingLocation) {
}
/**
- * Get the shortName value.
+ * Get short Name from App Service Azure pricing Page.
*
* @return the shortName value
*/
@@ -98,7 +98,7 @@ public String shortName() {
}
/**
- * Set the shortName value.
+ * Set short Name from App Service Azure pricing Page.
*
* @param shortName the shortName value to set
* @return the BillingMeterInner object itself.
@@ -109,7 +109,7 @@ public BillingMeterInner withShortName(String shortName) {
}
/**
- * Get the friendlyName value.
+ * Get friendly name of the meter.
*
* @return the friendlyName value
*/
@@ -118,7 +118,7 @@ public String friendlyName() {
}
/**
- * Set the friendlyName value.
+ * Set friendly name of the meter.
*
* @param friendlyName the friendlyName value to set
* @return the BillingMeterInner object itself.
@@ -129,7 +129,7 @@ public BillingMeterInner withFriendlyName(String friendlyName) {
}
/**
- * Get the resourceType value.
+ * Get app Service resource type meter used for.
*
* @return the resourceType value
*/
@@ -138,7 +138,7 @@ public String resourceType() {
}
/**
- * Set the resourceType value.
+ * Set app Service resource type meter used for.
*
* @param resourceType the resourceType value to set
* @return the BillingMeterInner object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/BillingMetersImpl.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/BillingMetersImpl.java
index 140807a072d7..c7b46dece5e4 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/BillingMetersImpl.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/BillingMetersImpl.java
@@ -20,9 +20,9 @@
class BillingMetersImpl extends WrapperImpl implements BillingMeters {
private PagedListConverter converter;
- private final AppServiceManager manager;
+ private final WebManager manager;
- BillingMetersImpl(AppServiceManager manager) {
+ BillingMetersImpl(WebManager manager) {
super(manager.inner().billingMeters());
this.manager = manager;
this.converter = new PagedListConverter() {
@@ -33,7 +33,7 @@ public Observable typeConvertAsync(BillingMeterInner inner) {
};
}
- public AppServiceManager manager() {
+ public WebManager manager() {
return this.manager;
}
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/CertificateImpl.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/CertificateImpl.java
index d50bef8c2c14..1283afabc7ea 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/CertificateImpl.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/CertificateImpl.java
@@ -18,9 +18,9 @@
import com.microsoft.azure.management.appservice.v2016_03_01.KeyVaultSecretStatus;
import rx.functions.Func1;
-class CertificateImpl extends GroupableResourceCoreImpl implements Certificate, Certificate.Definition, Certificate.Update {
+class CertificateImpl extends GroupableResourceCoreImpl implements Certificate, Certificate.Definition, Certificate.Update {
private CertificatePatchResource updateParameter;
- CertificateImpl(String name, CertificateInner inner, AppServiceManager manager) {
+ CertificateImpl(String name, CertificateInner inner, WebManager manager) {
super(name, inner, manager);
this.updateParameter = new CertificatePatchResource();
}
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/CertificateInner.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/CertificateInner.java
index 4addf6f264ff..b1e2a289e780 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/CertificateInner.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/CertificateInner.java
@@ -155,7 +155,7 @@ public class CertificateInner extends Resource {
private String kind;
/**
- * Get the friendlyName value.
+ * Get friendly name of the certificate.
*
* @return the friendlyName value
*/
@@ -164,7 +164,7 @@ public String friendlyName() {
}
/**
- * Get the subjectName value.
+ * Get subject name of the certificate.
*
* @return the subjectName value
*/
@@ -173,7 +173,7 @@ public String subjectName() {
}
/**
- * Get the hostNames value.
+ * Get host names the certificate applies to.
*
* @return the hostNames value
*/
@@ -182,7 +182,7 @@ public List hostNames() {
}
/**
- * Set the hostNames value.
+ * Set host names the certificate applies to.
*
* @param hostNames the hostNames value to set
* @return the CertificateInner object itself.
@@ -193,7 +193,7 @@ public CertificateInner withHostNames(List hostNames) {
}
/**
- * Get the pfxBlob value.
+ * Get pfx blob.
*
* @return the pfxBlob value
*/
@@ -202,7 +202,7 @@ public byte[] pfxBlob() {
}
/**
- * Set the pfxBlob value.
+ * Set pfx blob.
*
* @param pfxBlob the pfxBlob value to set
* @return the CertificateInner object itself.
@@ -213,7 +213,7 @@ public CertificateInner withPfxBlob(byte[] pfxBlob) {
}
/**
- * Get the siteName value.
+ * Get app name.
*
* @return the siteName value
*/
@@ -222,7 +222,7 @@ public String siteName() {
}
/**
- * Get the selfLink value.
+ * Get self link.
*
* @return the selfLink value
*/
@@ -231,7 +231,7 @@ public String selfLink() {
}
/**
- * Get the issuer value.
+ * Get certificate issuer.
*
* @return the issuer value
*/
@@ -240,7 +240,7 @@ public String issuer() {
}
/**
- * Get the issueDate value.
+ * Get certificate issue Date.
*
* @return the issueDate value
*/
@@ -249,7 +249,7 @@ public DateTime issueDate() {
}
/**
- * Get the expirationDate value.
+ * Get certificate expriration date.
*
* @return the expirationDate value
*/
@@ -258,7 +258,7 @@ public DateTime expirationDate() {
}
/**
- * Get the password value.
+ * Get certificate password.
*
* @return the password value
*/
@@ -267,7 +267,7 @@ public String password() {
}
/**
- * Set the password value.
+ * Set certificate password.
*
* @param password the password value to set
* @return the CertificateInner object itself.
@@ -278,7 +278,7 @@ public CertificateInner withPassword(String password) {
}
/**
- * Get the thumbprint value.
+ * Get certificate thumbprint.
*
* @return the thumbprint value
*/
@@ -287,7 +287,7 @@ public String thumbprint() {
}
/**
- * Get the valid value.
+ * Get is the certificate valid?.
*
* @return the valid value
*/
@@ -296,7 +296,7 @@ public Boolean valid() {
}
/**
- * Get the cerBlob value.
+ * Get raw bytes of .cer file.
*
* @return the cerBlob value
*/
@@ -305,7 +305,7 @@ public byte[] cerBlob() {
}
/**
- * Get the publicKeyHash value.
+ * Get public key hash.
*
* @return the publicKeyHash value
*/
@@ -314,7 +314,7 @@ public String publicKeyHash() {
}
/**
- * Get the hostingEnvironmentProfile value.
+ * Get specification for the App Service Environment to use for the certificate.
*
* @return the hostingEnvironmentProfile value
*/
@@ -323,7 +323,7 @@ public HostingEnvironmentProfile hostingEnvironmentProfile() {
}
/**
- * Get the keyVaultId value.
+ * Get key Vault Csm resource Id.
*
* @return the keyVaultId value
*/
@@ -332,7 +332,7 @@ public String keyVaultId() {
}
/**
- * Set the keyVaultId value.
+ * Set key Vault Csm resource Id.
*
* @param keyVaultId the keyVaultId value to set
* @return the CertificateInner object itself.
@@ -343,7 +343,7 @@ public CertificateInner withKeyVaultId(String keyVaultId) {
}
/**
- * Get the keyVaultSecretName value.
+ * Get key Vault secret name.
*
* @return the keyVaultSecretName value
*/
@@ -352,7 +352,7 @@ public String keyVaultSecretName() {
}
/**
- * Set the keyVaultSecretName value.
+ * Set key Vault secret name.
*
* @param keyVaultSecretName the keyVaultSecretName value to set
* @return the CertificateInner object itself.
@@ -363,7 +363,7 @@ public CertificateInner withKeyVaultSecretName(String keyVaultSecretName) {
}
/**
- * Get the keyVaultSecretStatus value.
+ * Get status of the Key Vault secret. Possible values include: 'Initialized', 'WaitingOnCertificateOrder', 'Succeeded', 'CertificateOrderFailed', 'OperationNotPermittedOnKeyVault', 'AzureServiceUnauthorizedToAccessKeyVault', 'KeyVaultDoesNotExist', 'KeyVaultSecretDoesNotExist', 'UnknownError', 'ExternalPrivateKey', 'Unknown'.
*
* @return the keyVaultSecretStatus value
*/
@@ -372,7 +372,7 @@ public KeyVaultSecretStatus keyVaultSecretStatus() {
}
/**
- * Get the geoRegion value.
+ * Get region of the certificate.
*
* @return the geoRegion value
*/
@@ -381,7 +381,7 @@ public String geoRegion() {
}
/**
- * Get the serverFarmId value.
+ * Get resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".
*
* @return the serverFarmId value
*/
@@ -390,7 +390,7 @@ public String serverFarmId() {
}
/**
- * Set the serverFarmId value.
+ * Set resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".
*
* @param serverFarmId the serverFarmId value to set
* @return the CertificateInner object itself.
@@ -401,7 +401,7 @@ public CertificateInner withServerFarmId(String serverFarmId) {
}
/**
- * Get the kind value.
+ * Get kind of resource.
*
* @return the kind value
*/
@@ -410,7 +410,7 @@ public String kind() {
}
/**
- * Set the kind value.
+ * Set kind of resource.
*
* @param kind the kind value to set
* @return the CertificateInner object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/CertificatesImpl.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/CertificatesImpl.java
index 90a9f9e7df2d..6aee259e33b6 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/CertificatesImpl.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/CertificatesImpl.java
@@ -23,8 +23,8 @@
import com.microsoft.azure.PagedList;
import com.microsoft.azure.Page;
-class CertificatesImpl extends GroupableResourcesCoreImpl implements Certificates {
- protected CertificatesImpl(AppServiceManager manager) {
+class CertificatesImpl extends GroupableResourcesCoreImpl implements Certificates {
+ protected CertificatesImpl(WebManager manager) {
super(manager.inner().certificates(), manager);
}
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/CsmOperationDescriptionImpl.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/CsmOperationDescriptionImpl.java
index bb5ce402ef4d..08215370c3d9 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/CsmOperationDescriptionImpl.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/CsmOperationDescriptionImpl.java
@@ -14,14 +14,14 @@
import com.microsoft.azure.management.appservice.v2016_03_01.CsmOperationDescriptionProperties;
class CsmOperationDescriptionImpl extends WrapperImpl implements CsmOperationDescription {
- private final AppServiceManager manager;
- CsmOperationDescriptionImpl(CsmOperationDescriptionInner inner, AppServiceManager manager) {
+ private final WebManager manager;
+ CsmOperationDescriptionImpl(CsmOperationDescriptionInner inner, WebManager manager) {
super(inner);
this.manager = manager;
}
@Override
- public AppServiceManager manager() {
+ public WebManager manager() {
return this.manager;
}
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DeletedSiteImpl.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DeletedSiteImpl.java
index fd1053715363..7359b1ede40c 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DeletedSiteImpl.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DeletedSiteImpl.java
@@ -12,14 +12,14 @@
import com.microsoft.azure.arm.model.implementation.WrapperImpl;
class DeletedSiteImpl extends WrapperImpl implements DeletedSite {
- private final AppServiceManager manager;
- DeletedSiteImpl(DeletedSiteInner inner, AppServiceManager manager) {
+ private final WebManager manager;
+ DeletedSiteImpl(DeletedSiteInner inner, WebManager manager) {
super(inner);
this.manager = manager;
}
@Override
- public AppServiceManager manager() {
+ public WebManager manager() {
return this.manager;
}
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DeletedSiteInner.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DeletedSiteInner.java
index 35053fecb0ba..50b6cc6f965e 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DeletedSiteInner.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DeletedSiteInner.java
@@ -51,7 +51,7 @@ public class DeletedSiteInner {
private String slot;
/**
- * Get the id value.
+ * Get numeric id for the deleted site.
*
* @return the id value
*/
@@ -60,7 +60,7 @@ public Integer id() {
}
/**
- * Set the id value.
+ * Set numeric id for the deleted site.
*
* @param id the id value to set
* @return the DeletedSiteInner object itself.
@@ -71,7 +71,7 @@ public DeletedSiteInner withId(Integer id) {
}
/**
- * Get the deletedTimestamp value.
+ * Get time in UTC when the app was deleted.
*
* @return the deletedTimestamp value
*/
@@ -80,7 +80,7 @@ public String deletedTimestamp() {
}
/**
- * Get the subscription value.
+ * Get subscription containing the deleted site.
*
* @return the subscription value
*/
@@ -89,7 +89,7 @@ public String subscription() {
}
/**
- * Get the resourceGroup value.
+ * Get resourceGroup that contained the deleted site.
*
* @return the resourceGroup value
*/
@@ -98,7 +98,7 @@ public String resourceGroup() {
}
/**
- * Get the name value.
+ * Get name of the deleted site.
*
* @return the name value
*/
@@ -107,7 +107,7 @@ public String name() {
}
/**
- * Get the slot value.
+ * Get slot of the deleted site.
*
* @return the slot value
*/
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DeletedWebAppsImpl.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DeletedWebAppsImpl.java
index 374552fbe01d..ca47be22d4f7 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DeletedWebAppsImpl.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DeletedWebAppsImpl.java
@@ -17,14 +17,14 @@
import com.microsoft.azure.management.appservice.v2016_03_01.DeletedSite;
class DeletedWebAppsImpl extends WrapperImpl implements DeletedWebApps {
- private final AppServiceManager manager;
+ private final WebManager manager;
- DeletedWebAppsImpl(AppServiceManager manager) {
+ DeletedWebAppsImpl(WebManager manager) {
super(manager.inner().deletedWebApps());
this.manager = manager;
}
- public AppServiceManager manager() {
+ public WebManager manager() {
return this.manager;
}
@@ -37,7 +37,8 @@ public Observable listAsync() {
public Iterable call(Page page) {
return page.items();
}
- }) .map(new Func1() {
+ })
+ .map(new Func1() {
@Override
public DeletedSite call(DeletedSiteInner inner) {
return new DeletedSiteImpl(inner, manager());
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DeploymentLocationsInner.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DeploymentLocationsInner.java
index bde7b737f01d..57a8ce8c58b1 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DeploymentLocationsInner.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DeploymentLocationsInner.java
@@ -38,7 +38,7 @@ public class DeploymentLocationsInner {
private List hostingEnvironmentDeploymentInfos;
/**
- * Get the locations value.
+ * Get available regions.
*
* @return the locations value
*/
@@ -47,7 +47,7 @@ public List locations() {
}
/**
- * Set the locations value.
+ * Set available regions.
*
* @param locations the locations value to set
* @return the DeploymentLocationsInner object itself.
@@ -58,7 +58,7 @@ public DeploymentLocationsInner withLocations(List locations) {
}
/**
- * Get the hostingEnvironments value.
+ * Get available App Service Environments with full descriptions of the environments.
*
* @return the hostingEnvironments value
*/
@@ -67,7 +67,7 @@ public List hostingEnvironments() {
}
/**
- * Set the hostingEnvironments value.
+ * Set available App Service Environments with full descriptions of the environments.
*
* @param hostingEnvironments the hostingEnvironments value to set
* @return the DeploymentLocationsInner object itself.
@@ -78,7 +78,7 @@ public DeploymentLocationsInner withHostingEnvironments(List hostingEnvironmentDeploymentInfos(
}
/**
- * Set the hostingEnvironmentDeploymentInfos value.
+ * Set available App Service Environments with basic information.
*
* @param hostingEnvironmentDeploymentInfos the hostingEnvironmentDeploymentInfos value to set
* @return the DeploymentLocationsInner object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DetectorDefinitionImpl.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DetectorDefinitionImpl.java
index d6b2a88082c5..c6d2c993d154 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DetectorDefinitionImpl.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DetectorDefinitionImpl.java
@@ -12,14 +12,14 @@
import com.microsoft.azure.arm.model.implementation.WrapperImpl;
class DetectorDefinitionImpl extends WrapperImpl implements DetectorDefinition {
- private final AppServiceManager manager;
- DetectorDefinitionImpl(DetectorDefinitionInner inner, AppServiceManager manager) {
+ private final WebManager manager;
+ DetectorDefinitionImpl(DetectorDefinitionInner inner, WebManager manager) {
super(inner);
this.manager = manager;
}
@Override
- public AppServiceManager manager() {
+ public WebManager manager() {
return this.manager;
}
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DetectorDefinitionInner.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DetectorDefinitionInner.java
index 8b15f0e30662..e635273ec69b 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DetectorDefinitionInner.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DetectorDefinitionInner.java
@@ -42,7 +42,7 @@ public class DetectorDefinitionInner extends ProxyOnlyResource {
private Boolean isEnabled;
/**
- * Get the displayName value.
+ * Get display name of the detector.
*
* @return the displayName value
*/
@@ -51,7 +51,7 @@ public String displayName() {
}
/**
- * Get the description value.
+ * Get description of the detector.
*
* @return the description value
*/
@@ -60,7 +60,7 @@ public String description() {
}
/**
- * Get the rank value.
+ * Get detector Rank.
*
* @return the rank value
*/
@@ -69,7 +69,7 @@ public Double rank() {
}
/**
- * Get the isEnabled value.
+ * Get flag representing whether detector is enabled or not.
*
* @return the isEnabled value
*/
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DetectorResponseImpl.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DetectorResponseImpl.java
index d656ba1e9a81..53eb85fe1af1 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DetectorResponseImpl.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DetectorResponseImpl.java
@@ -16,12 +16,12 @@
import com.microsoft.azure.management.appservice.v2016_03_01.DetectorInfo;
class DetectorResponseImpl extends IndexableRefreshableWrapperImpl implements DetectorResponse {
- private final AppServiceManager manager;
+ private final WebManager manager;
private String resourceGroupName;
private String name;
private String detectorName;
- DetectorResponseImpl(DetectorResponseInner inner, AppServiceManager manager) {
+ DetectorResponseImpl(DetectorResponseInner inner, WebManager manager) {
super(null, inner);
this.manager = manager;
this.resourceGroupName = IdParsingUtils.getValueFromIdByName(inner.id(), "resourceGroups");
@@ -30,7 +30,7 @@ class DetectorResponseImpl extends IndexableRefreshableWrapperImpl dataset;
/**
- * Get the metadata value.
+ * Get metadata for the detector.
*
* @return the metadata value
*/
@@ -42,7 +42,7 @@ public DetectorInfo metadata() {
}
/**
- * Set the metadata value.
+ * Set metadata for the detector.
*
* @param metadata the metadata value to set
* @return the DetectorResponseInner object itself.
@@ -53,7 +53,7 @@ public DetectorResponseInner withMetadata(DetectorInfo metadata) {
}
/**
- * Get the dataset value.
+ * Get data Set.
*
* @return the dataset value
*/
@@ -62,7 +62,7 @@ public List dataset() {
}
/**
- * Set the dataset value.
+ * Set data Set.
*
* @param dataset the dataset value to set
* @return the DetectorResponseInner object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DiagnosticAnalysisImpl.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DiagnosticAnalysisImpl.java
index 43c7aa0b7735..bad021e44db1 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DiagnosticAnalysisImpl.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DiagnosticAnalysisImpl.java
@@ -19,13 +19,13 @@
import com.microsoft.azure.management.appservice.v2016_03_01.AnalysisData;
class DiagnosticAnalysisImpl extends IndexableRefreshableWrapperImpl implements DiagnosticAnalysis {
- private final AppServiceManager manager;
+ private final WebManager manager;
private String resourceGroupName;
private String siteName;
private String diagnosticCategory;
private String analysisName;
- DiagnosticAnalysisImpl(DiagnosticAnalysisInner inner, AppServiceManager manager) {
+ DiagnosticAnalysisImpl(DiagnosticAnalysisInner inner, WebManager manager) {
super(null, inner);
this.manager = manager;
this.resourceGroupName = IdParsingUtils.getValueFromIdByName(inner.id(), "resourceGroups");
@@ -35,7 +35,7 @@ class DiagnosticAnalysisImpl extends IndexableRefreshableWrapperImpl nonCorrelatedDetectors;
/**
- * Get the startTime value.
+ * Get start time of the period.
*
* @return the startTime value
*/
@@ -61,7 +61,7 @@ public DateTime startTime() {
}
/**
- * Set the startTime value.
+ * Set start time of the period.
*
* @param startTime the startTime value to set
* @return the DiagnosticAnalysisInner object itself.
@@ -72,7 +72,7 @@ public DiagnosticAnalysisInner withStartTime(DateTime startTime) {
}
/**
- * Get the endTime value.
+ * Get end time of the period.
*
* @return the endTime value
*/
@@ -81,7 +81,7 @@ public DateTime endTime() {
}
/**
- * Set the endTime value.
+ * Set end time of the period.
*
* @param endTime the endTime value to set
* @return the DiagnosticAnalysisInner object itself.
@@ -92,7 +92,7 @@ public DiagnosticAnalysisInner withEndTime(DateTime endTime) {
}
/**
- * Get the abnormalTimePeriods value.
+ * Get list of time periods.
*
* @return the abnormalTimePeriods value
*/
@@ -101,7 +101,7 @@ public List abnormalTimePeriods() {
}
/**
- * Set the abnormalTimePeriods value.
+ * Set list of time periods.
*
* @param abnormalTimePeriods the abnormalTimePeriods value to set
* @return the DiagnosticAnalysisInner object itself.
@@ -112,7 +112,7 @@ public DiagnosticAnalysisInner withAbnormalTimePeriods(List
}
/**
- * Get the payload value.
+ * Get data by each detector.
*
* @return the payload value
*/
@@ -121,7 +121,7 @@ public List payload() {
}
/**
- * Set the payload value.
+ * Set data by each detector.
*
* @param payload the payload value to set
* @return the DiagnosticAnalysisInner object itself.
@@ -132,7 +132,7 @@ public DiagnosticAnalysisInner withPayload(List payload) {
}
/**
- * Get the nonCorrelatedDetectors value.
+ * Get data by each detector for detectors that did not corelate.
*
* @return the nonCorrelatedDetectors value
*/
@@ -141,7 +141,7 @@ public List nonCorrelatedDetectors() {
}
/**
- * Set the nonCorrelatedDetectors value.
+ * Set data by each detector for detectors that did not corelate.
*
* @param nonCorrelatedDetectors the nonCorrelatedDetectors value to set
* @return the DiagnosticAnalysisInner object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DiagnosticCategoryImpl.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DiagnosticCategoryImpl.java
index e47a7476cdbd..c092e3c81866 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DiagnosticCategoryImpl.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DiagnosticCategoryImpl.java
@@ -13,12 +13,12 @@
import rx.Observable;
class DiagnosticCategoryImpl extends IndexableRefreshableWrapperImpl implements DiagnosticCategory {
- private final AppServiceManager manager;
+ private final WebManager manager;
private String resourceGroupName;
private String siteName;
private String diagnosticCategory;
- DiagnosticCategoryImpl(DiagnosticCategoryInner inner, AppServiceManager manager) {
+ DiagnosticCategoryImpl(DiagnosticCategoryInner inner, WebManager manager) {
super(null, inner);
this.manager = manager;
this.resourceGroupName = IdParsingUtils.getValueFromIdByName(inner.id(), "resourceGroups");
@@ -27,7 +27,7 @@ class DiagnosticCategoryImpl extends IndexableRefreshableWrapperImpl implements DiagnosticDetectorResponse {
- private final AppServiceManager manager;
- DiagnosticDetectorResponseImpl(DiagnosticDetectorResponseInner inner, AppServiceManager manager) {
+ private final WebManager manager;
+ DiagnosticDetectorResponseImpl(DiagnosticDetectorResponseInner inner, WebManager manager) {
super(inner);
this.manager = manager;
}
@Override
- public AppServiceManager manager() {
+ public WebManager manager() {
return this.manager;
}
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DiagnosticDetectorResponseInner.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DiagnosticDetectorResponseInner.java
index 224c75cacd0e..a9d6369803f3 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DiagnosticDetectorResponseInner.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DiagnosticDetectorResponseInner.java
@@ -72,7 +72,7 @@ public class DiagnosticDetectorResponseInner extends ProxyOnlyResource {
private ResponseMetaData responseMetaData;
/**
- * Get the startTime value.
+ * Get start time of the period.
*
* @return the startTime value
*/
@@ -81,7 +81,7 @@ public DateTime startTime() {
}
/**
- * Set the startTime value.
+ * Set start time of the period.
*
* @param startTime the startTime value to set
* @return the DiagnosticDetectorResponseInner object itself.
@@ -92,7 +92,7 @@ public DiagnosticDetectorResponseInner withStartTime(DateTime startTime) {
}
/**
- * Get the endTime value.
+ * Get end time of the period.
*
* @return the endTime value
*/
@@ -101,7 +101,7 @@ public DateTime endTime() {
}
/**
- * Set the endTime value.
+ * Set end time of the period.
*
* @param endTime the endTime value to set
* @return the DiagnosticDetectorResponseInner object itself.
@@ -112,7 +112,7 @@ public DiagnosticDetectorResponseInner withEndTime(DateTime endTime) {
}
/**
- * Get the issueDetected value.
+ * Get flag representing Issue was detected.
*
* @return the issueDetected value
*/
@@ -121,7 +121,7 @@ public Boolean issueDetected() {
}
/**
- * Set the issueDetected value.
+ * Set flag representing Issue was detected.
*
* @param issueDetected the issueDetected value to set
* @return the DiagnosticDetectorResponseInner object itself.
@@ -132,7 +132,7 @@ public DiagnosticDetectorResponseInner withIssueDetected(Boolean issueDetected)
}
/**
- * Get the detectorDefinition value.
+ * Get detector's definition.
*
* @return the detectorDefinition value
*/
@@ -141,7 +141,7 @@ public DetectorDefinitionInner detectorDefinition() {
}
/**
- * Set the detectorDefinition value.
+ * Set detector's definition.
*
* @param detectorDefinition the detectorDefinition value to set
* @return the DiagnosticDetectorResponseInner object itself.
@@ -152,7 +152,7 @@ public DiagnosticDetectorResponseInner withDetectorDefinition(DetectorDefinition
}
/**
- * Get the metrics value.
+ * Get metrics provided by the detector.
*
* @return the metrics value
*/
@@ -161,7 +161,7 @@ public List metrics() {
}
/**
- * Set the metrics value.
+ * Set metrics provided by the detector.
*
* @param metrics the metrics value to set
* @return the DiagnosticDetectorResponseInner object itself.
@@ -172,7 +172,7 @@ public DiagnosticDetectorResponseInner withMetrics(List met
}
/**
- * Get the abnormalTimePeriods value.
+ * Get list of Correlated events found by the detector.
*
* @return the abnormalTimePeriods value
*/
@@ -181,7 +181,7 @@ public List abnormalTimePeriods() {
}
/**
- * Set the abnormalTimePeriods value.
+ * Set list of Correlated events found by the detector.
*
* @param abnormalTimePeriods the abnormalTimePeriods value to set
* @return the DiagnosticDetectorResponseInner object itself.
@@ -192,7 +192,7 @@ public DiagnosticDetectorResponseInner withAbnormalTimePeriods(List> data() {
}
/**
- * Set the data value.
+ * Set additional Data that detector wants to send.
*
* @param data the data value to set
* @return the DiagnosticDetectorResponseInner object itself.
@@ -212,7 +212,7 @@ public DiagnosticDetectorResponseInner withData(List> data)
}
/**
- * Get the responseMetaData value.
+ * Get meta Data.
*
* @return the responseMetaData value
*/
@@ -221,7 +221,7 @@ public ResponseMetaData responseMetaData() {
}
/**
- * Set the responseMetaData value.
+ * Set meta Data.
*
* @param responseMetaData the responseMetaData value to set
* @return the DiagnosticDetectorResponseInner object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DiagnosticsImpl.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DiagnosticsImpl.java
index e547a470f453..5cb3a680e242 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DiagnosticsImpl.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DiagnosticsImpl.java
@@ -22,14 +22,14 @@
import com.microsoft.azure.management.appservice.v2016_03_01.AnalysisDefinition;
class DiagnosticsImpl extends WrapperImpl implements Diagnostics {
- private final AppServiceManager manager;
+ private final WebManager manager;
- DiagnosticsImpl(AppServiceManager manager) {
+ DiagnosticsImpl(WebManager manager) {
super(manager.inner().diagnostics());
this.manager = manager;
}
- public AppServiceManager manager() {
+ public WebManager manager() {
return this.manager;
}
@@ -46,7 +46,8 @@ public Observable listSiteDiagnosticCategoriesSlotAsync(fina
public Iterable call(Page page) {
return page.items();
}
- }) .map(new Func1() {
+ })
+ .map(new Func1() {
@Override
public DiagnosticCategory call(DiagnosticCategoryInner inner) {
return new DiagnosticCategoryImpl(inner, manager());
@@ -160,7 +161,8 @@ public Observable listSiteDetectorResponsesAsync(final String
public Iterable call(Page page) {
return page.items();
}
- }) .map(new Func1() {
+ })
+ .map(new Func1() {
@Override
public DetectorResponse call(DetectorResponseInner inner) {
return new DetectorResponseImpl(inner, manager());
@@ -189,7 +191,8 @@ public Observable listSiteDetectorsAsync(final String resour
public Iterable call(Page page) {
return page.items();
}
- }) .map(new Func1() {
+ })
+ .map(new Func1() {
@Override
public DetectorDefinition call(DetectorDefinitionInner inner) {
return new DetectorDefinitionImpl(inner, manager());
@@ -206,7 +209,8 @@ public Observable getSiteDetectorAsync(final String resource
public Iterable call(Page page) {
return page.items();
}
- }) .map(new Func1() {
+ })
+ .map(new Func1() {
@Override
public DetectorDefinition call(DetectorDefinitionInner inner) {
return new DetectorDefinitionImpl(inner, manager());
@@ -235,7 +239,8 @@ public Observable listSiteDetectorResponsesSlotAsync(final Str
public Iterable call(Page page) {
return page.items();
}
- }) .map(new Func1() {
+ })
+ .map(new Func1() {
@Override
public DetectorResponse call(DetectorResponseInner inner) {
return new DetectorResponseImpl(inner, manager());
@@ -264,7 +269,8 @@ public Observable listSiteDetectorsSlotAsync(final String re
public Iterable call(Page page) {
return page.items();
}
- }) .map(new Func1() {
+ })
+ .map(new Func1() {
@Override
public DetectorDefinition call(DetectorDefinitionInner inner) {
return new DetectorDefinitionImpl(inner, manager());
@@ -281,7 +287,8 @@ public Observable getSiteDetectorSlotAsync(final String reso
public Iterable call(Page page) {
return page.items();
}
- }) .map(new Func1() {
+ })
+ .map(new Func1() {
@Override
public DetectorDefinition call(DetectorDefinitionInner inner) {
return new DetectorDefinitionImpl(inner, manager());
@@ -358,7 +365,8 @@ public Observable listSiteAnalysesSlotAsync(final String res
public Iterable call(Page page) {
return page.items();
}
- }) .map(new Func1() {
+ })
+ .map(new Func1() {
@Override
public AnalysisDefinition call(AnalysisDefinitionInner inner) {
return new AnalysisDefinitionImpl(inner, manager());
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/GeoRegionInner.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/GeoRegionInner.java
index 0be5f68501d6..c2ee95211d31 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/GeoRegionInner.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/GeoRegionInner.java
@@ -36,7 +36,7 @@ public class GeoRegionInner extends ProxyOnlyResource {
private String displayName;
/**
- * Get the geoRegionName value.
+ * Get region name.
*
* @return the geoRegionName value
*/
@@ -45,7 +45,7 @@ public String geoRegionName() {
}
/**
- * Get the description value.
+ * Get region description.
*
* @return the description value
*/
@@ -54,7 +54,7 @@ public String description() {
}
/**
- * Get the displayName value.
+ * Get display name for region.
*
* @return the displayName value
*/
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/IdentifierInner.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/IdentifierInner.java
index a50ed6a6081e..c3d9fe0a8f56 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/IdentifierInner.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/IdentifierInner.java
@@ -24,7 +24,7 @@ public class IdentifierInner extends ProxyOnlyResource {
private String identifierId;
/**
- * Get the identifierId value.
+ * Get string representation of the identity.
*
* @return the identifierId value
*/
@@ -33,7 +33,7 @@ public String identifierId() {
}
/**
- * Set the identifierId value.
+ * Set string representation of the identity.
*
* @param identifierId the identifierId value to set
* @return the IdentifierInner object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/PremierAddOnOfferInner.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/PremierAddOnOfferInner.java
index db475efefa22..19afd109657f 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/PremierAddOnOfferInner.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/PremierAddOnOfferInner.java
@@ -87,7 +87,7 @@ public class PremierAddOnOfferInner extends ProxyOnlyResource {
private String marketplaceOffer;
/**
- * Get the sku value.
+ * Get premier add on SKU.
*
* @return the sku value
*/
@@ -96,7 +96,7 @@ public String sku() {
}
/**
- * Set the sku value.
+ * Set premier add on SKU.
*
* @param sku the sku value to set
* @return the PremierAddOnOfferInner object itself.
@@ -107,7 +107,7 @@ public PremierAddOnOfferInner withSku(String sku) {
}
/**
- * Get the product value.
+ * Get premier add on offer Product.
*
* @return the product value
*/
@@ -116,7 +116,7 @@ public String product() {
}
/**
- * Set the product value.
+ * Set premier add on offer Product.
*
* @param product the product value to set
* @return the PremierAddOnOfferInner object itself.
@@ -127,7 +127,7 @@ public PremierAddOnOfferInner withProduct(String product) {
}
/**
- * Get the vendor value.
+ * Get premier add on offer Vendor.
*
* @return the vendor value
*/
@@ -136,7 +136,7 @@ public String vendor() {
}
/**
- * Set the vendor value.
+ * Set premier add on offer Vendor.
*
* @param vendor the vendor value to set
* @return the PremierAddOnOfferInner object itself.
@@ -147,7 +147,7 @@ public PremierAddOnOfferInner withVendor(String vendor) {
}
/**
- * Get the premierAddOnOfferName value.
+ * Get premier add on offer Name.
*
* @return the premierAddOnOfferName value
*/
@@ -156,7 +156,7 @@ public String premierAddOnOfferName() {
}
/**
- * Set the premierAddOnOfferName value.
+ * Set premier add on offer Name.
*
* @param premierAddOnOfferName the premierAddOnOfferName value to set
* @return the PremierAddOnOfferInner object itself.
@@ -167,7 +167,7 @@ public PremierAddOnOfferInner withPremierAddOnOfferName(String premierAddOnOffer
}
/**
- * Get the promoCodeRequired value.
+ * Get <code>true</code> if promotion code is required; otherwise, <code>false</code>.
*
* @return the promoCodeRequired value
*/
@@ -176,7 +176,7 @@ public Boolean promoCodeRequired() {
}
/**
- * Set the promoCodeRequired value.
+ * Set <code>true</code> if promotion code is required; otherwise, <code>false</code>.
*
* @param promoCodeRequired the promoCodeRequired value to set
* @return the PremierAddOnOfferInner object itself.
@@ -187,7 +187,7 @@ public PremierAddOnOfferInner withPromoCodeRequired(Boolean promoCodeRequired) {
}
/**
- * Get the quota value.
+ * Get premier add on offer Quota.
*
* @return the quota value
*/
@@ -196,7 +196,7 @@ public Integer quota() {
}
/**
- * Set the quota value.
+ * Set premier add on offer Quota.
*
* @param quota the quota value to set
* @return the PremierAddOnOfferInner object itself.
@@ -207,7 +207,7 @@ public PremierAddOnOfferInner withQuota(Integer quota) {
}
/**
- * Get the webHostingPlanRestrictions value.
+ * Get app Service plans this offer is restricted to. Possible values include: 'None', 'Free', 'Shared', 'Basic', 'Standard', 'Premium'.
*
* @return the webHostingPlanRestrictions value
*/
@@ -216,7 +216,7 @@ public AppServicePlanRestrictions webHostingPlanRestrictions() {
}
/**
- * Set the webHostingPlanRestrictions value.
+ * Set app Service plans this offer is restricted to. Possible values include: 'None', 'Free', 'Shared', 'Basic', 'Standard', 'Premium'.
*
* @param webHostingPlanRestrictions the webHostingPlanRestrictions value to set
* @return the PremierAddOnOfferInner object itself.
@@ -227,7 +227,7 @@ public PremierAddOnOfferInner withWebHostingPlanRestrictions(AppServicePlanRestr
}
/**
- * Get the privacyPolicyUrl value.
+ * Get privacy policy URL.
*
* @return the privacyPolicyUrl value
*/
@@ -236,7 +236,7 @@ public String privacyPolicyUrl() {
}
/**
- * Set the privacyPolicyUrl value.
+ * Set privacy policy URL.
*
* @param privacyPolicyUrl the privacyPolicyUrl value to set
* @return the PremierAddOnOfferInner object itself.
@@ -247,7 +247,7 @@ public PremierAddOnOfferInner withPrivacyPolicyUrl(String privacyPolicyUrl) {
}
/**
- * Get the legalTermsUrl value.
+ * Get legal terms URL.
*
* @return the legalTermsUrl value
*/
@@ -256,7 +256,7 @@ public String legalTermsUrl() {
}
/**
- * Set the legalTermsUrl value.
+ * Set legal terms URL.
*
* @param legalTermsUrl the legalTermsUrl value to set
* @return the PremierAddOnOfferInner object itself.
@@ -267,7 +267,7 @@ public PremierAddOnOfferInner withLegalTermsUrl(String legalTermsUrl) {
}
/**
- * Get the marketplacePublisher value.
+ * Get marketplace publisher.
*
* @return the marketplacePublisher value
*/
@@ -276,7 +276,7 @@ public String marketplacePublisher() {
}
/**
- * Set the marketplacePublisher value.
+ * Set marketplace publisher.
*
* @param marketplacePublisher the marketplacePublisher value to set
* @return the PremierAddOnOfferInner object itself.
@@ -287,7 +287,7 @@ public PremierAddOnOfferInner withMarketplacePublisher(String marketplacePublish
}
/**
- * Get the marketplaceOffer value.
+ * Get marketplace offer.
*
* @return the marketplaceOffer value
*/
@@ -296,7 +296,7 @@ public String marketplaceOffer() {
}
/**
- * Set the marketplaceOffer value.
+ * Set marketplace offer.
*
* @param marketplaceOffer the marketplaceOffer value to set
* @return the PremierAddOnOfferInner object itself.
diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/ProvidersImpl.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/ProvidersImpl.java
index 4fb49a88ad50..fc02280d9181 100644
--- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/ProvidersImpl.java
+++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/ProvidersImpl.java
@@ -18,14 +18,14 @@
import com.microsoft.azure.management.appservice.v2016_03_01.CsmOperationDescription;
class ProvidersImpl extends WrapperImpl implements Providers {
- private final AppServiceManager manager;
+ private final WebManager manager;
- ProvidersImpl(AppServiceManager manager) {
+ ProvidersImpl(WebManager manager) {
super(manager.inner().providers());
this.manager = manager;
}
- public AppServiceManager manager() {
+ public WebManager manager() {
return this.manager;
}
@@ -38,7 +38,8 @@ public Observable