diff --git a/network/resource-manager/v2017_10_01/pom.xml b/network/resource-manager/v2017_10_01/pom.xml
index 9b18dd88d6c3..0765ba1756f0 100644
--- a/network/resource-manager/v2017_10_01/pom.xml
+++ b/network/resource-manager/v2017_10_01/pom.xml
@@ -1,133 +1,133 @@
-
-
- 4.0.0
- com.microsoft.azure.network.v2017_10_01
-
- com.microsoft.azure
- azure-arm-parent
- 0.0.2-beta
- ../../../pom.xml
-
- azure-mgmt-network
- 1.0.0-beta
- jar
- Microsoft Azure SDK for Network Management
- This package contains Microsoft Network 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.network.v2017_10_01
+
+ com.microsoft.azure
+ azure-arm-parent
+ 0.0.2-beta
+ ../../../pom.xml
+
+ azure-mgmt-network
+ 1.0.0-beta
+ jar
+ Microsoft Azure SDK for Network Management
+ This package contains Microsoft Network 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/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AddressSpace.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AddressSpace.java
index 603c350bb76d..6b55fdbbb7b1 100644
--- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AddressSpace.java
+++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AddressSpace.java
@@ -24,7 +24,7 @@ public class AddressSpace {
private List addressPrefixes;
/**
- * Get the addressPrefixes value.
+ * Get a list of address blocks reserved for this virtual network in CIDR notation.
*
* @return the addressPrefixes value
*/
@@ -33,7 +33,7 @@ public List addressPrefixes() {
}
/**
- * Set the addressPrefixes value.
+ * Set a list of address blocks reserved for this virtual network in CIDR notation.
*
* @param addressPrefixes the addressPrefixes value to set
* @return the AddressSpace object itself.
diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGateway.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGateway.java
index ed4ab0a09428..4bceea415a2b 100644
--- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGateway.java
+++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGateway.java
@@ -10,12 +10,12 @@
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.network.v2017_10_01.implementation.NetworkManager;
import java.util.List;
diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayAuthenticationCertificate.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayAuthenticationCertificate.java
index 02aaedccfd82..7c20f273bd96 100644
--- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayAuthenticationCertificate.java
+++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayAuthenticationCertificate.java
@@ -50,7 +50,7 @@ public class ApplicationGatewayAuthenticationCertificate extends SubResource {
private String type;
/**
- * Get the data value.
+ * Get certificate public data.
*
* @return the data value
*/
@@ -59,7 +59,7 @@ public String data() {
}
/**
- * Set the data value.
+ * Set certificate public data.
*
* @param data the data value to set
* @return the ApplicationGatewayAuthenticationCertificate object itself.
@@ -70,7 +70,7 @@ public ApplicationGatewayAuthenticationCertificate withData(String data) {
}
/**
- * Get the provisioningState value.
+ * Get provisioning state of the authentication certificate resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
*
* @return the provisioningState value
*/
@@ -79,7 +79,7 @@ public String provisioningState() {
}
/**
- * Set the provisioningState value.
+ * Set provisioning state of the authentication certificate resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
*
* @param provisioningState the provisioningState value to set
* @return the ApplicationGatewayAuthenticationCertificate object itself.
@@ -90,7 +90,7 @@ public ApplicationGatewayAuthenticationCertificate withProvisioningState(String
}
/**
- * Get the name value.
+ * Get name of the resource that is unique within a resource group. This name can be used to access the resource.
*
* @return the name value
*/
@@ -99,7 +99,7 @@ public String name() {
}
/**
- * Set the name value.
+ * Set name of the resource that is unique within a resource group. This name can be used to access the resource.
*
* @param name the name value to set
* @return the ApplicationGatewayAuthenticationCertificate object itself.
@@ -110,7 +110,7 @@ public ApplicationGatewayAuthenticationCertificate withName(String name) {
}
/**
- * Get the etag value.
+ * Get a unique read-only string that changes whenever the resource is updated.
*
* @return the etag value
*/
@@ -119,7 +119,7 @@ public String etag() {
}
/**
- * Set the etag value.
+ * Set a unique read-only string that changes whenever the resource is updated.
*
* @param etag the etag value to set
* @return the ApplicationGatewayAuthenticationCertificate object itself.
@@ -130,7 +130,7 @@ public ApplicationGatewayAuthenticationCertificate withEtag(String etag) {
}
/**
- * Get the type value.
+ * Get type of the resource.
*
* @return the type value
*/
@@ -139,7 +139,7 @@ public String type() {
}
/**
- * Set the type value.
+ * Set type of the resource.
*
* @param type the type value to set
* @return the ApplicationGatewayAuthenticationCertificate object itself.
diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayBackendAddress.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayBackendAddress.java
index 8f9976221f89..00b143528e58 100644
--- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayBackendAddress.java
+++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayBackendAddress.java
@@ -27,7 +27,7 @@ public class ApplicationGatewayBackendAddress {
private String ipAddress;
/**
- * Get the fqdn value.
+ * Get fully qualified domain name (FQDN).
*
* @return the fqdn value
*/
@@ -36,7 +36,7 @@ public String fqdn() {
}
/**
- * Set the fqdn value.
+ * Set fully qualified domain name (FQDN).
*
* @param fqdn the fqdn value to set
* @return the ApplicationGatewayBackendAddress object itself.
@@ -47,7 +47,7 @@ public ApplicationGatewayBackendAddress withFqdn(String fqdn) {
}
/**
- * Get the ipAddress value.
+ * Get iP address.
*
* @return the ipAddress value
*/
@@ -56,7 +56,7 @@ public String ipAddress() {
}
/**
- * Set the ipAddress value.
+ * Set iP address.
*
* @param ipAddress the ipAddress value to set
* @return the ApplicationGatewayBackendAddress object itself.
diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayBackendAddressPool.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayBackendAddressPool.java
index df2fb3f4f445..8785443b1d0c 100644
--- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayBackendAddressPool.java
+++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayBackendAddressPool.java
@@ -58,7 +58,7 @@ public class ApplicationGatewayBackendAddressPool extends SubResource {
private String type;
/**
- * Get the backendIPConfigurations value.
+ * Get collection of references to IPs defined in network interfaces.
*
* @return the backendIPConfigurations value
*/
@@ -67,7 +67,7 @@ public List backendIPConfigurations() {
}
/**
- * Set the backendIPConfigurations value.
+ * Set collection of references to IPs defined in network interfaces.
*
* @param backendIPConfigurations the backendIPConfigurations value to set
* @return the ApplicationGatewayBackendAddressPool object itself.
@@ -78,7 +78,7 @@ public ApplicationGatewayBackendAddressPool withBackendIPConfigurations(List backendAddresses() {
}
/**
- * Set the backendAddresses value.
+ * Set backend addresses.
*
* @param backendAddresses the backendAddresses value to set
* @return the ApplicationGatewayBackendAddressPool object itself.
@@ -98,7 +98,7 @@ public ApplicationGatewayBackendAddressPool withBackendAddresses(List servers;
/**
- * Get the backendHttpSettings value.
+ * Get reference of an ApplicationGatewayBackendHttpSettings resource.
*
* @return the backendHttpSettings value
*/
@@ -37,7 +37,7 @@ public ApplicationGatewayBackendHttpSettings backendHttpSettings() {
}
/**
- * Set the backendHttpSettings value.
+ * Set reference of an ApplicationGatewayBackendHttpSettings resource.
*
* @param backendHttpSettings the backendHttpSettings value to set
* @return the ApplicationGatewayBackendHealthHttpSettings object itself.
@@ -48,7 +48,7 @@ public ApplicationGatewayBackendHealthHttpSettings withBackendHttpSettings(Appli
}
/**
- * Get the servers value.
+ * Get list of ApplicationGatewayBackendHealthServer resources.
*
* @return the servers value
*/
@@ -57,7 +57,7 @@ public List servers() {
}
/**
- * Set the servers value.
+ * Set list of ApplicationGatewayBackendHealthServer resources.
*
* @param servers the servers value to set
* @return the ApplicationGatewayBackendHealthHttpSettings object itself.
diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayBackendHealthPool.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayBackendHealthPool.java
index cd0d0d635f4d..85175f36580d 100644
--- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayBackendHealthPool.java
+++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayBackendHealthPool.java
@@ -28,7 +28,7 @@ public class ApplicationGatewayBackendHealthPool {
private List backendHttpSettingsCollection;
/**
- * Get the backendAddressPool value.
+ * Get reference of an ApplicationGatewayBackendAddressPool resource.
*
* @return the backendAddressPool value
*/
@@ -37,7 +37,7 @@ public ApplicationGatewayBackendAddressPool backendAddressPool() {
}
/**
- * Set the backendAddressPool value.
+ * Set reference of an ApplicationGatewayBackendAddressPool resource.
*
* @param backendAddressPool the backendAddressPool value to set
* @return the ApplicationGatewayBackendHealthPool object itself.
@@ -48,7 +48,7 @@ public ApplicationGatewayBackendHealthPool withBackendAddressPool(ApplicationGat
}
/**
- * Get the backendHttpSettingsCollection value.
+ * Get list of ApplicationGatewayBackendHealthHttpSettings resources.
*
* @return the backendHttpSettingsCollection value
*/
@@ -57,7 +57,7 @@ public List backendHttpSettingsColl
}
/**
- * Set the backendHttpSettingsCollection value.
+ * Set list of ApplicationGatewayBackendHealthHttpSettings resources.
*
* @param backendHttpSettingsCollection the backendHttpSettingsCollection value to set
* @return the ApplicationGatewayBackendHealthPool object itself.
diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayBackendHealthServer.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayBackendHealthServer.java
index 37d63e7b759b..c79e99803911 100644
--- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayBackendHealthServer.java
+++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayBackendHealthServer.java
@@ -35,7 +35,7 @@ public class ApplicationGatewayBackendHealthServer {
private ApplicationGatewayBackendHealthServerHealth health;
/**
- * Get the address value.
+ * Get iP address or FQDN of backend server.
*
* @return the address value
*/
@@ -44,7 +44,7 @@ public String address() {
}
/**
- * Set the address value.
+ * Set iP address or FQDN of backend server.
*
* @param address the address value to set
* @return the ApplicationGatewayBackendHealthServer object itself.
@@ -55,7 +55,7 @@ public ApplicationGatewayBackendHealthServer withAddress(String address) {
}
/**
- * Get the ipConfiguration value.
+ * Get reference of IP configuration of backend server.
*
* @return the ipConfiguration value
*/
@@ -64,7 +64,7 @@ public NetworkInterfaceIPConfigurationInner ipConfiguration() {
}
/**
- * Set the ipConfiguration value.
+ * Set reference of IP configuration of backend server.
*
* @param ipConfiguration the ipConfiguration value to set
* @return the ApplicationGatewayBackendHealthServer object itself.
@@ -75,7 +75,7 @@ public ApplicationGatewayBackendHealthServer withIpConfiguration(NetworkInterfac
}
/**
- * Get the health value.
+ * Get health of backend server. Possible values include: 'Unknown', 'Up', 'Down', 'Partial', 'Draining'.
*
* @return the health value
*/
@@ -84,7 +84,7 @@ public ApplicationGatewayBackendHealthServerHealth health() {
}
/**
- * Set the health value.
+ * Set health of backend server. Possible values include: 'Unknown', 'Up', 'Down', 'Partial', 'Draining'.
*
* @param health the health value to set
* @return the ApplicationGatewayBackendHealthServer object itself.
diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayBackendHttpSettings.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayBackendHttpSettings.java
index 501b063c8b16..a2078b14101e 100644
--- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayBackendHttpSettings.java
+++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayBackendHttpSettings.java
@@ -121,7 +121,7 @@ public class ApplicationGatewayBackendHttpSettings extends SubResource {
private String type;
/**
- * Get the port value.
+ * Get port.
*
* @return the port value
*/
@@ -130,7 +130,7 @@ public Integer port() {
}
/**
- * Set the port value.
+ * Set port.
*
* @param port the port value to set
* @return the ApplicationGatewayBackendHttpSettings object itself.
@@ -141,7 +141,7 @@ public ApplicationGatewayBackendHttpSettings withPort(Integer port) {
}
/**
- * Get the protocol value.
+ * Get protocol. Possible values include: 'Http', 'Https'.
*
* @return the protocol value
*/
@@ -150,7 +150,7 @@ public ApplicationGatewayProtocol protocol() {
}
/**
- * Set the protocol value.
+ * Set protocol. Possible values include: 'Http', 'Https'.
*
* @param protocol the protocol value to set
* @return the ApplicationGatewayBackendHttpSettings object itself.
@@ -161,7 +161,7 @@ public ApplicationGatewayBackendHttpSettings withProtocol(ApplicationGatewayProt
}
/**
- * Get the cookieBasedAffinity value.
+ * Get cookie based affinity. Possible values include: 'Enabled', 'Disabled'.
*
* @return the cookieBasedAffinity value
*/
@@ -170,7 +170,7 @@ public ApplicationGatewayCookieBasedAffinity cookieBasedAffinity() {
}
/**
- * Set the cookieBasedAffinity value.
+ * Set cookie based affinity. Possible values include: 'Enabled', 'Disabled'.
*
* @param cookieBasedAffinity the cookieBasedAffinity value to set
* @return the ApplicationGatewayBackendHttpSettings object itself.
@@ -181,7 +181,7 @@ public ApplicationGatewayBackendHttpSettings withCookieBasedAffinity(Application
}
/**
- * Get the requestTimeout value.
+ * Get request timeout in seconds. Application Gateway will fail the request if response is not received within RequestTimeout. Acceptable values are from 1 second to 86400 seconds.
*
* @return the requestTimeout value
*/
@@ -190,7 +190,7 @@ public Integer requestTimeout() {
}
/**
- * Set the requestTimeout value.
+ * Set request timeout in seconds. Application Gateway will fail the request if response is not received within RequestTimeout. Acceptable values are from 1 second to 86400 seconds.
*
* @param requestTimeout the requestTimeout value to set
* @return the ApplicationGatewayBackendHttpSettings object itself.
@@ -201,7 +201,7 @@ public ApplicationGatewayBackendHttpSettings withRequestTimeout(Integer requestT
}
/**
- * Get the probe value.
+ * Get probe resource of an application gateway.
*
* @return the probe value
*/
@@ -210,7 +210,7 @@ public SubResource probe() {
}
/**
- * Set the probe value.
+ * Set probe resource of an application gateway.
*
* @param probe the probe value to set
* @return the ApplicationGatewayBackendHttpSettings object itself.
@@ -221,7 +221,7 @@ public ApplicationGatewayBackendHttpSettings withProbe(SubResource probe) {
}
/**
- * Get the authenticationCertificates value.
+ * Get array of references to application gateway authentication certificates.
*
* @return the authenticationCertificates value
*/
@@ -230,7 +230,7 @@ public List authenticationCertificates() {
}
/**
- * Set the authenticationCertificates value.
+ * Set array of references to application gateway authentication certificates.
*
* @param authenticationCertificates the authenticationCertificates value to set
* @return the ApplicationGatewayBackendHttpSettings object itself.
@@ -241,7 +241,7 @@ public ApplicationGatewayBackendHttpSettings withAuthenticationCertificates(List
}
/**
- * Get the connectionDraining value.
+ * Get connection draining of the backend http settings resource.
*
* @return the connectionDraining value
*/
@@ -250,7 +250,7 @@ public ApplicationGatewayConnectionDraining connectionDraining() {
}
/**
- * Set the connectionDraining value.
+ * Set connection draining of the backend http settings resource.
*
* @param connectionDraining the connectionDraining value to set
* @return the ApplicationGatewayBackendHttpSettings object itself.
@@ -261,7 +261,7 @@ public ApplicationGatewayBackendHttpSettings withConnectionDraining(ApplicationG
}
/**
- * Get the hostName value.
+ * Get host header to be sent to the backend servers.
*
* @return the hostName value
*/
@@ -270,7 +270,7 @@ public String hostName() {
}
/**
- * Set the hostName value.
+ * Set host header to be sent to the backend servers.
*
* @param hostName the hostName value to set
* @return the ApplicationGatewayBackendHttpSettings object itself.
@@ -281,7 +281,7 @@ public ApplicationGatewayBackendHttpSettings withHostName(String hostName) {
}
/**
- * Get the pickHostNameFromBackendAddress value.
+ * Get whether to pick host header should be picked from the host name of the backend server. Default value is false.
*
* @return the pickHostNameFromBackendAddress value
*/
@@ -290,7 +290,7 @@ public Boolean pickHostNameFromBackendAddress() {
}
/**
- * Set the pickHostNameFromBackendAddress value.
+ * Set whether to pick host header should be picked from the host name of the backend server. Default value is false.
*
* @param pickHostNameFromBackendAddress the pickHostNameFromBackendAddress value to set
* @return the ApplicationGatewayBackendHttpSettings object itself.
@@ -301,7 +301,7 @@ public ApplicationGatewayBackendHttpSettings withPickHostNameFromBackendAddress(
}
/**
- * Get the affinityCookieName value.
+ * Get cookie name to use for the affinity cookie.
*
* @return the affinityCookieName value
*/
@@ -310,7 +310,7 @@ public String affinityCookieName() {
}
/**
- * Set the affinityCookieName value.
+ * Set cookie name to use for the affinity cookie.
*
* @param affinityCookieName the affinityCookieName value to set
* @return the ApplicationGatewayBackendHttpSettings object itself.
@@ -321,7 +321,7 @@ public ApplicationGatewayBackendHttpSettings withAffinityCookieName(String affin
}
/**
- * Get the probeEnabled value.
+ * Get whether the probe is enabled. Default value is false.
*
* @return the probeEnabled value
*/
@@ -330,7 +330,7 @@ public Boolean probeEnabled() {
}
/**
- * Set the probeEnabled value.
+ * Set whether the probe is enabled. Default value is false.
*
* @param probeEnabled the probeEnabled value to set
* @return the ApplicationGatewayBackendHttpSettings object itself.
@@ -341,7 +341,7 @@ public ApplicationGatewayBackendHttpSettings withProbeEnabled(Boolean probeEnabl
}
/**
- * Get the path value.
+ * Get path which should be used as a prefix for all HTTP requests. Null means no path will be prefixed. Default value is null.
*
* @return the path value
*/
@@ -350,7 +350,7 @@ public String path() {
}
/**
- * Set the path value.
+ * Set path which should be used as a prefix for all HTTP requests. Null means no path will be prefixed. Default value is null.
*
* @param path the path value to set
* @return the ApplicationGatewayBackendHttpSettings object itself.
@@ -361,7 +361,7 @@ public ApplicationGatewayBackendHttpSettings withPath(String path) {
}
/**
- * Get the provisioningState value.
+ * Get provisioning state of the backend http settings resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
*
* @return the provisioningState value
*/
@@ -370,7 +370,7 @@ public String provisioningState() {
}
/**
- * Set the provisioningState value.
+ * Set provisioning state of the backend http settings resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
*
* @param provisioningState the provisioningState value to set
* @return the ApplicationGatewayBackendHttpSettings object itself.
@@ -381,7 +381,7 @@ public ApplicationGatewayBackendHttpSettings withProvisioningState(String provis
}
/**
- * Get the name value.
+ * Get name of the resource that is unique within a resource group. This name can be used to access the resource.
*
* @return the name value
*/
@@ -390,7 +390,7 @@ public String name() {
}
/**
- * Set the name value.
+ * Set name of the resource that is unique within a resource group. This name can be used to access the resource.
*
* @param name the name value to set
* @return the ApplicationGatewayBackendHttpSettings object itself.
@@ -401,7 +401,7 @@ public ApplicationGatewayBackendHttpSettings withName(String name) {
}
/**
- * Get the etag value.
+ * Get a unique read-only string that changes whenever the resource is updated.
*
* @return the etag value
*/
@@ -410,7 +410,7 @@ public String etag() {
}
/**
- * Set the etag value.
+ * Set a unique read-only string that changes whenever the resource is updated.
*
* @param etag the etag value to set
* @return the ApplicationGatewayBackendHttpSettings object itself.
@@ -421,7 +421,7 @@ public ApplicationGatewayBackendHttpSettings withEtag(String etag) {
}
/**
- * Get the type value.
+ * Get type of the resource.
*
* @return the type value
*/
@@ -430,7 +430,7 @@ public String type() {
}
/**
- * Set the type value.
+ * Set type of the resource.
*
* @param type the type value to set
* @return the ApplicationGatewayBackendHttpSettings object itself.
diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayConnectionDraining.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayConnectionDraining.java
index 4e1be86efa51..bd4b569ce6c3 100644
--- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayConnectionDraining.java
+++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayConnectionDraining.java
@@ -30,7 +30,7 @@ public class ApplicationGatewayConnectionDraining {
private int drainTimeoutInSec;
/**
- * Get the enabled value.
+ * Get whether connection draining is enabled or not.
*
* @return the enabled value
*/
@@ -39,7 +39,7 @@ public boolean enabled() {
}
/**
- * Set the enabled value.
+ * Set whether connection draining is enabled or not.
*
* @param enabled the enabled value to set
* @return the ApplicationGatewayConnectionDraining object itself.
@@ -50,7 +50,7 @@ public ApplicationGatewayConnectionDraining withEnabled(boolean enabled) {
}
/**
- * Get the drainTimeoutInSec value.
+ * Get the number of seconds connection draining is active. Acceptable values are from 1 second to 3600 seconds.
*
* @return the drainTimeoutInSec value
*/
@@ -59,7 +59,7 @@ public int drainTimeoutInSec() {
}
/**
- * Set the drainTimeoutInSec value.
+ * Set the number of seconds connection draining is active. Acceptable values are from 1 second to 3600 seconds.
*
* @param drainTimeoutInSec the drainTimeoutInSec value to set
* @return the ApplicationGatewayConnectionDraining object itself.
diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayFirewallDisabledRuleGroup.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayFirewallDisabledRuleGroup.java
index bf544fac007f..7d2ab0bd2c6b 100644
--- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayFirewallDisabledRuleGroup.java
+++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayFirewallDisabledRuleGroup.java
@@ -29,7 +29,7 @@ public class ApplicationGatewayFirewallDisabledRuleGroup {
private List rules;
/**
- * Get the ruleGroupName value.
+ * Get the name of the rule group that will be disabled.
*
* @return the ruleGroupName value
*/
@@ -38,7 +38,7 @@ public String ruleGroupName() {
}
/**
- * Set the ruleGroupName value.
+ * Set the name of the rule group that will be disabled.
*
* @param ruleGroupName the ruleGroupName value to set
* @return the ApplicationGatewayFirewallDisabledRuleGroup object itself.
@@ -49,7 +49,7 @@ public ApplicationGatewayFirewallDisabledRuleGroup withRuleGroupName(String rule
}
/**
- * Get the rules value.
+ * Get the list of rules that will be disabled. If null, all rules of the rule group will be disabled.
*
* @return the rules value
*/
@@ -58,7 +58,7 @@ public List rules() {
}
/**
- * Set the rules value.
+ * Set the list of rules that will be disabled. If null, all rules of the rule group will be disabled.
*
* @param rules the rules value to set
* @return the ApplicationGatewayFirewallDisabledRuleGroup object itself.
diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayFirewallRule.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayFirewallRule.java
index 167976314b08..62e9171a1114 100644
--- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayFirewallRule.java
+++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayFirewallRule.java
@@ -27,7 +27,7 @@ public class ApplicationGatewayFirewallRule {
private String description;
/**
- * Get the ruleId value.
+ * Get the identifier of the web application firewall rule.
*
* @return the ruleId value
*/
@@ -36,7 +36,7 @@ public int ruleId() {
}
/**
- * Set the ruleId value.
+ * Set the identifier of the web application firewall rule.
*
* @param ruleId the ruleId value to set
* @return the ApplicationGatewayFirewallRule object itself.
@@ -47,7 +47,7 @@ public ApplicationGatewayFirewallRule withRuleId(int ruleId) {
}
/**
- * Get the description value.
+ * Get the description of the web application firewall rule.
*
* @return the description value
*/
@@ -56,7 +56,7 @@ public String description() {
}
/**
- * Set the description value.
+ * Set the description of the web application firewall rule.
*
* @param description the description value to set
* @return the ApplicationGatewayFirewallRule object itself.
diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayFirewallRuleGroup.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayFirewallRuleGroup.java
index d8ec80310100..89e8447ee1aa 100644
--- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayFirewallRuleGroup.java
+++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayFirewallRuleGroup.java
@@ -34,7 +34,7 @@ public class ApplicationGatewayFirewallRuleGroup {
private List rules;
/**
- * Get the ruleGroupName value.
+ * Get the name of the web application firewall rule group.
*
* @return the ruleGroupName value
*/
@@ -43,7 +43,7 @@ public String ruleGroupName() {
}
/**
- * Set the ruleGroupName value.
+ * Set the name of the web application firewall rule group.
*
* @param ruleGroupName the ruleGroupName value to set
* @return the ApplicationGatewayFirewallRuleGroup object itself.
@@ -54,7 +54,7 @@ public ApplicationGatewayFirewallRuleGroup withRuleGroupName(String ruleGroupNam
}
/**
- * Get the description value.
+ * Get the description of the web application firewall rule group.
*
* @return the description value
*/
@@ -63,7 +63,7 @@ public String description() {
}
/**
- * Set the description value.
+ * Set the description of the web application firewall rule group.
*
* @param description the description value to set
* @return the ApplicationGatewayFirewallRuleGroup object itself.
@@ -74,7 +74,7 @@ public ApplicationGatewayFirewallRuleGroup withDescription(String description) {
}
/**
- * Get the rules value.
+ * Get the rules of the web application firewall rule group.
*
* @return the rules value
*/
@@ -83,7 +83,7 @@ public List rules() {
}
/**
- * Set the rules value.
+ * Set the rules of the web application firewall rule group.
*
* @param rules the rules value to set
* @return the ApplicationGatewayFirewallRuleGroup object itself.
diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayFirewallRuleSet.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayFirewallRuleSet.java
index 4f1b9ca0a33a..e923f5186411 100644
--- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayFirewallRuleSet.java
+++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayFirewallRuleSet.java
@@ -51,7 +51,7 @@ public class ApplicationGatewayFirewallRuleSet extends Resource {
private String id;
/**
- * Get the provisioningState value.
+ * Get the provisioning state of the web application firewall rule set.
*
* @return the provisioningState value
*/
@@ -60,7 +60,7 @@ public String provisioningState() {
}
/**
- * Set the provisioningState value.
+ * Set the provisioning state of the web application firewall rule set.
*
* @param provisioningState the provisioningState value to set
* @return the ApplicationGatewayFirewallRuleSet object itself.
@@ -71,7 +71,7 @@ public ApplicationGatewayFirewallRuleSet withProvisioningState(String provisioni
}
/**
- * Get the ruleSetType value.
+ * Get the type of the web application firewall rule set.
*
* @return the ruleSetType value
*/
@@ -80,7 +80,7 @@ public String ruleSetType() {
}
/**
- * Set the ruleSetType value.
+ * Set the type of the web application firewall rule set.
*
* @param ruleSetType the ruleSetType value to set
* @return the ApplicationGatewayFirewallRuleSet object itself.
@@ -91,7 +91,7 @@ public ApplicationGatewayFirewallRuleSet withRuleSetType(String ruleSetType) {
}
/**
- * Get the ruleSetVersion value.
+ * Get the version of the web application firewall rule set type.
*
* @return the ruleSetVersion value
*/
@@ -100,7 +100,7 @@ public String ruleSetVersion() {
}
/**
- * Set the ruleSetVersion value.
+ * Set the version of the web application firewall rule set type.
*
* @param ruleSetVersion the ruleSetVersion value to set
* @return the ApplicationGatewayFirewallRuleSet object itself.
@@ -111,7 +111,7 @@ public ApplicationGatewayFirewallRuleSet withRuleSetVersion(String ruleSetVersio
}
/**
- * Get the ruleGroups value.
+ * Get the rule groups of the web application firewall rule set.
*
* @return the ruleGroups value
*/
@@ -120,7 +120,7 @@ public List ruleGroups() {
}
/**
- * Set the ruleGroups value.
+ * Set the rule groups of the web application firewall rule set.
*
* @param ruleGroups the ruleGroups value to set
* @return the ApplicationGatewayFirewallRuleSet object itself.
@@ -131,7 +131,7 @@ public ApplicationGatewayFirewallRuleSet withRuleGroups(List paths() {
}
/**
- * Set the paths value.
+ * Set path rules of URL path map.
*
* @param paths the paths value to set
* @return the ApplicationGatewayPathRule object itself.
@@ -89,7 +89,7 @@ public ApplicationGatewayPathRule withPaths(List paths) {
}
/**
- * Get the backendAddressPool value.
+ * Get backend address pool resource of URL path map path rule.
*
* @return the backendAddressPool value
*/
@@ -98,7 +98,7 @@ public SubResource backendAddressPool() {
}
/**
- * Set the backendAddressPool value.
+ * Set backend address pool resource of URL path map path rule.
*
* @param backendAddressPool the backendAddressPool value to set
* @return the ApplicationGatewayPathRule object itself.
@@ -109,7 +109,7 @@ public ApplicationGatewayPathRule withBackendAddressPool(SubResource backendAddr
}
/**
- * Get the backendHttpSettings value.
+ * Get backend http settings resource of URL path map path rule.
*
* @return the backendHttpSettings value
*/
@@ -118,7 +118,7 @@ public SubResource backendHttpSettings() {
}
/**
- * Set the backendHttpSettings value.
+ * Set backend http settings resource of URL path map path rule.
*
* @param backendHttpSettings the backendHttpSettings value to set
* @return the ApplicationGatewayPathRule object itself.
@@ -129,7 +129,7 @@ public ApplicationGatewayPathRule withBackendHttpSettings(SubResource backendHtt
}
/**
- * Get the redirectConfiguration value.
+ * Get redirect configuration resource of URL path map path rule.
*
* @return the redirectConfiguration value
*/
@@ -138,7 +138,7 @@ public SubResource redirectConfiguration() {
}
/**
- * Set the redirectConfiguration value.
+ * Set redirect configuration resource of URL path map path rule.
*
* @param redirectConfiguration the redirectConfiguration value to set
* @return the ApplicationGatewayPathRule object itself.
@@ -149,7 +149,7 @@ public ApplicationGatewayPathRule withRedirectConfiguration(SubResource redirect
}
/**
- * Get the provisioningState value.
+ * Get path rule of URL path map resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
*
* @return the provisioningState value
*/
@@ -158,7 +158,7 @@ public String provisioningState() {
}
/**
- * Set the provisioningState value.
+ * Set path rule of URL path map resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
*
* @param provisioningState the provisioningState value to set
* @return the ApplicationGatewayPathRule object itself.
@@ -169,7 +169,7 @@ public ApplicationGatewayPathRule withProvisioningState(String provisioningState
}
/**
- * Get the name value.
+ * Get name of the resource that is unique within a resource group. This name can be used to access the resource.
*
* @return the name value
*/
@@ -178,7 +178,7 @@ public String name() {
}
/**
- * Set the name value.
+ * Set name of the resource that is unique within a resource group. This name can be used to access the resource.
*
* @param name the name value to set
* @return the ApplicationGatewayPathRule object itself.
@@ -189,7 +189,7 @@ public ApplicationGatewayPathRule withName(String name) {
}
/**
- * Get the etag value.
+ * Get a unique read-only string that changes whenever the resource is updated.
*
* @return the etag value
*/
@@ -198,7 +198,7 @@ public String etag() {
}
/**
- * Set the etag value.
+ * Set a unique read-only string that changes whenever the resource is updated.
*
* @param etag the etag value to set
* @return the ApplicationGatewayPathRule object itself.
@@ -209,7 +209,7 @@ public ApplicationGatewayPathRule withEtag(String etag) {
}
/**
- * Get the type value.
+ * Get type of the resource.
*
* @return the type value
*/
@@ -218,7 +218,7 @@ public String type() {
}
/**
- * Set the type value.
+ * Set type of the resource.
*
* @param type the type value to set
* @return the ApplicationGatewayPathRule object itself.
diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayProbe.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayProbe.java
index 1ba2aef7dc14..9c6122aeacbd 100644
--- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayProbe.java
+++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayProbe.java
@@ -107,7 +107,7 @@ public class ApplicationGatewayProbe extends SubResource {
private String type;
/**
- * Get the protocol value.
+ * Get protocol. Possible values include: 'Http', 'Https'.
*
* @return the protocol value
*/
@@ -116,7 +116,7 @@ public ApplicationGatewayProtocol protocol() {
}
/**
- * Set the protocol value.
+ * Set protocol. Possible values include: 'Http', 'Https'.
*
* @param protocol the protocol value to set
* @return the ApplicationGatewayProbe object itself.
@@ -127,7 +127,7 @@ public ApplicationGatewayProbe withProtocol(ApplicationGatewayProtocol protocol)
}
/**
- * Get the host value.
+ * Get host name to send the probe to.
*
* @return the host value
*/
@@ -136,7 +136,7 @@ public String host() {
}
/**
- * Set the host value.
+ * Set host name to send the probe to.
*
* @param host the host value to set
* @return the ApplicationGatewayProbe object itself.
@@ -147,7 +147,7 @@ public ApplicationGatewayProbe withHost(String host) {
}
/**
- * Get the path value.
+ * Get relative path of probe. Valid path starts from '/'. Probe is sent to <Protocol>://<host>:<port><path>.
*
* @return the path value
*/
@@ -156,7 +156,7 @@ public String path() {
}
/**
- * Set the path value.
+ * Set relative path of probe. Valid path starts from '/'. Probe is sent to <Protocol>://<host>:<port><path>.
*
* @param path the path value to set
* @return the ApplicationGatewayProbe object itself.
@@ -167,7 +167,7 @@ public ApplicationGatewayProbe withPath(String path) {
}
/**
- * Get the interval value.
+ * Get the probing interval in seconds. This is the time interval between two consecutive probes. Acceptable values are from 1 second to 86400 seconds.
*
* @return the interval value
*/
@@ -176,7 +176,7 @@ public Integer interval() {
}
/**
- * Set the interval value.
+ * Set the probing interval in seconds. This is the time interval between two consecutive probes. Acceptable values are from 1 second to 86400 seconds.
*
* @param interval the interval value to set
* @return the ApplicationGatewayProbe object itself.
@@ -187,7 +187,7 @@ public ApplicationGatewayProbe withInterval(Integer interval) {
}
/**
- * Get the timeout value.
+ * Get the probe timeout in seconds. Probe marked as failed if valid response is not received with this timeout period. Acceptable values are from 1 second to 86400 seconds.
*
* @return the timeout value
*/
@@ -196,7 +196,7 @@ public Integer timeout() {
}
/**
- * Set the timeout value.
+ * Set the probe timeout in seconds. Probe marked as failed if valid response is not received with this timeout period. Acceptable values are from 1 second to 86400 seconds.
*
* @param timeout the timeout value to set
* @return the ApplicationGatewayProbe object itself.
@@ -207,7 +207,7 @@ public ApplicationGatewayProbe withTimeout(Integer timeout) {
}
/**
- * Get the unhealthyThreshold value.
+ * Get the probe retry count. Backend server is marked down after consecutive probe failure count reaches UnhealthyThreshold. Acceptable values are from 1 second to 20.
*
* @return the unhealthyThreshold value
*/
@@ -216,7 +216,7 @@ public Integer unhealthyThreshold() {
}
/**
- * Set the unhealthyThreshold value.
+ * Set the probe retry count. Backend server is marked down after consecutive probe failure count reaches UnhealthyThreshold. Acceptable values are from 1 second to 20.
*
* @param unhealthyThreshold the unhealthyThreshold value to set
* @return the ApplicationGatewayProbe object itself.
@@ -227,7 +227,7 @@ public ApplicationGatewayProbe withUnhealthyThreshold(Integer unhealthyThreshold
}
/**
- * Get the pickHostNameFromBackendHttpSettings value.
+ * Get whether the host header should be picked from the backend http settings. Default value is false.
*
* @return the pickHostNameFromBackendHttpSettings value
*/
@@ -236,7 +236,7 @@ public Boolean pickHostNameFromBackendHttpSettings() {
}
/**
- * Set the pickHostNameFromBackendHttpSettings value.
+ * Set whether the host header should be picked from the backend http settings. Default value is false.
*
* @param pickHostNameFromBackendHttpSettings the pickHostNameFromBackendHttpSettings value to set
* @return the ApplicationGatewayProbe object itself.
@@ -247,7 +247,7 @@ public ApplicationGatewayProbe withPickHostNameFromBackendHttpSettings(Boolean p
}
/**
- * Get the minServers value.
+ * Get minimum number of servers that are always marked healthy. Default value is 0.
*
* @return the minServers value
*/
@@ -256,7 +256,7 @@ public Integer minServers() {
}
/**
- * Set the minServers value.
+ * Set minimum number of servers that are always marked healthy. Default value is 0.
*
* @param minServers the minServers value to set
* @return the ApplicationGatewayProbe object itself.
@@ -267,7 +267,7 @@ public ApplicationGatewayProbe withMinServers(Integer minServers) {
}
/**
- * Get the match value.
+ * Get criterion for classifying a healthy probe response.
*
* @return the match value
*/
@@ -276,7 +276,7 @@ public ApplicationGatewayProbeHealthResponseMatch match() {
}
/**
- * Set the match value.
+ * Set criterion for classifying a healthy probe response.
*
* @param match the match value to set
* @return the ApplicationGatewayProbe object itself.
@@ -287,7 +287,7 @@ public ApplicationGatewayProbe withMatch(ApplicationGatewayProbeHealthResponseMa
}
/**
- * Get the provisioningState value.
+ * Get provisioning state of the backend http settings resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
*
* @return the provisioningState value
*/
@@ -296,7 +296,7 @@ public String provisioningState() {
}
/**
- * Set the provisioningState value.
+ * Set provisioning state of the backend http settings resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
*
* @param provisioningState the provisioningState value to set
* @return the ApplicationGatewayProbe object itself.
@@ -307,7 +307,7 @@ public ApplicationGatewayProbe withProvisioningState(String provisioningState) {
}
/**
- * Get the name value.
+ * Get name of the resource that is unique within a resource group. This name can be used to access the resource.
*
* @return the name value
*/
@@ -316,7 +316,7 @@ public String name() {
}
/**
- * Set the name value.
+ * Set name of the resource that is unique within a resource group. This name can be used to access the resource.
*
* @param name the name value to set
* @return the ApplicationGatewayProbe object itself.
@@ -327,7 +327,7 @@ public ApplicationGatewayProbe withName(String name) {
}
/**
- * Get the etag value.
+ * Get a unique read-only string that changes whenever the resource is updated.
*
* @return the etag value
*/
@@ -336,7 +336,7 @@ public String etag() {
}
/**
- * Set the etag value.
+ * Set a unique read-only string that changes whenever the resource is updated.
*
* @param etag the etag value to set
* @return the ApplicationGatewayProbe object itself.
@@ -347,7 +347,7 @@ public ApplicationGatewayProbe withEtag(String etag) {
}
/**
- * Get the type value.
+ * Get type of the resource.
*
* @return the type value
*/
@@ -356,7 +356,7 @@ public String type() {
}
/**
- * Set the type value.
+ * Set type of the resource.
*
* @param type the type value to set
* @return the ApplicationGatewayProbe object itself.
diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayProbeHealthResponseMatch.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayProbeHealthResponseMatch.java
index 06b02673310e..b938409f3219 100644
--- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayProbeHealthResponseMatch.java
+++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayProbeHealthResponseMatch.java
@@ -30,7 +30,7 @@ public class ApplicationGatewayProbeHealthResponseMatch {
private List statusCodes;
/**
- * Get the body value.
+ * Get body that must be contained in the health response. Default value is empty.
*
* @return the body value
*/
@@ -39,7 +39,7 @@ public String body() {
}
/**
- * Set the body value.
+ * Set body that must be contained in the health response. Default value is empty.
*
* @param body the body value to set
* @return the ApplicationGatewayProbeHealthResponseMatch object itself.
@@ -50,7 +50,7 @@ public ApplicationGatewayProbeHealthResponseMatch withBody(String body) {
}
/**
- * Get the statusCodes value.
+ * Get allowed ranges of healthy status codes. Default range of healthy status codes is 200-399.
*
* @return the statusCodes value
*/
@@ -59,7 +59,7 @@ public List statusCodes() {
}
/**
- * Set the statusCodes value.
+ * Set allowed ranges of healthy status codes. Default range of healthy status codes is 200-399.
*
* @param statusCodes the statusCodes value to set
* @return the ApplicationGatewayProbeHealthResponseMatch object itself.
diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayRedirectConfiguration.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayRedirectConfiguration.java
index aa753839df78..af007df73455 100644
--- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayRedirectConfiguration.java
+++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayRedirectConfiguration.java
@@ -88,7 +88,7 @@ public class ApplicationGatewayRedirectConfiguration extends SubResource {
private String type;
/**
- * Get the redirectType value.
+ * Get supported http redirection types - Permanent, Temporary, Found, SeeOther. Possible values include: 'Permanent', 'Found', 'SeeOther', 'Temporary'.
*
* @return the redirectType value
*/
@@ -97,7 +97,7 @@ public ApplicationGatewayRedirectType redirectType() {
}
/**
- * Set the redirectType value.
+ * Set supported http redirection types - Permanent, Temporary, Found, SeeOther. Possible values include: 'Permanent', 'Found', 'SeeOther', 'Temporary'.
*
* @param redirectType the redirectType value to set
* @return the ApplicationGatewayRedirectConfiguration object itself.
@@ -108,7 +108,7 @@ public ApplicationGatewayRedirectConfiguration withRedirectType(ApplicationGatew
}
/**
- * Get the targetListener value.
+ * Get reference to a listener to redirect the request to.
*
* @return the targetListener value
*/
@@ -117,7 +117,7 @@ public SubResource targetListener() {
}
/**
- * Set the targetListener value.
+ * Set reference to a listener to redirect the request to.
*
* @param targetListener the targetListener value to set
* @return the ApplicationGatewayRedirectConfiguration object itself.
@@ -128,7 +128,7 @@ public ApplicationGatewayRedirectConfiguration withTargetListener(SubResource ta
}
/**
- * Get the targetUrl value.
+ * Get url to redirect the request to.
*
* @return the targetUrl value
*/
@@ -137,7 +137,7 @@ public String targetUrl() {
}
/**
- * Set the targetUrl value.
+ * Set url to redirect the request to.
*
* @param targetUrl the targetUrl value to set
* @return the ApplicationGatewayRedirectConfiguration object itself.
@@ -148,7 +148,7 @@ public ApplicationGatewayRedirectConfiguration withTargetUrl(String targetUrl) {
}
/**
- * Get the includePath value.
+ * Get include path in the redirected url.
*
* @return the includePath value
*/
@@ -157,7 +157,7 @@ public Boolean includePath() {
}
/**
- * Set the includePath value.
+ * Set include path in the redirected url.
*
* @param includePath the includePath value to set
* @return the ApplicationGatewayRedirectConfiguration object itself.
@@ -168,7 +168,7 @@ public ApplicationGatewayRedirectConfiguration withIncludePath(Boolean includePa
}
/**
- * Get the includeQueryString value.
+ * Get include query string in the redirected url.
*
* @return the includeQueryString value
*/
@@ -177,7 +177,7 @@ public Boolean includeQueryString() {
}
/**
- * Set the includeQueryString value.
+ * Set include query string in the redirected url.
*
* @param includeQueryString the includeQueryString value to set
* @return the ApplicationGatewayRedirectConfiguration object itself.
@@ -188,7 +188,7 @@ public ApplicationGatewayRedirectConfiguration withIncludeQueryString(Boolean in
}
/**
- * Get the requestRoutingRules value.
+ * Get request routing specifying redirect configuration.
*
* @return the requestRoutingRules value
*/
@@ -197,7 +197,7 @@ public List requestRoutingRules() {
}
/**
- * Set the requestRoutingRules value.
+ * Set request routing specifying redirect configuration.
*
* @param requestRoutingRules the requestRoutingRules value to set
* @return the ApplicationGatewayRedirectConfiguration object itself.
@@ -208,7 +208,7 @@ public ApplicationGatewayRedirectConfiguration withRequestRoutingRules(List urlPathMaps() {
}
/**
- * Set the urlPathMaps value.
+ * Set url path maps specifying default redirect configuration.
*
* @param urlPathMaps the urlPathMaps value to set
* @return the ApplicationGatewayRedirectConfiguration object itself.
@@ -228,7 +228,7 @@ public ApplicationGatewayRedirectConfiguration withUrlPathMaps(List
}
/**
- * Get the pathRules value.
+ * Get path rules specifying redirect configuration.
*
* @return the pathRules value
*/
@@ -237,7 +237,7 @@ public List pathRules() {
}
/**
- * Set the pathRules value.
+ * Set path rules specifying redirect configuration.
*
* @param pathRules the pathRules value to set
* @return the ApplicationGatewayRedirectConfiguration object itself.
@@ -248,7 +248,7 @@ public ApplicationGatewayRedirectConfiguration withPathRules(List p
}
/**
- * Get the name value.
+ * Get name of the resource that is unique within a resource group. This name can be used to access the resource.
*
* @return the name value
*/
@@ -257,7 +257,7 @@ public String name() {
}
/**
- * Set the name value.
+ * Set name of the resource that is unique within a resource group. This name can be used to access the resource.
*
* @param name the name value to set
* @return the ApplicationGatewayRedirectConfiguration object itself.
@@ -268,7 +268,7 @@ public ApplicationGatewayRedirectConfiguration withName(String name) {
}
/**
- * Get the etag value.
+ * Get a unique read-only string that changes whenever the resource is updated.
*
* @return the etag value
*/
@@ -277,7 +277,7 @@ public String etag() {
}
/**
- * Set the etag value.
+ * Set a unique read-only string that changes whenever the resource is updated.
*
* @param etag the etag value to set
* @return the ApplicationGatewayRedirectConfiguration object itself.
@@ -288,7 +288,7 @@ public ApplicationGatewayRedirectConfiguration withEtag(String etag) {
}
/**
- * Get the type value.
+ * Get type of the resource.
*
* @return the type value
*/
@@ -297,7 +297,7 @@ public String type() {
}
/**
- * Set the type value.
+ * Set type of the resource.
*
* @param type the type value to set
* @return the ApplicationGatewayRedirectConfiguration object itself.
diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayRequestRoutingRule.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayRequestRoutingRule.java
index b944c033baa7..5714c18f9c06 100644
--- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayRequestRoutingRule.java
+++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayRequestRoutingRule.java
@@ -80,7 +80,7 @@ public class ApplicationGatewayRequestRoutingRule extends SubResource {
private String type;
/**
- * Get the ruleType value.
+ * Get rule type. Possible values include: 'Basic', 'PathBasedRouting'.
*
* @return the ruleType value
*/
@@ -89,7 +89,7 @@ public ApplicationGatewayRequestRoutingRuleType ruleType() {
}
/**
- * Set the ruleType value.
+ * Set rule type. Possible values include: 'Basic', 'PathBasedRouting'.
*
* @param ruleType the ruleType value to set
* @return the ApplicationGatewayRequestRoutingRule object itself.
@@ -100,7 +100,7 @@ public ApplicationGatewayRequestRoutingRule withRuleType(ApplicationGatewayReque
}
/**
- * Get the backendAddressPool value.
+ * Get backend address pool resource of the application gateway.
*
* @return the backendAddressPool value
*/
@@ -109,7 +109,7 @@ public SubResource backendAddressPool() {
}
/**
- * Set the backendAddressPool value.
+ * Set backend address pool resource of the application gateway.
*
* @param backendAddressPool the backendAddressPool value to set
* @return the ApplicationGatewayRequestRoutingRule object itself.
@@ -120,7 +120,7 @@ public ApplicationGatewayRequestRoutingRule withBackendAddressPool(SubResource b
}
/**
- * Get the backendHttpSettings value.
+ * Get frontend port resource of the application gateway.
*
* @return the backendHttpSettings value
*/
@@ -129,7 +129,7 @@ public SubResource backendHttpSettings() {
}
/**
- * Set the backendHttpSettings value.
+ * Set frontend port resource of the application gateway.
*
* @param backendHttpSettings the backendHttpSettings value to set
* @return the ApplicationGatewayRequestRoutingRule object itself.
@@ -140,7 +140,7 @@ public ApplicationGatewayRequestRoutingRule withBackendHttpSettings(SubResource
}
/**
- * Get the httpListener value.
+ * Get http listener resource of the application gateway.
*
* @return the httpListener value
*/
@@ -149,7 +149,7 @@ public SubResource httpListener() {
}
/**
- * Set the httpListener value.
+ * Set http listener resource of the application gateway.
*
* @param httpListener the httpListener value to set
* @return the ApplicationGatewayRequestRoutingRule object itself.
@@ -160,7 +160,7 @@ public ApplicationGatewayRequestRoutingRule withHttpListener(SubResource httpLis
}
/**
- * Get the urlPathMap value.
+ * Get uRL path map resource of the application gateway.
*
* @return the urlPathMap value
*/
@@ -169,7 +169,7 @@ public SubResource urlPathMap() {
}
/**
- * Set the urlPathMap value.
+ * Set uRL path map resource of the application gateway.
*
* @param urlPathMap the urlPathMap value to set
* @return the ApplicationGatewayRequestRoutingRule object itself.
@@ -180,7 +180,7 @@ public ApplicationGatewayRequestRoutingRule withUrlPathMap(SubResource urlPathMa
}
/**
- * Get the redirectConfiguration value.
+ * Get redirect configuration resource of the application gateway.
*
* @return the redirectConfiguration value
*/
@@ -189,7 +189,7 @@ public SubResource redirectConfiguration() {
}
/**
- * Set the redirectConfiguration value.
+ * Set redirect configuration resource of the application gateway.
*
* @param redirectConfiguration the redirectConfiguration value to set
* @return the ApplicationGatewayRequestRoutingRule object itself.
@@ -200,7 +200,7 @@ public ApplicationGatewayRequestRoutingRule withRedirectConfiguration(SubResourc
}
/**
- * Get the provisioningState value.
+ * Get provisioning state of the request routing rule resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
*
* @return the provisioningState value
*/
@@ -209,7 +209,7 @@ public String provisioningState() {
}
/**
- * Set the provisioningState value.
+ * Set provisioning state of the request routing rule resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
*
* @param provisioningState the provisioningState value to set
* @return the ApplicationGatewayRequestRoutingRule object itself.
@@ -220,7 +220,7 @@ public ApplicationGatewayRequestRoutingRule withProvisioningState(String provisi
}
/**
- * Get the name value.
+ * Get name of the resource that is unique within a resource group. This name can be used to access the resource.
*
* @return the name value
*/
@@ -229,7 +229,7 @@ public String name() {
}
/**
- * Set the name value.
+ * Set name of the resource that is unique within a resource group. This name can be used to access the resource.
*
* @param name the name value to set
* @return the ApplicationGatewayRequestRoutingRule object itself.
@@ -240,7 +240,7 @@ public ApplicationGatewayRequestRoutingRule withName(String name) {
}
/**
- * Get the etag value.
+ * Get a unique read-only string that changes whenever the resource is updated.
*
* @return the etag value
*/
@@ -249,7 +249,7 @@ public String etag() {
}
/**
- * Set the etag value.
+ * Set a unique read-only string that changes whenever the resource is updated.
*
* @param etag the etag value to set
* @return the ApplicationGatewayRequestRoutingRule object itself.
@@ -260,7 +260,7 @@ public ApplicationGatewayRequestRoutingRule withEtag(String etag) {
}
/**
- * Get the type value.
+ * Get type of the resource.
*
* @return the type value
*/
@@ -269,7 +269,7 @@ public String type() {
}
/**
- * Set the type value.
+ * Set type of the resource.
*
* @param type the type value to set
* @return the ApplicationGatewayRequestRoutingRule object itself.
diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewaySku.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewaySku.java
index 5ae2c72c0976..f0e25b6ad2d7 100644
--- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewaySku.java
+++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewaySku.java
@@ -36,7 +36,7 @@ public class ApplicationGatewaySku {
private Integer capacity;
/**
- * Get the name value.
+ * Get name of an application gateway SKU. Possible values include: 'Standard_Small', 'Standard_Medium', 'Standard_Large', 'WAF_Medium', 'WAF_Large'.
*
* @return the name value
*/
@@ -45,7 +45,7 @@ public ApplicationGatewaySkuName name() {
}
/**
- * Set the name value.
+ * Set name of an application gateway SKU. Possible values include: 'Standard_Small', 'Standard_Medium', 'Standard_Large', 'WAF_Medium', 'WAF_Large'.
*
* @param name the name value to set
* @return the ApplicationGatewaySku object itself.
@@ -56,7 +56,7 @@ public ApplicationGatewaySku withName(ApplicationGatewaySkuName name) {
}
/**
- * Get the tier value.
+ * Get tier of an application gateway. Possible values include: 'Standard', 'WAF'.
*
* @return the tier value
*/
@@ -65,7 +65,7 @@ public ApplicationGatewayTier tier() {
}
/**
- * Set the tier value.
+ * Set tier of an application gateway. Possible values include: 'Standard', 'WAF'.
*
* @param tier the tier value to set
* @return the ApplicationGatewaySku object itself.
@@ -76,7 +76,7 @@ public ApplicationGatewaySku withTier(ApplicationGatewayTier tier) {
}
/**
- * Get the capacity value.
+ * Get capacity (instance count) of an application gateway.
*
* @return the capacity value
*/
@@ -85,7 +85,7 @@ public Integer capacity() {
}
/**
- * Set the capacity value.
+ * Set capacity (instance count) of an application gateway.
*
* @param capacity the capacity value to set
* @return the ApplicationGatewaySku object itself.
diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewaySslCertificate.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewaySslCertificate.java
index 239651802fe2..189eb0f00d45 100644
--- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewaySslCertificate.java
+++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewaySslCertificate.java
@@ -64,7 +64,7 @@ public class ApplicationGatewaySslCertificate extends SubResource {
private String type;
/**
- * Get the data value.
+ * Get base-64 encoded pfx certificate. Only applicable in PUT Request.
*
* @return the data value
*/
@@ -73,7 +73,7 @@ public String data() {
}
/**
- * Set the data value.
+ * Set base-64 encoded pfx certificate. Only applicable in PUT Request.
*
* @param data the data value to set
* @return the ApplicationGatewaySslCertificate object itself.
@@ -84,7 +84,7 @@ public ApplicationGatewaySslCertificate withData(String data) {
}
/**
- * Get the password value.
+ * Get password for the pfx file specified in data. Only applicable in PUT request.
*
* @return the password value
*/
@@ -93,7 +93,7 @@ public String password() {
}
/**
- * Set the password value.
+ * Set password for the pfx file specified in data. Only applicable in PUT request.
*
* @param password the password value to set
* @return the ApplicationGatewaySslCertificate object itself.
@@ -104,7 +104,7 @@ public ApplicationGatewaySslCertificate withPassword(String password) {
}
/**
- * Get the publicCertData value.
+ * Get base-64 encoded Public cert data corresponding to pfx specified in data. Only applicable in GET request.
*
* @return the publicCertData value
*/
@@ -113,7 +113,7 @@ public String publicCertData() {
}
/**
- * Set the publicCertData value.
+ * Set base-64 encoded Public cert data corresponding to pfx specified in data. Only applicable in GET request.
*
* @param publicCertData the publicCertData value to set
* @return the ApplicationGatewaySslCertificate object itself.
@@ -124,7 +124,7 @@ public ApplicationGatewaySslCertificate withPublicCertData(String publicCertData
}
/**
- * Get the provisioningState value.
+ * Get provisioning state of the SSL certificate resource Possible values are: 'Updating', 'Deleting', and 'Failed'.
*
* @return the provisioningState value
*/
@@ -133,7 +133,7 @@ public String provisioningState() {
}
/**
- * Set the provisioningState value.
+ * Set provisioning state of the SSL certificate resource Possible values are: 'Updating', 'Deleting', and 'Failed'.
*
* @param provisioningState the provisioningState value to set
* @return the ApplicationGatewaySslCertificate object itself.
@@ -144,7 +144,7 @@ public ApplicationGatewaySslCertificate withProvisioningState(String provisionin
}
/**
- * Get the name value.
+ * Get name of the resource that is unique within a resource group. This name can be used to access the resource.
*
* @return the name value
*/
@@ -153,7 +153,7 @@ public String name() {
}
/**
- * Set the name value.
+ * Set name of the resource that is unique within a resource group. This name can be used to access the resource.
*
* @param name the name value to set
* @return the ApplicationGatewaySslCertificate object itself.
@@ -164,7 +164,7 @@ public ApplicationGatewaySslCertificate withName(String name) {
}
/**
- * Get the etag value.
+ * Get a unique read-only string that changes whenever the resource is updated.
*
* @return the etag value
*/
@@ -173,7 +173,7 @@ public String etag() {
}
/**
- * Set the etag value.
+ * Set a unique read-only string that changes whenever the resource is updated.
*
* @param etag the etag value to set
* @return the ApplicationGatewaySslCertificate object itself.
@@ -184,7 +184,7 @@ public ApplicationGatewaySslCertificate withEtag(String etag) {
}
/**
- * Get the type value.
+ * Get type of the resource.
*
* @return the type value
*/
@@ -193,7 +193,7 @@ public String type() {
}
/**
- * Set the type value.
+ * Set type of the resource.
*
* @param type the type value to set
* @return the ApplicationGatewaySslCertificate object itself.
diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewaySslPolicy.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewaySslPolicy.java
index 94a7b8f5492e..ae96c43ae2e8 100644
--- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewaySslPolicy.java
+++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewaySslPolicy.java
@@ -50,7 +50,7 @@ public class ApplicationGatewaySslPolicy {
private ApplicationGatewaySslProtocol minProtocolVersion;
/**
- * Get the disabledSslProtocols value.
+ * Get ssl protocols to be disabled on application gateway.
*
* @return the disabledSslProtocols value
*/
@@ -59,7 +59,7 @@ public List disabledSslProtocols() {
}
/**
- * Set the disabledSslProtocols value.
+ * Set ssl protocols to be disabled on application gateway.
*
* @param disabledSslProtocols the disabledSslProtocols value to set
* @return the ApplicationGatewaySslPolicy object itself.
@@ -70,7 +70,7 @@ public ApplicationGatewaySslPolicy withDisabledSslProtocols(List cipherSuites() {
}
/**
- * Set the cipherSuites value.
+ * Set ssl cipher suites to be enabled in the specified order to application gateway.
*
* @param cipherSuites the cipherSuites value to set
* @return the ApplicationGatewaySslPolicy object itself.
@@ -130,7 +130,7 @@ public ApplicationGatewaySslPolicy withCipherSuites(List pathRules() {
}
/**
- * Set the pathRules value.
+ * Set path rule of URL path map resource.
*
* @param pathRules the pathRules value to set
* @return the ApplicationGatewayUrlPathMap object itself.
@@ -150,7 +150,7 @@ public ApplicationGatewayUrlPathMap withPathRules(List disabledRuleGroups;
/**
- * Get the enabled value.
+ * Get whether the web application firewall is enabled or not.
*
* @return the enabled value
*/
@@ -57,7 +57,7 @@ public boolean enabled() {
}
/**
- * Set the enabled value.
+ * Set whether the web application firewall is enabled or not.
*
* @param enabled the enabled value to set
* @return the ApplicationGatewayWebApplicationFirewallConfiguration object itself.
@@ -68,7 +68,7 @@ public ApplicationGatewayWebApplicationFirewallConfiguration withEnabled(boolean
}
/**
- * Get the firewallMode value.
+ * Get web application firewall mode. Possible values include: 'Detection', 'Prevention'.
*
* @return the firewallMode value
*/
@@ -77,7 +77,7 @@ public ApplicationGatewayFirewallMode firewallMode() {
}
/**
- * Set the firewallMode value.
+ * Set web application firewall mode. Possible values include: 'Detection', 'Prevention'.
*
* @param firewallMode the firewallMode value to set
* @return the ApplicationGatewayWebApplicationFirewallConfiguration object itself.
@@ -88,7 +88,7 @@ public ApplicationGatewayWebApplicationFirewallConfiguration withFirewallMode(Ap
}
/**
- * Get the ruleSetType value.
+ * Get the type of the web application firewall rule set. Possible values are: 'OWASP'.
*
* @return the ruleSetType value
*/
@@ -97,7 +97,7 @@ public String ruleSetType() {
}
/**
- * Set the ruleSetType value.
+ * Set the type of the web application firewall rule set. Possible values are: 'OWASP'.
*
* @param ruleSetType the ruleSetType value to set
* @return the ApplicationGatewayWebApplicationFirewallConfiguration object itself.
@@ -108,7 +108,7 @@ public ApplicationGatewayWebApplicationFirewallConfiguration withRuleSetType(Str
}
/**
- * Get the ruleSetVersion value.
+ * Get the version of the rule set type.
*
* @return the ruleSetVersion value
*/
@@ -117,7 +117,7 @@ public String ruleSetVersion() {
}
/**
- * Set the ruleSetVersion value.
+ * Set the version of the rule set type.
*
* @param ruleSetVersion the ruleSetVersion value to set
* @return the ApplicationGatewayWebApplicationFirewallConfiguration object itself.
@@ -128,7 +128,7 @@ public ApplicationGatewayWebApplicationFirewallConfiguration withRuleSetVersion(
}
/**
- * Get the disabledRuleGroups value.
+ * Get the disabled rule groups.
*
* @return the disabledRuleGroups value
*/
@@ -137,7 +137,7 @@ public List disabledRuleGroups() {
}
/**
- * Set the disabledRuleGroups value.
+ * Set the disabled rule groups.
*
* @param disabledRuleGroups the disabledRuleGroups value to set
* @return the ApplicationGatewayWebApplicationFirewallConfiguration object itself.
diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationSecurityGroup.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationSecurityGroup.java
index 832256a7a426..cef44d09bc0b 100644
--- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationSecurityGroup.java
+++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationSecurityGroup.java
@@ -10,12 +10,12 @@
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.network.v2017_10_01.implementation.NetworkManager;
import com.microsoft.azure.management.network.v2017_10_01.implementation.ApplicationSecurityGroupInner;
diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/Availability.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/Availability.java
index d10995a6b628..5b4c390ef55c 100644
--- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/Availability.java
+++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/Availability.java
@@ -33,7 +33,7 @@ public class Availability {
private String blobDuration;
/**
- * Get the timeGrain value.
+ * Get the time grain of the availability.
*
* @return the timeGrain value
*/
@@ -42,7 +42,7 @@ public String timeGrain() {
}
/**
- * Set the timeGrain value.
+ * Set the time grain of the availability.
*
* @param timeGrain the timeGrain value to set
* @return the Availability object itself.
@@ -53,7 +53,7 @@ public Availability withTimeGrain(String timeGrain) {
}
/**
- * Get the retention value.
+ * Get the retention of the availability.
*
* @return the retention value
*/
@@ -62,7 +62,7 @@ public String retention() {
}
/**
- * Set the retention value.
+ * Set the retention of the availability.
*
* @param retention the retention value to set
* @return the Availability object itself.
@@ -73,7 +73,7 @@ public Availability withRetention(String retention) {
}
/**
- * Get the blobDuration value.
+ * Get duration of the availability blob.
*
* @return the blobDuration value
*/
@@ -82,7 +82,7 @@ public String blobDuration() {
}
/**
- * Set the blobDuration value.
+ * Set duration of the availability blob.
*
* @param blobDuration the blobDuration value to set
* @return the Availability object itself.
diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AvailableProvidersListCity.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AvailableProvidersListCity.java
index 382d9384a41c..8dae67bee2da 100644
--- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AvailableProvidersListCity.java
+++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AvailableProvidersListCity.java
@@ -28,7 +28,7 @@ public class AvailableProvidersListCity {
private List providers;
/**
- * Get the cityName value.
+ * Get the city or town name.
*
* @return the cityName value
*/
@@ -37,7 +37,7 @@ public String cityName() {
}
/**
- * Set the cityName value.
+ * Set the city or town name.
*
* @param cityName the cityName value to set
* @return the AvailableProvidersListCity object itself.
@@ -48,7 +48,7 @@ public AvailableProvidersListCity withCityName(String cityName) {
}
/**
- * Get the providers value.
+ * Get a list of Internet service providers.
*
* @return the providers value
*/
@@ -57,7 +57,7 @@ public List providers() {
}
/**
- * Set the providers value.
+ * Set a list of Internet service providers.
*
* @param providers the providers value to set
* @return the AvailableProvidersListCity object itself.
diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AvailableProvidersListCountry.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AvailableProvidersListCountry.java
index 4fd8031e90a8..f909f639965f 100644
--- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AvailableProvidersListCountry.java
+++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AvailableProvidersListCountry.java
@@ -34,7 +34,7 @@ public class AvailableProvidersListCountry {
private List states;
/**
- * Get the countryName value.
+ * Get the country name.
*
* @return the countryName value
*/
@@ -43,7 +43,7 @@ public String countryName() {
}
/**
- * Set the countryName value.
+ * Set the country name.
*
* @param countryName the countryName value to set
* @return the AvailableProvidersListCountry object itself.
@@ -54,7 +54,7 @@ public AvailableProvidersListCountry withCountryName(String countryName) {
}
/**
- * Get the providers value.
+ * Get a list of Internet service providers.
*
* @return the providers value
*/
@@ -63,7 +63,7 @@ public List providers() {
}
/**
- * Set the providers value.
+ * Set a list of Internet service providers.
*
* @param providers the providers value to set
* @return the AvailableProvidersListCountry object itself.
@@ -74,7 +74,7 @@ public AvailableProvidersListCountry withProviders(List providers) {
}
/**
- * Get the states value.
+ * Get list of available states in the country.
*
* @return the states value
*/
@@ -83,7 +83,7 @@ public List states() {
}
/**
- * Set the states value.
+ * Set list of available states in the country.
*
* @param states the states value to set
* @return the AvailableProvidersListCountry object itself.
diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AvailableProvidersListParameters.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AvailableProvidersListParameters.java
index 6cd1b067032b..5cd2fdc4ef3b 100644
--- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AvailableProvidersListParameters.java
+++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AvailableProvidersListParameters.java
@@ -40,7 +40,7 @@ public class AvailableProvidersListParameters {
private String city;
/**
- * Get the azureLocations value.
+ * Get a list of Azure regions.
*
* @return the azureLocations value
*/
@@ -49,7 +49,7 @@ public List azureLocations() {
}
/**
- * Set the azureLocations value.
+ * Set a list of Azure regions.
*
* @param azureLocations the azureLocations value to set
* @return the AvailableProvidersListParameters object itself.
@@ -60,7 +60,7 @@ public AvailableProvidersListParameters withAzureLocations(List azureLoc
}
/**
- * Get the country value.
+ * Get the country for available providers list.
*
* @return the country value
*/
@@ -69,7 +69,7 @@ public String country() {
}
/**
- * Set the country value.
+ * Set the country for available providers list.
*
* @param country the country value to set
* @return the AvailableProvidersListParameters object itself.
@@ -80,7 +80,7 @@ public AvailableProvidersListParameters withCountry(String country) {
}
/**
- * Get the state value.
+ * Get the state for available providers list.
*
* @return the state value
*/
@@ -89,7 +89,7 @@ public String state() {
}
/**
- * Set the state value.
+ * Set the state for available providers list.
*
* @param state the state value to set
* @return the AvailableProvidersListParameters object itself.
@@ -100,7 +100,7 @@ public AvailableProvidersListParameters withState(String state) {
}
/**
- * Get the city value.
+ * Get the city or town for available providers list.
*
* @return the city value
*/
@@ -109,7 +109,7 @@ public String city() {
}
/**
- * Set the city value.
+ * Set the city or town for available providers list.
*
* @param city the city value to set
* @return the AvailableProvidersListParameters object itself.
diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AvailableProvidersListState.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AvailableProvidersListState.java
index 4587a749771c..c1bfbadeba36 100644
--- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AvailableProvidersListState.java
+++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AvailableProvidersListState.java
@@ -34,7 +34,7 @@ public class AvailableProvidersListState {
private List cities;
/**
- * Get the stateName value.
+ * Get the state name.
*
* @return the stateName value
*/
@@ -43,7 +43,7 @@ public String stateName() {
}
/**
- * Set the stateName value.
+ * Set the state name.
*
* @param stateName the stateName value to set
* @return the AvailableProvidersListState object itself.
@@ -54,7 +54,7 @@ public AvailableProvidersListState withStateName(String stateName) {
}
/**
- * Get the providers value.
+ * Get a list of Internet service providers.
*
* @return the providers value
*/
@@ -63,7 +63,7 @@ public List providers() {
}
/**
- * Set the providers value.
+ * Set a list of Internet service providers.
*
* @param providers the providers value to set
* @return the AvailableProvidersListState object itself.
@@ -74,7 +74,7 @@ public AvailableProvidersListState withProviders(List providers) {
}
/**
- * Get the cities value.
+ * Get list of available cities or towns in the state.
*
* @return the cities value
*/
@@ -83,7 +83,7 @@ public List cities() {
}
/**
- * Set the cities value.
+ * Set list of available cities or towns in the state.
*
* @param cities the cities value to set
* @return the AvailableProvidersListState object itself.
diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AzureAsyncOperationResult.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AzureAsyncOperationResult.java
index 974892d5dc14..f5025ffe5059 100644
--- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AzureAsyncOperationResult.java
+++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AzureAsyncOperationResult.java
@@ -36,7 +36,7 @@ public class AzureAsyncOperationResult {
private Error error;
/**
- * Get the status value.
+ * Get status of the Azure async operation. Possible values are: 'InProgress', 'Succeeded', and 'Failed'. Possible values include: 'InProgress', 'Succeeded', 'Failed'.
*
* @return the status value
*/
@@ -45,7 +45,7 @@ public NetworkOperationStatus status() {
}
/**
- * Set the status value.
+ * Set status of the Azure async operation. Possible values are: 'InProgress', 'Succeeded', and 'Failed'. Possible values include: 'InProgress', 'Succeeded', 'Failed'.
*
* @param status the status value to set
* @return the AzureAsyncOperationResult object itself.
diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AzureReachabilityReportItem.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AzureReachabilityReportItem.java
index 64f2e38d90de..887eb3cbce5a 100644
--- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AzureReachabilityReportItem.java
+++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AzureReachabilityReportItem.java
@@ -34,7 +34,7 @@ public class AzureReachabilityReportItem {
private List latencies;
/**
- * Get the provider value.
+ * Get the Internet service provider.
*
* @return the provider value
*/
@@ -43,7 +43,7 @@ public String provider() {
}
/**
- * Set the provider value.
+ * Set the Internet service provider.
*
* @param provider the provider value to set
* @return the AzureReachabilityReportItem object itself.
@@ -54,7 +54,7 @@ public AzureReachabilityReportItem withProvider(String provider) {
}
/**
- * Get the azureLocation value.
+ * Get the Azure region.
*
* @return the azureLocation value
*/
@@ -63,7 +63,7 @@ public String azureLocation() {
}
/**
- * Set the azureLocation value.
+ * Set the Azure region.
*
* @param azureLocation the azureLocation value to set
* @return the AzureReachabilityReportItem object itself.
@@ -74,7 +74,7 @@ public AzureReachabilityReportItem withAzureLocation(String azureLocation) {
}
/**
- * Get the latencies value.
+ * Get list of latency details for each of the time series.
*
* @return the latencies value
*/
@@ -83,7 +83,7 @@ public List latencies() {
}
/**
- * Set the latencies value.
+ * Set list of latency details for each of the time series.
*
* @param latencies the latencies value to set
* @return the AzureReachabilityReportItem object itself.
diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AzureReachabilityReportLatencyInfo.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AzureReachabilityReportLatencyInfo.java
index d3ee4e60b9d6..a042653fed40 100644
--- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AzureReachabilityReportLatencyInfo.java
+++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AzureReachabilityReportLatencyInfo.java
@@ -29,7 +29,7 @@ public class AzureReachabilityReportLatencyInfo {
private Integer score;
/**
- * Get the timeStamp value.
+ * Get the time stamp.
*
* @return the timeStamp value
*/
@@ -38,7 +38,7 @@ public DateTime timeStamp() {
}
/**
- * Set the timeStamp value.
+ * Set the time stamp.
*
* @param timeStamp the timeStamp value to set
* @return the AzureReachabilityReportLatencyInfo object itself.
@@ -49,7 +49,7 @@ public AzureReachabilityReportLatencyInfo withTimeStamp(DateTime timeStamp) {
}
/**
- * Get the score value.
+ * Get the relative latency score between 1 and 100, higher values indicating a faster connection.
*
* @return the score value
*/
@@ -58,7 +58,7 @@ public Integer score() {
}
/**
- * Set the score value.
+ * Set the relative latency score between 1 and 100, higher values indicating a faster connection.
*
* @param score the score value to set
* @return the AzureReachabilityReportLatencyInfo object itself.
diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AzureReachabilityReportLocation.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AzureReachabilityReportLocation.java
index 38a23b41064d..3fda129d4a44 100644
--- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AzureReachabilityReportLocation.java
+++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AzureReachabilityReportLocation.java
@@ -33,7 +33,7 @@ public class AzureReachabilityReportLocation {
private String city;
/**
- * Get the country value.
+ * Get the name of the country.
*
* @return the country value
*/
@@ -42,7 +42,7 @@ public String country() {
}
/**
- * Set the country value.
+ * Set the name of the country.
*
* @param country the country value to set
* @return the AzureReachabilityReportLocation object itself.
@@ -53,7 +53,7 @@ public AzureReachabilityReportLocation withCountry(String country) {
}
/**
- * Get the state value.
+ * Get the name of the state.
*
* @return the state value
*/
@@ -62,7 +62,7 @@ public String state() {
}
/**
- * Set the state value.
+ * Set the name of the state.
*
* @param state the state value to set
* @return the AzureReachabilityReportLocation object itself.
@@ -73,7 +73,7 @@ public AzureReachabilityReportLocation withState(String state) {
}
/**
- * Get the city value.
+ * Get the name of the city or town.
*
* @return the city value
*/
@@ -82,7 +82,7 @@ public String city() {
}
/**
- * Set the city value.
+ * Set the name of the city or town.
*
* @param city the city value to set
* @return the AzureReachabilityReportLocation object itself.
diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AzureReachabilityReportParameters.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AzureReachabilityReportParameters.java
index 9999a32767b1..74702b253482 100644
--- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AzureReachabilityReportParameters.java
+++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AzureReachabilityReportParameters.java
@@ -67,7 +67,7 @@ public AzureReachabilityReportParameters withProviderLocation(AzureReachabilityR
}
/**
- * Get the providers value.
+ * Get list of Internet service providers.
*
* @return the providers value
*/
@@ -76,7 +76,7 @@ public List providers() {
}
/**
- * Set the providers value.
+ * Set list of Internet service providers.
*
* @param providers the providers value to set
* @return the AzureReachabilityReportParameters object itself.
@@ -87,7 +87,7 @@ public AzureReachabilityReportParameters withProviders(List providers) {
}
/**
- * Get the azureLocations value.
+ * Get optional Azure regions to scope the query to.
*
* @return the azureLocations value
*/
@@ -96,7 +96,7 @@ public List azureLocations() {
}
/**
- * Set the azureLocations value.
+ * Set optional Azure regions to scope the query to.
*
* @param azureLocations the azureLocations value to set
* @return the AzureReachabilityReportParameters object itself.
@@ -107,7 +107,7 @@ public AzureReachabilityReportParameters withAzureLocations(List azureLo
}
/**
- * Get the startTime value.
+ * Get the start time for the Azure reachability report.
*
* @return the startTime value
*/
@@ -116,7 +116,7 @@ public DateTime startTime() {
}
/**
- * Set the startTime value.
+ * Set the start time for the Azure reachability report.
*
* @param startTime the startTime value to set
* @return the AzureReachabilityReportParameters object itself.
@@ -127,7 +127,7 @@ public AzureReachabilityReportParameters withStartTime(DateTime startTime) {
}
/**
- * Get the endTime value.
+ * Get the end time for the Azure reachability report.
*
* @return the endTime value
*/
@@ -136,7 +136,7 @@ public DateTime endTime() {
}
/**
- * Set the endTime value.
+ * Set the end time for the Azure reachability report.
*
* @param endTime the endTime value to set
* @return the AzureReachabilityReportParameters object itself.
diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/BGPCommunity.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/BGPCommunity.java
index 0d34b843b045..f3f69c5deb9f 100644
--- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/BGPCommunity.java
+++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/BGPCommunity.java
@@ -53,7 +53,7 @@ public class BGPCommunity {
private String serviceGroup;
/**
- * Get the serviceSupportedRegion value.
+ * Get the region which the service support. e.g. For O365, region is Global.
*
* @return the serviceSupportedRegion value
*/
@@ -62,7 +62,7 @@ public String serviceSupportedRegion() {
}
/**
- * Set the serviceSupportedRegion value.
+ * Set the region which the service support. e.g. For O365, region is Global.
*
* @param serviceSupportedRegion the serviceSupportedRegion value to set
* @return the BGPCommunity object itself.
@@ -73,7 +73,7 @@ public BGPCommunity withServiceSupportedRegion(String serviceSupportedRegion) {
}
/**
- * Get the communityName value.
+ * Get the name of the bgp community. e.g. Skype.
*
* @return the communityName value
*/
@@ -82,7 +82,7 @@ public String communityName() {
}
/**
- * Set the communityName value.
+ * Set the name of the bgp community. e.g. Skype.
*
* @param communityName the communityName value to set
* @return the BGPCommunity object itself.
@@ -93,7 +93,7 @@ public BGPCommunity withCommunityName(String communityName) {
}
/**
- * Get the communityValue value.
+ * Get the value of the bgp community. For more information: https://docs.microsoft.com/en-us/azure/expressroute/expressroute-routing.
*
* @return the communityValue value
*/
@@ -102,7 +102,7 @@ public String communityValue() {
}
/**
- * Set the communityValue value.
+ * Set the value of the bgp community. For more information: https://docs.microsoft.com/en-us/azure/expressroute/expressroute-routing.
*
* @param communityValue the communityValue value to set
* @return the BGPCommunity object itself.
@@ -113,7 +113,7 @@ public BGPCommunity withCommunityValue(String communityValue) {
}
/**
- * Get the communityPrefixes value.
+ * Get the prefixes that the bgp community contains.
*
* @return the communityPrefixes value
*/
@@ -122,7 +122,7 @@ public List communityPrefixes() {
}
/**
- * Set the communityPrefixes value.
+ * Set the prefixes that the bgp community contains.
*
* @param communityPrefixes the communityPrefixes value to set
* @return the BGPCommunity object itself.
@@ -133,7 +133,7 @@ public BGPCommunity withCommunityPrefixes(List communityPrefixes) {
}
/**
- * Get the isAuthorizedToUse value.
+ * Get customer is authorized to use bgp community or not.
*
* @return the isAuthorizedToUse value
*/
@@ -142,7 +142,7 @@ public Boolean isAuthorizedToUse() {
}
/**
- * Set the isAuthorizedToUse value.
+ * Set customer is authorized to use bgp community or not.
*
* @param isAuthorizedToUse the isAuthorizedToUse value to set
* @return the BGPCommunity object itself.
@@ -153,7 +153,7 @@ public BGPCommunity withIsAuthorizedToUse(Boolean isAuthorizedToUse) {
}
/**
- * Get the serviceGroup value.
+ * Get the service group of the bgp community contains.
*
* @return the serviceGroup value
*/
@@ -162,7 +162,7 @@ public String serviceGroup() {
}
/**
- * Set the serviceGroup value.
+ * Set the service group of the bgp community contains.
*
* @param serviceGroup the serviceGroup value to set
* @return the BGPCommunity object itself.
diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/BgpPeerStatus.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/BgpPeerStatus.java
index d110e2effba2..8356008b50cb 100644
--- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/BgpPeerStatus.java
+++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/BgpPeerStatus.java
@@ -64,7 +64,7 @@ public class BgpPeerStatus {
private Long messagesReceived;
/**
- * Get the localAddress value.
+ * Get the virtual network gateway's local address.
*
* @return the localAddress value
*/
@@ -73,7 +73,7 @@ public String localAddress() {
}
/**
- * Get the neighbor value.
+ * Get the remote BGP peer.
*
* @return the neighbor value
*/
@@ -82,7 +82,7 @@ public String neighbor() {
}
/**
- * Get the asn value.
+ * Get the autonomous system number of the remote BGP peer.
*
* @return the asn value
*/
@@ -91,7 +91,7 @@ public Integer asn() {
}
/**
- * Get the state value.
+ * Get the BGP peer state. Possible values include: 'Unknown', 'Stopped', 'Idle', 'Connecting', 'Connected'.
*
* @return the state value
*/
@@ -100,7 +100,7 @@ public BgpPeerState state() {
}
/**
- * Get the connectedDuration value.
+ * Get for how long the peering has been up.
*
* @return the connectedDuration value
*/
@@ -109,7 +109,7 @@ public String connectedDuration() {
}
/**
- * Get the routesReceived value.
+ * Get the number of routes learned from this peer.
*
* @return the routesReceived value
*/
@@ -118,7 +118,7 @@ public Long routesReceived() {
}
/**
- * Get the messagesSent value.
+ * Get the number of BGP messages sent.
*
* @return the messagesSent value
*/
@@ -127,7 +127,7 @@ public Long messagesSent() {
}
/**
- * Get the messagesReceived value.
+ * Get the number of BGP messages received.
*
* @return the messagesReceived value
*/
diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/BgpServiceCommunity.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/BgpServiceCommunity.java
index fc8db713301a..44d54add9772 100644
--- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/BgpServiceCommunity.java
+++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/BgpServiceCommunity.java
@@ -9,8 +9,8 @@
package com.microsoft.azure.management.network.v2017_10_01;
import com.microsoft.azure.arm.model.HasInner;
-import com.microsoft.azure.arm.resources.models.GroupableResourceCore;
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.resources.models.HasManager;
import com.microsoft.azure.management.network.v2017_10_01.implementation.NetworkManager;
diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/BgpSettings.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/BgpSettings.java
index 4317e32cdb47..91c89b86cbea 100644
--- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/BgpSettings.java
+++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/BgpSettings.java
@@ -33,7 +33,7 @@ public class BgpSettings {
private Integer peerWeight;
/**
- * Get the asn value.
+ * Get the BGP speaker's ASN.
*
* @return the asn value
*/
@@ -42,7 +42,7 @@ public Long asn() {
}
/**
- * Set the asn value.
+ * Set the BGP speaker's ASN.
*
* @param asn the asn value to set
* @return the BgpSettings object itself.
@@ -53,7 +53,7 @@ public BgpSettings withAsn(Long asn) {
}
/**
- * Get the bgpPeeringAddress value.
+ * Get the BGP peering address and BGP identifier of this BGP speaker.
*
* @return the bgpPeeringAddress value
*/
@@ -62,7 +62,7 @@ public String bgpPeeringAddress() {
}
/**
- * Set the bgpPeeringAddress value.
+ * Set the BGP peering address and BGP identifier of this BGP speaker.
*
* @param bgpPeeringAddress the bgpPeeringAddress value to set
* @return the BgpSettings object itself.
@@ -73,7 +73,7 @@ public BgpSettings withBgpPeeringAddress(String bgpPeeringAddress) {
}
/**
- * Get the peerWeight value.
+ * Get the weight added to routes learned from this BGP speaker.
*
* @return the peerWeight value
*/
@@ -82,7 +82,7 @@ public Integer peerWeight() {
}
/**
- * Set the peerWeight value.
+ * Set the weight added to routes learned from this BGP speaker.
*
* @param peerWeight the peerWeight value to set
* @return the BgpSettings object itself.
diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectionMonitorDestination.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectionMonitorDestination.java
index a828268325a2..6c17bc29337d 100644
--- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectionMonitorDestination.java
+++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectionMonitorDestination.java
@@ -33,7 +33,7 @@ public class ConnectionMonitorDestination {
private Integer port;
/**
- * Get the resourceId value.
+ * Get the ID of the resource used as the destination by connection monitor.
*
* @return the resourceId value
*/
@@ -42,7 +42,7 @@ public String resourceId() {
}
/**
- * Set the resourceId value.
+ * Set the ID of the resource used as the destination by connection monitor.
*
* @param resourceId the resourceId value to set
* @return the ConnectionMonitorDestination object itself.
@@ -53,7 +53,7 @@ public ConnectionMonitorDestination withResourceId(String resourceId) {
}
/**
- * Get the address value.
+ * Get address of the connection monitor destination (IP or domain name).
*
* @return the address value
*/
@@ -62,7 +62,7 @@ public String address() {
}
/**
- * Set the address value.
+ * Set address of the connection monitor destination (IP or domain name).
*
* @param address the address value to set
* @return the ConnectionMonitorDestination object itself.
@@ -73,7 +73,7 @@ public ConnectionMonitorDestination withAddress(String address) {
}
/**
- * Get the port value.
+ * Get the destination port used by connection monitor.
*
* @return the port value
*/
@@ -82,7 +82,7 @@ public Integer port() {
}
/**
- * Set the port value.
+ * Set the destination port used by connection monitor.
*
* @param port the port value to set
* @return the ConnectionMonitorDestination object itself.
diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectionMonitorParameters.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectionMonitorParameters.java
index 4922930cc60e..df194a63fe66 100644
--- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectionMonitorParameters.java
+++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectionMonitorParameters.java
@@ -80,7 +80,7 @@ public ConnectionMonitorParameters withDestination(ConnectionMonitorDestination
}
/**
- * Get the autoStart value.
+ * Get determines if the connection monitor will start automatically once created.
*
* @return the autoStart value
*/
@@ -89,7 +89,7 @@ public Boolean autoStart() {
}
/**
- * Set the autoStart value.
+ * Set determines if the connection monitor will start automatically once created.
*
* @param autoStart the autoStart value to set
* @return the ConnectionMonitorParameters object itself.
@@ -100,7 +100,7 @@ public ConnectionMonitorParameters withAutoStart(Boolean autoStart) {
}
/**
- * Get the monitoringIntervalInSeconds value.
+ * Get monitoring interval in seconds.
*
* @return the monitoringIntervalInSeconds value
*/
@@ -109,7 +109,7 @@ public Integer monitoringIntervalInSeconds() {
}
/**
- * Set the monitoringIntervalInSeconds value.
+ * Set monitoring interval in seconds.
*
* @param monitoringIntervalInSeconds the monitoringIntervalInSeconds value to set
* @return the ConnectionMonitorParameters object itself.
diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectionMonitorSource.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectionMonitorSource.java
index d7ce7b5d8bda..d19c742b0719 100644
--- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectionMonitorSource.java
+++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectionMonitorSource.java
@@ -27,7 +27,7 @@ public class ConnectionMonitorSource {
private Integer port;
/**
- * Get the resourceId value.
+ * Get the ID of the resource used as the source by connection monitor.
*
* @return the resourceId value
*/
@@ -36,7 +36,7 @@ public String resourceId() {
}
/**
- * Set the resourceId value.
+ * Set the ID of the resource used as the source by connection monitor.
*
* @param resourceId the resourceId value to set
* @return the ConnectionMonitorSource object itself.
@@ -47,7 +47,7 @@ public ConnectionMonitorSource withResourceId(String resourceId) {
}
/**
- * Get the port value.
+ * Get the source port used by connection monitor.
*
* @return the port value
*/
@@ -56,7 +56,7 @@ public Integer port() {
}
/**
- * Set the port value.
+ * Set the source port used by connection monitor.
*
* @param port the port value to set
* @return the ConnectionMonitorSource object itself.
diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectionStateSnapshot.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectionStateSnapshot.java
index 5ab324127980..d217acc90d42 100644
--- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectionStateSnapshot.java
+++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectionStateSnapshot.java
@@ -49,7 +49,7 @@ public class ConnectionStateSnapshot {
private List hops;
/**
- * Get the connectionState value.
+ * Get the connection state. Possible values include: 'Reachable', 'Unreachable', 'Unknown'.
*
* @return the connectionState value
*/
@@ -58,7 +58,7 @@ public ConnectionState connectionState() {
}
/**
- * Set the connectionState value.
+ * Set the connection state. Possible values include: 'Reachable', 'Unreachable', 'Unknown'.
*
* @param connectionState the connectionState value to set
* @return the ConnectionStateSnapshot object itself.
@@ -69,7 +69,7 @@ public ConnectionStateSnapshot withConnectionState(ConnectionState connectionSta
}
/**
- * Get the startTime value.
+ * Get the start time of the connection snapshot.
*
* @return the startTime value
*/
@@ -78,7 +78,7 @@ public DateTime startTime() {
}
/**
- * Set the startTime value.
+ * Set the start time of the connection snapshot.
*
* @param startTime the startTime value to set
* @return the ConnectionStateSnapshot object itself.
@@ -89,7 +89,7 @@ public ConnectionStateSnapshot withStartTime(DateTime startTime) {
}
/**
- * Get the endTime value.
+ * Get the end time of the connection snapshot.
*
* @return the endTime value
*/
@@ -98,7 +98,7 @@ public DateTime endTime() {
}
/**
- * Set the endTime value.
+ * Set the end time of the connection snapshot.
*
* @param endTime the endTime value to set
* @return the ConnectionStateSnapshot object itself.
@@ -109,7 +109,7 @@ public ConnectionStateSnapshot withEndTime(DateTime endTime) {
}
/**
- * Get the evaluationState value.
+ * Get connectivity analysis evaluation state. Possible values include: 'NotStarted', 'InProgress', 'Completed'.
*
* @return the evaluationState value
*/
@@ -118,7 +118,7 @@ public EvaluationState evaluationState() {
}
/**
- * Set the evaluationState value.
+ * Set connectivity analysis evaluation state. Possible values include: 'NotStarted', 'InProgress', 'Completed'.
*
* @param evaluationState the evaluationState value to set
* @return the ConnectionStateSnapshot object itself.
@@ -129,7 +129,7 @@ public ConnectionStateSnapshot withEvaluationState(EvaluationState evaluationSta
}
/**
- * Get the hops value.
+ * Get list of hops between the source and the destination.
*
* @return the hops value
*/
diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectivityDestination.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectivityDestination.java
index 544b5eee9bd8..bbc5f12ad5d9 100644
--- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectivityDestination.java
+++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectivityDestination.java
@@ -34,7 +34,7 @@ public class ConnectivityDestination {
private Integer port;
/**
- * Get the resourceId value.
+ * Get the ID of the resource to which a connection attempt will be made.
*
* @return the resourceId value
*/
@@ -43,7 +43,7 @@ public String resourceId() {
}
/**
- * Set the resourceId value.
+ * Set the ID of the resource to which a connection attempt will be made.
*
* @param resourceId the resourceId value to set
* @return the ConnectivityDestination object itself.
@@ -54,7 +54,7 @@ public ConnectivityDestination withResourceId(String resourceId) {
}
/**
- * Get the address value.
+ * Get the IP address or URI the resource to which a connection attempt will be made.
*
* @return the address value
*/
@@ -63,7 +63,7 @@ public String address() {
}
/**
- * Set the address value.
+ * Set the IP address or URI the resource to which a connection attempt will be made.
*
* @param address the address value to set
* @return the ConnectivityDestination object itself.
@@ -74,7 +74,7 @@ public ConnectivityDestination withAddress(String address) {
}
/**
- * Get the port value.
+ * Get port on which check connectivity will be performed.
*
* @return the port value
*/
@@ -83,7 +83,7 @@ public Integer port() {
}
/**
- * Set the port value.
+ * Set port on which check connectivity will be performed.
*
* @param port the port value to set
* @return the ConnectivityDestination object itself.
diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectivityHop.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectivityHop.java
index 57247a15e8f2..6bfa1f8f970b 100644
--- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectivityHop.java
+++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectivityHop.java
@@ -52,7 +52,7 @@ public class ConnectivityHop {
private List issues;
/**
- * Get the type value.
+ * Get the type of the hop.
*
* @return the type value
*/
@@ -61,7 +61,7 @@ public String type() {
}
/**
- * Get the id value.
+ * Get the ID of the hop.
*
* @return the id value
*/
@@ -70,7 +70,7 @@ public String id() {
}
/**
- * Get the address value.
+ * Get the IP address of the hop.
*
* @return the address value
*/
@@ -79,7 +79,7 @@ public String address() {
}
/**
- * Get the resourceId value.
+ * Get the ID of the resource corresponding to this hop.
*
* @return the resourceId value
*/
@@ -88,7 +88,7 @@ public String resourceId() {
}
/**
- * Get the nextHopIds value.
+ * Get list of next hop identifiers.
*
* @return the nextHopIds value
*/
@@ -97,7 +97,7 @@ public List nextHopIds() {
}
/**
- * Get the issues value.
+ * Get list of issues.
*
* @return the issues value
*/
diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectivityIssue.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectivityIssue.java
index f3f6f20cace9..dc3196287c0b 100644
--- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectivityIssue.java
+++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectivityIssue.java
@@ -45,7 +45,7 @@ public class ConnectivityIssue {
private List