Note, this results in a separate call to Azure.
*/
diff --git a/sdk/resourcemanager/azure-resourcemanager-network/src/main/java/com/azure/resourcemanager/network/models/ApplicationGatewayListener.java b/sdk/resourcemanager/azure-resourcemanager-network/src/main/java/com/azure/resourcemanager/network/models/ApplicationGatewayListener.java
index ea6701e69258..d1f7a6988deb 100644
--- a/sdk/resourcemanager/azure-resourcemanager-network/src/main/java/com/azure/resourcemanager/network/models/ApplicationGatewayListener.java
+++ b/sdk/resourcemanager/azure-resourcemanager-network/src/main/java/com/azure/resourcemanager/network/models/ApplicationGatewayListener.java
@@ -15,13 +15,25 @@ public interface ApplicationGatewayListener extends HasInnerModel Acceptable values are from 1 to 86400 seconds.
*/
int timeoutInSeconds();
/**
+ * Gets the number of failed retry probes before the backend server is marked as being down.
+ *
* @return the number of failed retry probes before the backend server is marked as being down
* Acceptable values are from 1 second to 20.
*/
int retriesBeforeUnhealthy();
- /** @return host name to send the probe to */
+ /**
+ * Gets host name to send the probe to.
+ *
+ * @return host name to send the probe to
+ */
String host();
/**
- * Whether probe uses the host name from the HTTP settings to which this probe is associated.
+ * Checks whether probe uses the host name from the HTTP settings to which this probe is associated.
*
* @return Whether probe uses the host name from the HTTP settings.
*/
diff --git a/sdk/resourcemanager/azure-resourcemanager-network/src/main/java/com/azure/resourcemanager/network/models/ApplicationGatewayRedirectConfiguration.java b/sdk/resourcemanager/azure-resourcemanager-network/src/main/java/com/azure/resourcemanager/network/models/ApplicationGatewayRedirectConfiguration.java
index f34009c97316..612a38e086c1 100644
--- a/sdk/resourcemanager/azure-resourcemanager-network/src/main/java/com/azure/resourcemanager/network/models/ApplicationGatewayRedirectConfiguration.java
+++ b/sdk/resourcemanager/azure-resourcemanager-network/src/main/java/com/azure/resourcemanager/network/models/ApplicationGatewayRedirectConfiguration.java
@@ -15,22 +15,46 @@
public interface ApplicationGatewayRedirectConfiguration
extends HasInnerModel Note this makes a separate call to Azure.
*/
Subnet getSubnet();
- /** @return the availability zones assigned to private frontend. */
+ /**
+ * Gets the availability zones assigned to private frontend.
+ *
+ * @return the availability zones assigned to private frontend.
+ */
Set Note that when a virtual network is created with no subnets explicitly defined, a default subnet is
* automatically created with the name "subnet1".
*/
Map (Note this method makes a separate call to Azure.)
*/
boolean checkAccessBetweenNetworks();
- /** @return the associated remote virtual network's ID */
+ /**
+ * Gets the associated remote virtual network's ID.
+ *
+ * @return the associated remote virtual network's ID
+ */
String remoteNetworkId();
- /** @return the remote network if it is in the same subscription, otherwise null. */
+ /**
+ * Gets the remote network.
+ *
+ * @return the remote network if it is in the same subscription, otherwise null.
+ */
Network getRemoteNetwork();
/**
@@ -46,6 +64,8 @@ public interface NetworkPeering extends IndependentChild