This setting has no effect, if retry policy is set via {@link #withRetryPolicy(RetryPolicy)}. + *
+ * This setting has no effect, if retry policy is set via {@link #withRetryPolicy(RetryPolicy)}. * * @param retryOptions the retry options for the HTTP pipeline retry policy. * @return the configurable object itself. @@ -225,8 +226,8 @@ public Configurable withRetryOptions(RetryOptions retryOptions) { * @return the configurable object itself. */ public Configurable withDefaultPollInterval(Duration defaultPollInterval) { - this.defaultPollInterval = - Objects.requireNonNull(defaultPollInterval, "'defaultPollInterval' cannot be null."); + this.defaultPollInterval + = Objects.requireNonNull(defaultPollInterval, "'defaultPollInterval' cannot be null."); if (this.defaultPollInterval.isNegative()) { throw LOGGER .logExceptionAsError(new IllegalArgumentException("'defaultPollInterval' cannot be negative")); @@ -246,21 +247,12 @@ public NetAppFilesManager authenticate(TokenCredential credential, AzureProfile Objects.requireNonNull(profile, "'profile' cannot be null."); StringBuilder userAgentBuilder = new StringBuilder(); - userAgentBuilder - .append("azsdk-java") - .append("-") - .append("com.azure.resourcemanager.netapp") - .append("/") - .append("1.0.0"); + userAgentBuilder.append("azsdk-java").append("-").append("com.azure.resourcemanager.netapp").append("/") + .append("1.0.0-beta.1"); if (!Configuration.getGlobalConfiguration().get("AZURE_TELEMETRY_DISABLED", false)) { - userAgentBuilder - .append(" (") - .append(Configuration.getGlobalConfiguration().get("java.version")) - .append("; ") - .append(Configuration.getGlobalConfiguration().get("os.name")) - .append("; ") - .append(Configuration.getGlobalConfiguration().get("os.version")) - .append("; auto-generated)"); + userAgentBuilder.append(" (").append(Configuration.getGlobalConfiguration().get("java.version")) + .append("; ").append(Configuration.getGlobalConfiguration().get("os.name")).append("; ") + .append(Configuration.getGlobalConfiguration().get("os.version")).append("; auto-generated)"); } else { userAgentBuilder.append(" (auto-generated)"); } @@ -279,38 +271,25 @@ public NetAppFilesManager authenticate(TokenCredential credential, AzureProfile policies.add(new UserAgentPolicy(userAgentBuilder.toString())); policies.add(new AddHeadersFromContextPolicy()); policies.add(new RequestIdPolicy()); - policies - .addAll( - this - .policies - .stream() - .filter(p -> p.getPipelinePosition() == HttpPipelinePosition.PER_CALL) - .collect(Collectors.toList())); + policies.addAll(this.policies.stream().filter(p -> p.getPipelinePosition() == HttpPipelinePosition.PER_CALL) + .collect(Collectors.toList())); HttpPolicyProviders.addBeforeRetryPolicies(policies); policies.add(retryPolicy); policies.add(new AddDatePolicy()); policies.add(new ArmChallengeAuthenticationPolicy(credential, scopes.toArray(new String[0]))); - policies - .addAll( - this - .policies - .stream() - .filter(p -> p.getPipelinePosition() == HttpPipelinePosition.PER_RETRY) - .collect(Collectors.toList())); + policies.addAll(this.policies.stream() + .filter(p -> p.getPipelinePosition() == HttpPipelinePosition.PER_RETRY).collect(Collectors.toList())); HttpPolicyProviders.addAfterRetryPolicies(policies); policies.add(new HttpLoggingPolicy(httpLogOptions)); - HttpPipeline httpPipeline = - new HttpPipelineBuilder() - .httpClient(httpClient) - .policies(policies.toArray(new HttpPipelinePolicy[0])) - .build(); + HttpPipeline httpPipeline = new HttpPipelineBuilder().httpClient(httpClient) + .policies(policies.toArray(new HttpPipelinePolicy[0])).build(); return new NetAppFilesManager(httpPipeline, profile, defaultPollInterval); } } /** * Gets the resource collection API of Operations. - * + * * @return Resource collection API of Operations. */ public Operations operations() { @@ -322,7 +301,7 @@ public Operations operations() { /** * Gets the resource collection API of NetAppResources. - * + * * @return Resource collection API of NetAppResources. */ public NetAppResources netAppResources() { @@ -334,20 +313,20 @@ public NetAppResources netAppResources() { /** * Gets the resource collection API of NetAppResourceQuotaLimits. - * + * * @return Resource collection API of NetAppResourceQuotaLimits. */ public NetAppResourceQuotaLimits netAppResourceQuotaLimits() { if (this.netAppResourceQuotaLimits == null) { - this.netAppResourceQuotaLimits = - new NetAppResourceQuotaLimitsImpl(clientObject.getNetAppResourceQuotaLimits(), this); + this.netAppResourceQuotaLimits + = new NetAppResourceQuotaLimitsImpl(clientObject.getNetAppResourceQuotaLimits(), this); } return netAppResourceQuotaLimits; } /** * Gets the resource collection API of Accounts. It manages NetAppAccount. - * + * * @return Resource collection API of Accounts. */ public Accounts accounts() { @@ -359,7 +338,7 @@ public Accounts accounts() { /** * Gets the resource collection API of Pools. It manages CapacityPool. - * + * * @return Resource collection API of Pools. */ public Pools pools() { @@ -371,7 +350,7 @@ public Pools pools() { /** * Gets the resource collection API of Volumes. It manages Volume. - * + * * @return Resource collection API of Volumes. */ public Volumes volumes() { @@ -383,7 +362,7 @@ public Volumes volumes() { /** * Gets the resource collection API of Snapshots. It manages Snapshot. - * + * * @return Resource collection API of Snapshots. */ public Snapshots snapshots() { @@ -395,7 +374,7 @@ public Snapshots snapshots() { /** * Gets the resource collection API of SnapshotPolicies. It manages SnapshotPolicy. - * + * * @return Resource collection API of SnapshotPolicies. */ public SnapshotPolicies snapshotPolicies() { @@ -407,7 +386,7 @@ public SnapshotPolicies snapshotPolicies() { /** * Gets the resource collection API of Backups. - * + * * @return Resource collection API of Backups. */ public Backups backups() { @@ -419,7 +398,7 @@ public Backups backups() { /** * Gets the resource collection API of BackupPolicies. It manages BackupPolicy. - * + * * @return Resource collection API of BackupPolicies. */ public BackupPolicies backupPolicies() { @@ -431,7 +410,7 @@ public BackupPolicies backupPolicies() { /** * Gets the resource collection API of VolumeQuotaRules. It manages VolumeQuotaRule. - * + * * @return Resource collection API of VolumeQuotaRules. */ public VolumeQuotaRules volumeQuotaRules() { @@ -443,7 +422,7 @@ public VolumeQuotaRules volumeQuotaRules() { /** * Gets the resource collection API of VolumeGroups. It manages VolumeGroupDetails. - * + * * @return Resource collection API of VolumeGroups. */ public VolumeGroups volumeGroups() { @@ -455,7 +434,7 @@ public VolumeGroups volumeGroups() { /** * Gets the resource collection API of Subvolumes. It manages SubvolumeInfo. - * + * * @return Resource collection API of Subvolumes. */ public Subvolumes subvolumes() { @@ -468,7 +447,7 @@ public Subvolumes subvolumes() { /** * Gets wrapped service client NetAppManagementClient providing direct access to the underlying auto-generated API * implementation, based on Azure REST API. - * + * * @return Wrapped service client NetAppManagementClient. */ public NetAppManagementClient serviceClient() { diff --git a/sdk/netapp/azure-resourcemanager-netapp/src/main/java/com/azure/resourcemanager/netapp/fluent/AccountsClient.java b/sdk/netapp/azure-resourcemanager-netapp/src/main/java/com/azure/resourcemanager/netapp/fluent/AccountsClient.java index 5c6048e6f7db..b82f0b74cb0a 100644 --- a/sdk/netapp/azure-resourcemanager-netapp/src/main/java/com/azure/resourcemanager/netapp/fluent/AccountsClient.java +++ b/sdk/netapp/azure-resourcemanager-netapp/src/main/java/com/azure/resourcemanager/netapp/fluent/AccountsClient.java @@ -14,13 +14,15 @@ import com.azure.resourcemanager.netapp.fluent.models.NetAppAccountInner; import com.azure.resourcemanager.netapp.models.NetAppAccountPatch; -/** An instance of this class provides access to all the operations defined in AccountsClient. */ +/** + * An instance of this class provides access to all the operations defined in AccountsClient. + */ public interface AccountsClient { /** * Describe all NetApp Accounts in a subscription - * - *
List and describe all NetApp accounts in the subscription. - * + * + * List and describe all NetApp accounts in the subscription. + * * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. * @return list of NetApp account resources as paginated response with {@link PagedIterable}. @@ -30,9 +32,9 @@ public interface AccountsClient { /** * Describe all NetApp Accounts in a subscription - * - *
List and describe all NetApp accounts in the subscription. - * + * + * List and describe all NetApp accounts in the subscription. + * * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. @@ -44,9 +46,9 @@ public interface AccountsClient { /** * Describe all NetApp Accounts in a resource group - * - *
List and describe all NetApp accounts in the resource group. - * + * + * List and describe all NetApp accounts in the resource group. + * * @param resourceGroupName The name of the resource group. The name is case insensitive. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. @@ -58,9 +60,9 @@ public interface AccountsClient { /** * Describe all NetApp Accounts in a resource group - * - *
List and describe all NetApp accounts in the resource group. - * + * + * List and describe all NetApp accounts in the resource group. + * * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -73,9 +75,9 @@ public interface AccountsClient { /** * Describe a NetApp Account - * - *
Get the NetApp account.
- *
+ *
+ * Get the NetApp account.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param context The context to associate with this operation.
@@ -85,14 +87,14 @@ public interface AccountsClient {
* @return the NetApp account along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response Get the NetApp account.
- *
+ *
+ * Get the NetApp account.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -105,9 +107,9 @@ Response Create or update the specified NetApp account within the resource group.
- *
+ *
+ * Create or update the specified NetApp account within the resource group.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param body NetApp Account object supplied in the body of the operation.
@@ -117,14 +119,14 @@ Response Create or update the specified NetApp account within the resource group.
- *
+ *
+ * Create or update the specified NetApp account within the resource group.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param body NetApp Account object supplied in the body of the operation.
@@ -135,14 +137,14 @@ SyncPoller Create or update the specified NetApp account within the resource group.
- *
+ *
+ * Create or update the specified NetApp account within the resource group.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param body NetApp Account object supplied in the body of the operation.
@@ -156,9 +158,9 @@ SyncPoller Create or update the specified NetApp account within the resource group.
- *
+ *
+ * Create or update the specified NetApp account within the resource group.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param body NetApp Account object supplied in the body of the operation.
@@ -169,14 +171,14 @@ SyncPoller Delete the specified NetApp account.
- *
+ *
+ * Delete the specified NetApp account.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -189,9 +191,9 @@ NetAppAccountInner createOrUpdate(
/**
* Delete a NetApp account
- *
- * Delete the specified NetApp account.
- *
+ *
+ * Delete the specified NetApp account.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param context The context to associate with this operation.
@@ -205,9 +207,9 @@ NetAppAccountInner createOrUpdate(
/**
* Delete a NetApp account
- *
- * Delete the specified NetApp account.
- *
+ *
+ * Delete the specified NetApp account.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -219,9 +221,9 @@ NetAppAccountInner createOrUpdate(
/**
* Delete a NetApp account
- *
- * Delete the specified NetApp account.
- *
+ *
+ * Delete the specified NetApp account.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param context The context to associate with this operation.
@@ -234,9 +236,9 @@ NetAppAccountInner createOrUpdate(
/**
* Update a NetApp account
- *
- * Patch the specified NetApp account.
- *
+ *
+ * Patch the specified NetApp account.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param body NetApp Account object supplied in the body of the operation.
@@ -246,14 +248,14 @@ NetAppAccountInner createOrUpdate(
* @return the {@link SyncPoller} for polling of netApp account resource.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
- SyncPoller Patch the specified NetApp account.
- *
+ *
+ * Patch the specified NetApp account.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param body NetApp Account object supplied in the body of the operation.
@@ -264,14 +266,14 @@ SyncPoller Patch the specified NetApp account.
- *
+ *
+ * Patch the specified NetApp account.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param body NetApp Account object supplied in the body of the operation.
@@ -285,9 +287,9 @@ SyncPoller Patch the specified NetApp account.
- *
+ *
+ * Patch the specified NetApp account.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param body NetApp Account object supplied in the body of the operation.
@@ -302,10 +304,10 @@ SyncPoller Renew identity credentials that are used to authenticate to key vault, for customer-managed key encryption. If
+ *
+ * Renew identity credentials that are used to authenticate to key vault, for customer-managed key encryption. If
* encryption.identity.principalId does not match identity.principalId, running this operation will fix it.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -318,10 +320,10 @@ SyncPoller Renew identity credentials that are used to authenticate to key vault, for customer-managed key encryption. If
+ *
+ * Renew identity credentials that are used to authenticate to key vault, for customer-managed key encryption. If
* encryption.identity.principalId does not match identity.principalId, running this operation will fix it.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param context The context to associate with this operation.
@@ -331,15 +333,15 @@ SyncPoller Renew identity credentials that are used to authenticate to key vault, for customer-managed key encryption. If
+ *
+ * Renew identity credentials that are used to authenticate to key vault, for customer-managed key encryption. If
* encryption.identity.principalId does not match identity.principalId, running this operation will fix it.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -351,10 +353,10 @@ SyncPoller Renew identity credentials that are used to authenticate to key vault, for customer-managed key encryption. If
+ *
+ * Renew identity credentials that are used to authenticate to key vault, for customer-managed key encryption. If
* encryption.identity.principalId does not match identity.principalId, running this operation will fix it.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param context The context to associate with this operation.
diff --git a/sdk/netapp/azure-resourcemanager-netapp/src/main/java/com/azure/resourcemanager/netapp/fluent/BackupPoliciesClient.java b/sdk/netapp/azure-resourcemanager-netapp/src/main/java/com/azure/resourcemanager/netapp/fluent/BackupPoliciesClient.java
index e3d797dcb127..757269fa8ad2 100644
--- a/sdk/netapp/azure-resourcemanager-netapp/src/main/java/com/azure/resourcemanager/netapp/fluent/BackupPoliciesClient.java
+++ b/sdk/netapp/azure-resourcemanager-netapp/src/main/java/com/azure/resourcemanager/netapp/fluent/BackupPoliciesClient.java
@@ -14,13 +14,15 @@
import com.azure.resourcemanager.netapp.fluent.models.BackupPolicyInner;
import com.azure.resourcemanager.netapp.models.BackupPolicyPatch;
-/** An instance of this class provides access to all the operations defined in BackupPoliciesClient. */
+/**
+ * An instance of this class provides access to all the operations defined in BackupPoliciesClient.
+ */
public interface BackupPoliciesClient {
/**
* List backup policies
- *
- * List backup policies for Netapp Account.
- *
+ *
+ * List backup policies for Netapp Account.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -33,9 +35,9 @@ public interface BackupPoliciesClient {
/**
* List backup policies
- *
- * List backup policies for Netapp Account.
- *
+ *
+ * List backup policies for Netapp Account.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param context The context to associate with this operation.
@@ -49,9 +51,9 @@ public interface BackupPoliciesClient {
/**
* Get a backup Policy
- *
- * Get a particular backup Policy.
- *
+ *
+ * Get a particular backup Policy.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param backupPolicyName Backup policy Name which uniquely identify backup policy.
@@ -62,14 +64,14 @@ public interface BackupPoliciesClient {
* @return a particular backup Policy along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response Get a particular backup Policy.
- *
+ *
+ * Get a particular backup Policy.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param backupPolicyName Backup policy Name which uniquely identify backup policy.
@@ -83,9 +85,9 @@ Response Create a backup policy for Netapp Account.
- *
+ *
+ * Create a backup policy for Netapp Account.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param backupPolicyName Backup policy Name which uniquely identify backup policy.
@@ -96,14 +98,14 @@ Response Create a backup policy for Netapp Account.
- *
+ *
+ * Create a backup policy for Netapp Account.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param backupPolicyName Backup policy Name which uniquely identify backup policy.
@@ -115,14 +117,14 @@ SyncPoller Create a backup policy for Netapp Account.
- *
+ *
+ * Create a backup policy for Netapp Account.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param backupPolicyName Backup policy Name which uniquely identify backup policy.
@@ -133,14 +135,14 @@ SyncPoller Create a backup policy for Netapp Account.
- *
+ *
+ * Create a backup policy for Netapp Account.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param backupPolicyName Backup policy Name which uniquely identify backup policy.
@@ -152,14 +154,14 @@ BackupPolicyInner create(
* @return backup policy information.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- BackupPolicyInner create(
- String resourceGroupName, String accountName, String backupPolicyName, BackupPolicyInner body, Context context);
+ BackupPolicyInner create(String resourceGroupName, String accountName, String backupPolicyName,
+ BackupPolicyInner body, Context context);
/**
* Patch a backup policy
- *
- * Patch a backup policy for Netapp Account.
- *
+ *
+ * Patch a backup policy for Netapp Account.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param backupPolicyName Backup policy Name which uniquely identify backup policy.
@@ -170,14 +172,14 @@ BackupPolicyInner create(
* @return the {@link SyncPoller} for polling of backup policy information.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
- SyncPoller Patch a backup policy for Netapp Account.
- *
+ *
+ * Patch a backup policy for Netapp Account.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param backupPolicyName Backup policy Name which uniquely identify backup policy.
@@ -189,14 +191,14 @@ SyncPoller Patch a backup policy for Netapp Account.
- *
+ *
+ * Patch a backup policy for Netapp Account.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param backupPolicyName Backup policy Name which uniquely identify backup policy.
@@ -207,14 +209,14 @@ SyncPoller Patch a backup policy for Netapp Account.
- *
+ *
+ * Patch a backup policy for Netapp Account.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param backupPolicyName Backup policy Name which uniquely identify backup policy.
@@ -226,14 +228,14 @@ BackupPolicyInner update(
* @return backup policy information.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- BackupPolicyInner update(
- String resourceGroupName, String accountName, String backupPolicyName, BackupPolicyPatch body, Context context);
+ BackupPolicyInner update(String resourceGroupName, String accountName, String backupPolicyName,
+ BackupPolicyPatch body, Context context);
/**
* Delete a backup policy
- *
- * Delete backup policy.
- *
+ *
+ * Delete backup policy.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param backupPolicyName Backup policy Name which uniquely identify backup policy.
@@ -243,14 +245,14 @@ BackupPolicyInner update(
* @return the {@link SyncPoller} for polling of long-running operation.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
- SyncPoller Delete backup policy.
- *
+ *
+ * Delete backup policy.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param backupPolicyName Backup policy Name which uniquely identify backup policy.
@@ -261,14 +263,14 @@ SyncPoller Delete backup policy.
- *
+ *
+ * Delete backup policy.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param backupPolicyName Backup policy Name which uniquely identify backup policy.
@@ -281,9 +283,9 @@ SyncPoller Delete backup policy.
- *
+ *
+ * Delete backup policy.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param backupPolicyName Backup policy Name which uniquely identify backup policy.
diff --git a/sdk/netapp/azure-resourcemanager-netapp/src/main/java/com/azure/resourcemanager/netapp/fluent/BackupsClient.java b/sdk/netapp/azure-resourcemanager-netapp/src/main/java/com/azure/resourcemanager/netapp/fluent/BackupsClient.java
index e01a88760580..7bc0fc889803 100644
--- a/sdk/netapp/azure-resourcemanager-netapp/src/main/java/com/azure/resourcemanager/netapp/fluent/BackupsClient.java
+++ b/sdk/netapp/azure-resourcemanager-netapp/src/main/java/com/azure/resourcemanager/netapp/fluent/BackupsClient.java
@@ -10,13 +10,15 @@
import com.azure.core.util.Context;
import com.azure.resourcemanager.netapp.fluent.models.RestoreStatusInner;
-/** An instance of this class provides access to all the operations defined in BackupsClient. */
+/**
+ * An instance of this class provides access to all the operations defined in BackupsClient.
+ */
public interface BackupsClient {
/**
* Get volume's restore status
- *
- * Get the status of the restore for a volume.
- *
+ *
+ * Get the status of the restore for a volume.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -28,14 +30,14 @@ public interface BackupsClient {
* @return the status of the restore for a volume along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response Get the status of the restore for a volume.
- *
+ *
+ * Get the status of the restore for a volume.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -46,6 +48,6 @@ Response Get the default and current limits for quotas.
- *
- * @param location The name of Azure region.
+ *
+ * Get the default and current limits for quotas.
+ *
+ * @param location The name of the Azure region.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
@@ -29,10 +31,10 @@ public interface NetAppResourceQuotaLimitsClient {
/**
* Get quota limits
- *
- * Get the default and current limits for quotas.
- *
- * @param location The name of Azure region.
+ *
+ * Get the default and current limits for quotas.
+ *
+ * @param location The name of the Azure region.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
@@ -44,10 +46,10 @@ public interface NetAppResourceQuotaLimitsClient {
/**
* Get quota limits
- *
- * Get the default and current subscription quota limit.
- *
- * @param location The name of Azure region.
+ *
+ * Get the default and current subscription quota limit.
+ *
+ * @param location The name of the Azure region.
* @param quotaLimitName The name of the Quota Limit.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -60,10 +62,10 @@ public interface NetAppResourceQuotaLimitsClient {
/**
* Get quota limits
- *
- * Get the default and current subscription quota limit.
- *
- * @param location The name of Azure region.
+ *
+ * Get the default and current subscription quota limit.
+ *
+ * @param location The name of the Azure region.
* @param quotaLimitName The name of the Quota Limit.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
diff --git a/sdk/netapp/azure-resourcemanager-netapp/src/main/java/com/azure/resourcemanager/netapp/fluent/NetAppResourcesClient.java b/sdk/netapp/azure-resourcemanager-netapp/src/main/java/com/azure/resourcemanager/netapp/fluent/NetAppResourcesClient.java
index 531e38abde1c..a1f1ed54b7a0 100644
--- a/sdk/netapp/azure-resourcemanager-netapp/src/main/java/com/azure/resourcemanager/netapp/fluent/NetAppResourcesClient.java
+++ b/sdk/netapp/azure-resourcemanager-netapp/src/main/java/com/azure/resourcemanager/netapp/fluent/NetAppResourcesClient.java
@@ -19,14 +19,16 @@
import com.azure.resourcemanager.netapp.models.ResourceNameAvailabilityRequest;
import com.azure.resourcemanager.netapp.models.UpdateNetworkSiblingSetRequest;
-/** An instance of this class provides access to all the operations defined in NetAppResourcesClient. */
+/**
+ * An instance of this class provides access to all the operations defined in NetAppResourcesClient.
+ */
public interface NetAppResourcesClient {
/**
* Check resource name availability
- *
- * Check if a resource name is available.
- *
- * @param location The name of Azure region.
+ *
+ * Check if a resource name is available.
+ *
+ * @param location The name of the Azure region.
* @param body Name availability request.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -35,15 +37,15 @@ public interface NetAppResourcesClient {
* @return information regarding availability of a resource along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response Check if a resource name is available.
- *
- * @param location The name of Azure region.
+ *
+ * Check if a resource name is available.
+ *
+ * @param location The name of the Azure region.
* @param body Name availability request.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
@@ -55,10 +57,10 @@ Response Check if a file path is available.
- *
- * @param location The name of Azure region.
+ *
+ * Check if a file path is available.
+ *
+ * @param location The name of the Azure region.
* @param body File path availability request.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -67,15 +69,15 @@ Response Check if a file path is available.
- *
- * @param location The name of Azure region.
+ *
+ * Check if a file path is available.
+ *
+ * @param location The name of the Azure region.
* @param body File path availability request.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
@@ -87,10 +89,10 @@ Response Check if a quota is available.
- *
- * @param location The name of Azure region.
+ *
+ * Check if a quota is available.
+ *
+ * @param location The name of the Azure region.
* @param body Quota availability request.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -99,15 +101,15 @@ Response Check if a quota is available.
- *
- * @param location The name of Azure region.
+ *
+ * Check if a quota is available.
+ *
+ * @param location The name of the Azure region.
* @param body Quota availability request.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
@@ -119,10 +121,10 @@ Response Provides storage to network proximity and logical zone mapping information.
- *
- * @param location The name of Azure region.
+ *
+ * Provides storage to network proximity and logical zone mapping information.
+ *
+ * @param location The name of the Azure region.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
@@ -134,10 +136,10 @@ Response Provides storage to network proximity and logical zone mapping information.
- *
- * @param location The name of Azure region.
+ *
+ * Provides storage to network proximity and logical zone mapping information.
+ *
+ * @param location The name of the Azure region.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
@@ -148,10 +150,10 @@ Response Get details of the specified network sibling set.
- *
- * @param location The name of Azure region.
+ *
+ * Get details of the specified network sibling set.
+ *
+ * @param location The name of the Azure region.
* @param body Network sibling set to query.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -160,15 +162,15 @@ Response Get details of the specified network sibling set.
- *
- * @param location The name of Azure region.
+ *
+ * Get details of the specified network sibling set.
+ *
+ * @param location The name of the Azure region.
* @param body Network sibling set to query.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
@@ -180,10 +182,10 @@ Response Update the network features of the specified network sibling set.
- *
- * @param location The name of Azure region.
+ *
+ * Update the network features of the specified network sibling set.
+ *
+ * @param location The name of the Azure region.
* @param body Update for the specified network sibling set.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
@@ -191,15 +193,15 @@ Response Update the network features of the specified network sibling set.
- *
- * @param location The name of Azure region.
+ *
+ * Update the network features of the specified network sibling set.
+ *
+ * @param location The name of the Azure region.
* @param body Update for the specified network sibling set.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -208,15 +210,15 @@ SyncPoller Update the network features of the specified network sibling set.
- *
- * @param location The name of Azure region.
+ *
+ * Update the network features of the specified network sibling set.
+ *
+ * @param location The name of the Azure region.
* @param body Update for the specified network sibling set.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
@@ -228,10 +230,10 @@ SyncPoller Update the network features of the specified network sibling set.
- *
- * @param location The name of Azure region.
+ *
+ * Update the network features of the specified network sibling set.
+ *
+ * @param location The name of the Azure region.
* @param body Update for the specified network sibling set.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -240,6 +242,6 @@ SyncPoller Lists all of the available Microsoft.NetApp Rest API operations.
- *
+ *
+ * Lists all of the available Microsoft.NetApp Rest API operations.
+ *
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return result of the request to list Cloud Volume operations as paginated response with {@link PagedIterable}.
@@ -26,9 +28,9 @@ public interface OperationsClient {
/**
* Describes the Resource Provider
- *
- * Lists all of the available Microsoft.NetApp Rest API operations.
- *
+ *
+ * Lists all of the available Microsoft.NetApp Rest API operations.
+ *
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
diff --git a/sdk/netapp/azure-resourcemanager-netapp/src/main/java/com/azure/resourcemanager/netapp/fluent/PoolsClient.java b/sdk/netapp/azure-resourcemanager-netapp/src/main/java/com/azure/resourcemanager/netapp/fluent/PoolsClient.java
index 88ddb4a03c95..6a5d0105cb74 100644
--- a/sdk/netapp/azure-resourcemanager-netapp/src/main/java/com/azure/resourcemanager/netapp/fluent/PoolsClient.java
+++ b/sdk/netapp/azure-resourcemanager-netapp/src/main/java/com/azure/resourcemanager/netapp/fluent/PoolsClient.java
@@ -14,13 +14,15 @@
import com.azure.resourcemanager.netapp.fluent.models.CapacityPoolInner;
import com.azure.resourcemanager.netapp.models.CapacityPoolPatch;
-/** An instance of this class provides access to all the operations defined in PoolsClient. */
+/**
+ * An instance of this class provides access to all the operations defined in PoolsClient.
+ */
public interface PoolsClient {
/**
* Describe all Capacity Pools
- *
- * List all capacity pools in the NetApp Account.
- *
+ *
+ * List all capacity pools in the NetApp Account.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -33,9 +35,9 @@ public interface PoolsClient {
/**
* Describe all Capacity Pools
- *
- * List all capacity pools in the NetApp Account.
- *
+ *
+ * List all capacity pools in the NetApp Account.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param context The context to associate with this operation.
@@ -49,9 +51,9 @@ public interface PoolsClient {
/**
* Describe a Capacity Pool
- *
- * Get details of the specified capacity pool.
- *
+ *
+ * Get details of the specified capacity pool.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -62,14 +64,14 @@ public interface PoolsClient {
* @return details of the specified capacity pool along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response Get details of the specified capacity pool.
- *
+ *
+ * Get details of the specified capacity pool.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -83,9 +85,9 @@ Response Create or Update a capacity pool.
- *
+ *
+ * Create or Update a capacity pool.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -96,14 +98,14 @@ Response Create or Update a capacity pool.
- *
+ *
+ * Create or Update a capacity pool.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -115,14 +117,14 @@ SyncPoller Create or Update a capacity pool.
- *
+ *
+ * Create or Update a capacity pool.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -133,14 +135,14 @@ SyncPoller Create or Update a capacity pool.
- *
+ *
+ * Create or Update a capacity pool.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -152,14 +154,14 @@ CapacityPoolInner createOrUpdate(
* @return capacity pool resource.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- CapacityPoolInner createOrUpdate(
- String resourceGroupName, String accountName, String poolName, CapacityPoolInner body, Context context);
+ CapacityPoolInner createOrUpdate(String resourceGroupName, String accountName, String poolName,
+ CapacityPoolInner body, Context context);
/**
* Update a capacity pool
- *
- * Patch the specified capacity pool.
- *
+ *
+ * Patch the specified capacity pool.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -170,14 +172,14 @@ CapacityPoolInner createOrUpdate(
* @return the {@link SyncPoller} for polling of capacity pool resource.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
- SyncPoller Patch the specified capacity pool.
- *
+ *
+ * Patch the specified capacity pool.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -189,14 +191,14 @@ SyncPoller Patch the specified capacity pool.
- *
+ *
+ * Patch the specified capacity pool.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -211,9 +213,9 @@ SyncPoller Patch the specified capacity pool.
- *
+ *
+ * Patch the specified capacity pool.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -225,14 +227,14 @@ SyncPoller Delete the specified capacity pool.
- *
+ *
+ * Delete the specified capacity pool.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -246,9 +248,9 @@ CapacityPoolInner update(
/**
* Delete a capacity pool
- *
- * Delete the specified capacity pool.
- *
+ *
+ * Delete the specified capacity pool.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -259,14 +261,14 @@ CapacityPoolInner update(
* @return the {@link SyncPoller} for polling of long-running operation.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
- SyncPoller Delete the specified capacity pool.
- *
+ *
+ * Delete the specified capacity pool.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -279,9 +281,9 @@ SyncPoller Delete the specified capacity pool.
- *
+ *
+ * Delete the specified capacity pool.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
diff --git a/sdk/netapp/azure-resourcemanager-netapp/src/main/java/com/azure/resourcemanager/netapp/fluent/SnapshotPoliciesClient.java b/sdk/netapp/azure-resourcemanager-netapp/src/main/java/com/azure/resourcemanager/netapp/fluent/SnapshotPoliciesClient.java
index 1428865c6268..8a1402bba486 100644
--- a/sdk/netapp/azure-resourcemanager-netapp/src/main/java/com/azure/resourcemanager/netapp/fluent/SnapshotPoliciesClient.java
+++ b/sdk/netapp/azure-resourcemanager-netapp/src/main/java/com/azure/resourcemanager/netapp/fluent/SnapshotPoliciesClient.java
@@ -15,11 +15,13 @@
import com.azure.resourcemanager.netapp.fluent.models.SnapshotPolicyVolumeListInner;
import com.azure.resourcemanager.netapp.models.SnapshotPolicyPatch;
-/** An instance of this class provides access to all the operations defined in SnapshotPoliciesClient. */
+/**
+ * An instance of this class provides access to all the operations defined in SnapshotPoliciesClient.
+ */
public interface SnapshotPoliciesClient {
/**
* List snapshot policy.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -32,7 +34,7 @@ public interface SnapshotPoliciesClient {
/**
* List snapshot policy.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param context The context to associate with this operation.
@@ -46,7 +48,7 @@ public interface SnapshotPoliciesClient {
/**
* Get a snapshot Policy.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param snapshotPolicyName The name of the snapshot policy.
@@ -57,12 +59,12 @@ public interface SnapshotPoliciesClient {
* @return a snapshot Policy along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response Get volumes associated with snapshot policy.
- *
+ *
+ * Get volumes associated with snapshot policy.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param snapshotPolicyName The name of the snapshot policy.
@@ -258,14 +248,14 @@ SyncPoller Get volumes associated with snapshot policy.
- *
+ *
+ * Get volumes associated with snapshot policy.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param snapshotPolicyName The name of the snapshot policy.
diff --git a/sdk/netapp/azure-resourcemanager-netapp/src/main/java/com/azure/resourcemanager/netapp/fluent/SnapshotsClient.java b/sdk/netapp/azure-resourcemanager-netapp/src/main/java/com/azure/resourcemanager/netapp/fluent/SnapshotsClient.java
index 70596d93bd8d..6872d4d486e9 100644
--- a/sdk/netapp/azure-resourcemanager-netapp/src/main/java/com/azure/resourcemanager/netapp/fluent/SnapshotsClient.java
+++ b/sdk/netapp/azure-resourcemanager-netapp/src/main/java/com/azure/resourcemanager/netapp/fluent/SnapshotsClient.java
@@ -14,13 +14,15 @@
import com.azure.resourcemanager.netapp.fluent.models.SnapshotInner;
import com.azure.resourcemanager.netapp.models.SnapshotRestoreFiles;
-/** An instance of this class provides access to all the operations defined in SnapshotsClient. */
+/**
+ * An instance of this class provides access to all the operations defined in SnapshotsClient.
+ */
public interface SnapshotsClient {
/**
* Describe all snapshots
- *
- * List all snapshots associated with the volume.
- *
+ *
+ * List all snapshots associated with the volume.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -35,9 +37,9 @@ public interface SnapshotsClient {
/**
* Describe all snapshots
- *
- * List all snapshots associated with the volume.
- *
+ *
+ * List all snapshots associated with the volume.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -49,14 +51,14 @@ public interface SnapshotsClient {
* @return list of Snapshots as paginated response with {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
- PagedIterable Get details of the specified snapshot.
- *
+ *
+ * Get details of the specified snapshot.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -69,19 +71,14 @@ PagedIterable Get details of the specified snapshot.
- *
+ *
+ * Get details of the specified snapshot.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -93,14 +90,14 @@ Response Create the specified snapshot within the given volume.
- *
+ *
+ * Create the specified snapshot within the given volume.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -113,19 +110,14 @@ SnapshotInner get(
* @return the {@link SyncPoller} for polling of snapshot of a Volume.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
- SyncPoller Create the specified snapshot within the given volume.
- *
+ *
+ * Create the specified snapshot within the given volume.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -139,20 +131,14 @@ SyncPoller Create the specified snapshot within the given volume.
- *
+ *
+ * Create the specified snapshot within the given volume.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -165,19 +151,14 @@ SyncPoller Create the specified snapshot within the given volume.
- *
+ *
+ * Create the specified snapshot within the given volume.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -191,20 +172,14 @@ SnapshotInner create(
* @return snapshot of a Volume.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- SnapshotInner create(
- String resourceGroupName,
- String accountName,
- String poolName,
- String volumeName,
- String snapshotName,
- SnapshotInner body,
- Context context);
+ SnapshotInner create(String resourceGroupName, String accountName, String poolName, String volumeName,
+ String snapshotName, SnapshotInner body, Context context);
/**
* Update a snapshot
- *
- * Patch a snapshot.
- *
+ *
+ * Patch a snapshot.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -217,19 +192,14 @@ SnapshotInner create(
* @return the {@link SyncPoller} for polling of snapshot of a Volume.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
- SyncPoller Patch a snapshot.
- *
+ *
+ * Patch a snapshot.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -243,20 +213,14 @@ SyncPoller Patch a snapshot.
- *
+ *
+ * Patch a snapshot.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -269,19 +233,14 @@ SyncPoller Patch a snapshot.
- *
+ *
+ * Patch a snapshot.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -295,20 +254,14 @@ SnapshotInner update(
* @return snapshot of a Volume.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- SnapshotInner update(
- String resourceGroupName,
- String accountName,
- String poolName,
- String volumeName,
- String snapshotName,
- Object body,
- Context context);
+ SnapshotInner update(String resourceGroupName, String accountName, String poolName, String volumeName,
+ String snapshotName, Object body, Context context);
/**
* Delete a snapshot
- *
- * Delete snapshot.
- *
+ *
+ * Delete snapshot.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -320,14 +273,14 @@ SnapshotInner update(
* @return the {@link SyncPoller} for polling of long-running operation.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
- SyncPoller Delete snapshot.
- *
+ *
+ * Delete snapshot.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -340,19 +293,14 @@ SyncPoller Delete snapshot.
- *
+ *
+ * Delete snapshot.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -367,9 +315,9 @@ SyncPoller Delete snapshot.
- *
+ *
+ * Delete snapshot.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -381,19 +329,14 @@ SyncPoller Restore the specified files from the specified snapshot to the active filesystem.
- *
+ *
+ * Restore the specified files from the specified snapshot to the active filesystem.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -406,19 +349,14 @@ void delete(
* @return the {@link SyncPoller} for polling of long-running operation.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
- SyncPoller Restore the specified files from the specified snapshot to the active filesystem.
- *
+ *
+ * Restore the specified files from the specified snapshot to the active filesystem.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -432,20 +370,14 @@ SyncPoller Restore the specified files from the specified snapshot to the active filesystem.
- *
+ *
+ * Restore the specified files from the specified snapshot to the active filesystem.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -457,19 +389,14 @@ SyncPoller Restore the specified files from the specified snapshot to the active filesystem.
- *
+ *
+ * Restore the specified files from the specified snapshot to the active filesystem.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -482,12 +409,6 @@ void restoreFiles(
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- void restoreFiles(
- String resourceGroupName,
- String accountName,
- String poolName,
- String volumeName,
- String snapshotName,
- SnapshotRestoreFiles body,
- Context context);
+ void restoreFiles(String resourceGroupName, String accountName, String poolName, String volumeName,
+ String snapshotName, SnapshotRestoreFiles body, Context context);
}
diff --git a/sdk/netapp/azure-resourcemanager-netapp/src/main/java/com/azure/resourcemanager/netapp/fluent/SubvolumesClient.java b/sdk/netapp/azure-resourcemanager-netapp/src/main/java/com/azure/resourcemanager/netapp/fluent/SubvolumesClient.java
index f36bb4b6dc79..d320098fb0f6 100644
--- a/sdk/netapp/azure-resourcemanager-netapp/src/main/java/com/azure/resourcemanager/netapp/fluent/SubvolumesClient.java
+++ b/sdk/netapp/azure-resourcemanager-netapp/src/main/java/com/azure/resourcemanager/netapp/fluent/SubvolumesClient.java
@@ -15,13 +15,15 @@
import com.azure.resourcemanager.netapp.fluent.models.SubvolumeModelInner;
import com.azure.resourcemanager.netapp.models.SubvolumePatchRequest;
-/** An instance of this class provides access to all the operations defined in SubvolumesClient. */
+/**
+ * An instance of this class provides access to all the operations defined in SubvolumesClient.
+ */
public interface SubvolumesClient {
/**
* List of all the subvolumes
- *
- * Returns a list of the subvolumes in the volume.
- *
+ *
+ * Returns a list of the subvolumes in the volume.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -32,14 +34,14 @@ public interface SubvolumesClient {
* @return list of Subvolumes as paginated response with {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
- PagedIterable Returns a list of the subvolumes in the volume.
- *
+ *
+ * Returns a list of the subvolumes in the volume.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -51,14 +53,14 @@ PagedIterable Returns the path associated with the subvolumeName provided.
- *
+ *
+ * Returns the path associated with the subvolumeName provided.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -71,19 +73,14 @@ PagedIterable Returns the path associated with the subvolumeName provided.
- *
+ *
+ * Returns the path associated with the subvolumeName provided.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -95,14 +92,14 @@ Response Creates a subvolume in the path or clones the subvolume mentioned in the parentPath.
- *
+ *
+ * Creates a subvolume in the path or clones the subvolume mentioned in the parentPath.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -115,19 +112,14 @@ SubvolumeInfoInner get(
* @return the {@link SyncPoller} for polling of subvolume Information properties.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
- SyncPoller Creates a subvolume in the path or clones the subvolume mentioned in the parentPath.
- *
+ *
+ * Creates a subvolume in the path or clones the subvolume mentioned in the parentPath.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -141,20 +133,15 @@ SyncPoller Creates a subvolume in the path or clones the subvolume mentioned in the parentPath.
- *
+ *
+ * Creates a subvolume in the path or clones the subvolume mentioned in the parentPath.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -167,19 +154,14 @@ SyncPoller Creates a subvolume in the path or clones the subvolume mentioned in the parentPath.
- *
+ *
+ * Creates a subvolume in the path or clones the subvolume mentioned in the parentPath.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -193,20 +175,14 @@ SubvolumeInfoInner create(
* @return subvolume Information properties.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- SubvolumeInfoInner create(
- String resourceGroupName,
- String accountName,
- String poolName,
- String volumeName,
- String subvolumeName,
- SubvolumeInfoInner body,
- Context context);
+ SubvolumeInfoInner create(String resourceGroupName, String accountName, String poolName, String volumeName,
+ String subvolumeName, SubvolumeInfoInner body, Context context);
/**
* Update a subvolume
- *
- * Patch a subvolume.
- *
+ *
+ * Patch a subvolume.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -219,19 +195,14 @@ SubvolumeInfoInner create(
* @return the {@link SyncPoller} for polling of subvolume Information properties.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
- SyncPoller Patch a subvolume.
- *
+ *
+ * Patch a subvolume.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -245,20 +216,15 @@ SyncPoller Patch a subvolume.
- *
+ *
+ * Patch a subvolume.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -271,19 +237,14 @@ SyncPoller Patch a subvolume.
- *
+ *
+ * Patch a subvolume.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -297,20 +258,14 @@ SubvolumeInfoInner update(
* @return subvolume Information properties.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- SubvolumeInfoInner update(
- String resourceGroupName,
- String accountName,
- String poolName,
- String volumeName,
- String subvolumeName,
- SubvolumePatchRequest body,
- Context context);
+ SubvolumeInfoInner update(String resourceGroupName, String accountName, String poolName, String volumeName,
+ String subvolumeName, SubvolumePatchRequest body, Context context);
/**
* Delete a subvolume
- *
- * Delete subvolume.
- *
+ *
+ * Delete subvolume.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -322,14 +277,14 @@ SubvolumeInfoInner update(
* @return the {@link SyncPoller} for polling of long-running operation.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
- SyncPoller Delete subvolume.
- *
+ *
+ * Delete subvolume.
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of the NetApp account.
* @param poolName The name of the capacity pool.
@@ -342,19 +297,14 @@ SyncPoller