net.bytebuddy
byte-buddy
diff --git a/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/DesktopVirtualizationManager.java b/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/DesktopVirtualizationManager.java
index 0a090c871fac..d7dcac2b3409 100644
--- a/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/DesktopVirtualizationManager.java
+++ b/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/DesktopVirtualizationManager.java
@@ -11,8 +11,8 @@
import com.azure.core.http.HttpPipelinePosition;
import com.azure.core.http.policy.AddDatePolicy;
import com.azure.core.http.policy.AddHeadersFromContextPolicy;
-import com.azure.core.http.policy.HttpLogOptions;
import com.azure.core.http.policy.HttpLoggingPolicy;
+import com.azure.core.http.policy.HttpLogOptions;
import com.azure.core.http.policy.HttpPipelinePolicy;
import com.azure.core.http.policy.HttpPolicyProviders;
import com.azure.core.http.policy.RequestIdPolicy;
@@ -24,10 +24,12 @@
import com.azure.core.util.Configuration;
import com.azure.core.util.logging.ClientLogger;
import com.azure.resourcemanager.desktopvirtualization.fluent.DesktopVirtualizationApiClient;
+import com.azure.resourcemanager.desktopvirtualization.implementation.AppAttachPackageInfoesImpl;
+import com.azure.resourcemanager.desktopvirtualization.implementation.AppAttachPackagesImpl;
import com.azure.resourcemanager.desktopvirtualization.implementation.ApplicationGroupsImpl;
import com.azure.resourcemanager.desktopvirtualization.implementation.ApplicationsImpl;
-import com.azure.resourcemanager.desktopvirtualization.implementation.DesktopVirtualizationApiClientBuilder;
import com.azure.resourcemanager.desktopvirtualization.implementation.DesktopsImpl;
+import com.azure.resourcemanager.desktopvirtualization.implementation.DesktopVirtualizationApiClientBuilder;
import com.azure.resourcemanager.desktopvirtualization.implementation.HostPoolsImpl;
import com.azure.resourcemanager.desktopvirtualization.implementation.MsixImagesImpl;
import com.azure.resourcemanager.desktopvirtualization.implementation.MsixPackagesImpl;
@@ -41,6 +43,8 @@
import com.azure.resourcemanager.desktopvirtualization.implementation.StartMenuItemsImpl;
import com.azure.resourcemanager.desktopvirtualization.implementation.UserSessionsImpl;
import com.azure.resourcemanager.desktopvirtualization.implementation.WorkspacesImpl;
+import com.azure.resourcemanager.desktopvirtualization.models.AppAttachPackageInfoes;
+import com.azure.resourcemanager.desktopvirtualization.models.AppAttachPackages;
import com.azure.resourcemanager.desktopvirtualization.models.ApplicationGroups;
import com.azure.resourcemanager.desktopvirtualization.models.Applications;
import com.azure.resourcemanager.desktopvirtualization.models.Desktops;
@@ -64,7 +68,9 @@
import java.util.Objects;
import java.util.stream.Collectors;
-/** Entry point to DesktopVirtualizationManager. */
+/**
+ * Entry point to DesktopVirtualizationManager.
+ */
public final class DesktopVirtualizationManager {
private Operations operations;
@@ -96,26 +102,28 @@ public final class DesktopVirtualizationManager {
private MsixPackages msixPackages;
+ private AppAttachPackageInfoes appAttachPackageInfoes;
+
private MsixImages msixImages;
+ private AppAttachPackages appAttachPackages;
+
private final DesktopVirtualizationApiClient clientObject;
- private DesktopVirtualizationManager(
- HttpPipeline httpPipeline, AzureProfile profile, Duration defaultPollInterval) {
+ private DesktopVirtualizationManager(HttpPipeline httpPipeline, AzureProfile profile,
+ Duration defaultPollInterval) {
Objects.requireNonNull(httpPipeline, "'httpPipeline' cannot be null.");
Objects.requireNonNull(profile, "'profile' cannot be null.");
- this.clientObject =
- new DesktopVirtualizationApiClientBuilder()
- .pipeline(httpPipeline)
- .endpoint(profile.getEnvironment().getResourceManagerEndpoint())
- .subscriptionId(profile.getSubscriptionId())
- .defaultPollInterval(defaultPollInterval)
- .buildClient();
+ this.clientObject = new DesktopVirtualizationApiClientBuilder().pipeline(httpPipeline)
+ .endpoint(profile.getEnvironment().getResourceManagerEndpoint())
+ .subscriptionId(profile.getSubscriptionId())
+ .defaultPollInterval(defaultPollInterval)
+ .buildClient();
}
/**
* Creates an instance of DesktopVirtualization service API entry point.
- *
+ *
* @param credential the credential to use.
* @param profile the Azure profile for client.
* @return the DesktopVirtualization service API instance.
@@ -128,7 +136,7 @@ public static DesktopVirtualizationManager authenticate(TokenCredential credenti
/**
* Creates an instance of DesktopVirtualization service API entry point.
- *
+ *
* @param httpPipeline the {@link HttpPipeline} configured with Azure authentication credential.
* @param profile the Azure profile for client.
* @return the DesktopVirtualization service API instance.
@@ -141,14 +149,16 @@ public static DesktopVirtualizationManager authenticate(HttpPipeline httpPipelin
/**
* Gets a Configurable instance that can be used to create DesktopVirtualizationManager with optional configuration.
- *
+ *
* @return the Configurable instance allowing configurations.
*/
public static Configurable configure() {
return new DesktopVirtualizationManager.Configurable();
}
- /** The Configurable allowing configurations to be set. */
+ /**
+ * The Configurable allowing configurations to be set.
+ */
public static final class Configurable {
private static final ClientLogger LOGGER = new ClientLogger(Configurable.class);
@@ -220,8 +230,8 @@ public Configurable withRetryPolicy(RetryPolicy retryPolicy) {
/**
* Sets the retry options for the HTTP pipeline retry policy.
- *
- * 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.
@@ -238,8 +248,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"));
@@ -259,15 +269,13 @@ public DesktopVirtualizationManager authenticate(TokenCredential credential, Azu
Objects.requireNonNull(profile, "'profile' cannot be null.");
StringBuilder userAgentBuilder = new StringBuilder();
- userAgentBuilder
- .append("azsdk-java")
+ userAgentBuilder.append("azsdk-java")
.append("-")
.append("com.azure.resourcemanager.desktopvirtualization")
.append("/")
- .append("1.1.0");
+ .append("1.0.0-beta.1");
if (!Configuration.getGlobalConfiguration().get("AZURE_TELEMETRY_DISABLED", false)) {
- userAgentBuilder
- .append(" (")
+ userAgentBuilder.append(" (")
.append(Configuration.getGlobalConfiguration().get("java.version"))
.append("; ")
.append(Configuration.getGlobalConfiguration().get("os.name"))
@@ -292,38 +300,28 @@ public DesktopVirtualizationManager authenticate(TokenCredential credential, Azu
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 DesktopVirtualizationManager(httpPipeline, profile, defaultPollInterval);
}
}
/**
* Gets the resource collection API of Operations.
- *
+ *
* @return Resource collection API of Operations.
*/
public Operations operations() {
@@ -335,7 +333,7 @@ public Operations operations() {
/**
* Gets the resource collection API of Workspaces. It manages Workspace.
- *
+ *
* @return Resource collection API of Workspaces.
*/
public Workspaces workspaces() {
@@ -347,20 +345,20 @@ public Workspaces workspaces() {
/**
* Gets the resource collection API of PrivateEndpointConnections.
- *
+ *
* @return Resource collection API of PrivateEndpointConnections.
*/
public PrivateEndpointConnections privateEndpointConnections() {
if (this.privateEndpointConnections == null) {
- this.privateEndpointConnections =
- new PrivateEndpointConnectionsImpl(clientObject.getPrivateEndpointConnections(), this);
+ this.privateEndpointConnections
+ = new PrivateEndpointConnectionsImpl(clientObject.getPrivateEndpointConnections(), this);
}
return privateEndpointConnections;
}
/**
* Gets the resource collection API of PrivateLinkResources.
- *
+ *
* @return Resource collection API of PrivateLinkResources.
*/
public PrivateLinkResources privateLinkResources() {
@@ -372,7 +370,7 @@ public PrivateLinkResources privateLinkResources() {
/**
* Gets the resource collection API of ScalingPlans. It manages ScalingPlan.
- *
+ *
* @return Resource collection API of ScalingPlans.
*/
public ScalingPlans scalingPlans() {
@@ -384,33 +382,33 @@ public ScalingPlans scalingPlans() {
/**
* Gets the resource collection API of ScalingPlanPooledSchedules. It manages ScalingPlanPooledSchedule.
- *
+ *
* @return Resource collection API of ScalingPlanPooledSchedules.
*/
public ScalingPlanPooledSchedules scalingPlanPooledSchedules() {
if (this.scalingPlanPooledSchedules == null) {
- this.scalingPlanPooledSchedules =
- new ScalingPlanPooledSchedulesImpl(clientObject.getScalingPlanPooledSchedules(), this);
+ this.scalingPlanPooledSchedules
+ = new ScalingPlanPooledSchedulesImpl(clientObject.getScalingPlanPooledSchedules(), this);
}
return scalingPlanPooledSchedules;
}
/**
* Gets the resource collection API of ScalingPlanPersonalSchedules. It manages ScalingPlanPersonalSchedule.
- *
+ *
* @return Resource collection API of ScalingPlanPersonalSchedules.
*/
public ScalingPlanPersonalSchedules scalingPlanPersonalSchedules() {
if (this.scalingPlanPersonalSchedules == null) {
- this.scalingPlanPersonalSchedules =
- new ScalingPlanPersonalSchedulesImpl(clientObject.getScalingPlanPersonalSchedules(), this);
+ this.scalingPlanPersonalSchedules
+ = new ScalingPlanPersonalSchedulesImpl(clientObject.getScalingPlanPersonalSchedules(), this);
}
return scalingPlanPersonalSchedules;
}
/**
* Gets the resource collection API of ApplicationGroups. It manages ApplicationGroup.
- *
+ *
* @return Resource collection API of ApplicationGroups.
*/
public ApplicationGroups applicationGroups() {
@@ -422,7 +420,7 @@ public ApplicationGroups applicationGroups() {
/**
* Gets the resource collection API of StartMenuItems.
- *
+ *
* @return Resource collection API of StartMenuItems.
*/
public StartMenuItems startMenuItems() {
@@ -434,7 +432,7 @@ public StartMenuItems startMenuItems() {
/**
* Gets the resource collection API of Applications. It manages Application.
- *
+ *
* @return Resource collection API of Applications.
*/
public Applications applications() {
@@ -446,7 +444,7 @@ public Applications applications() {
/**
* Gets the resource collection API of Desktops.
- *
+ *
* @return Resource collection API of Desktops.
*/
public Desktops desktops() {
@@ -458,7 +456,7 @@ public Desktops desktops() {
/**
* Gets the resource collection API of HostPools. It manages HostPool.
- *
+ *
* @return Resource collection API of HostPools.
*/
public HostPools hostPools() {
@@ -470,7 +468,7 @@ public HostPools hostPools() {
/**
* Gets the resource collection API of UserSessions.
- *
+ *
* @return Resource collection API of UserSessions.
*/
public UserSessions userSessions() {
@@ -482,7 +480,7 @@ public UserSessions userSessions() {
/**
* Gets the resource collection API of SessionHosts.
- *
+ *
* @return Resource collection API of SessionHosts.
*/
public SessionHosts sessionHosts() {
@@ -494,7 +492,7 @@ public SessionHosts sessionHosts() {
/**
* Gets the resource collection API of MsixPackages. It manages MsixPackage.
- *
+ *
* @return Resource collection API of MsixPackages.
*/
public MsixPackages msixPackages() {
@@ -504,9 +502,22 @@ public MsixPackages msixPackages() {
return msixPackages;
}
+ /**
+ * Gets the resource collection API of AppAttachPackageInfoes.
+ *
+ * @return Resource collection API of AppAttachPackageInfoes.
+ */
+ public AppAttachPackageInfoes appAttachPackageInfoes() {
+ if (this.appAttachPackageInfoes == null) {
+ this.appAttachPackageInfoes
+ = new AppAttachPackageInfoesImpl(clientObject.getAppAttachPackageInfoes(), this);
+ }
+ return appAttachPackageInfoes;
+ }
+
/**
* Gets the resource collection API of MsixImages.
- *
+ *
* @return Resource collection API of MsixImages.
*/
public MsixImages msixImages() {
@@ -516,10 +527,22 @@ public MsixImages msixImages() {
return msixImages;
}
+ /**
+ * Gets the resource collection API of AppAttachPackages. It manages AppAttachPackage.
+ *
+ * @return Resource collection API of AppAttachPackages.
+ */
+ public AppAttachPackages appAttachPackages() {
+ if (this.appAttachPackages == null) {
+ this.appAttachPackages = new AppAttachPackagesImpl(clientObject.getAppAttachPackages(), this);
+ }
+ return appAttachPackages;
+ }
+
/**
* Gets wrapped service client DesktopVirtualizationApiClient providing direct access to the underlying
* auto-generated API implementation, based on Azure REST API.
- *
+ *
* @return Wrapped service client DesktopVirtualizationApiClient.
*/
public DesktopVirtualizationApiClient serviceClient() {
diff --git a/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/AppAttachPackageInfoesClient.java b/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/AppAttachPackageInfoesClient.java
new file mode 100644
index 000000000000..8d638a66b3e0
--- /dev/null
+++ b/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/AppAttachPackageInfoesClient.java
@@ -0,0 +1,66 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) AutoRest Code Generator.
+
+package com.azure.resourcemanager.desktopvirtualization.fluent;
+
+import com.azure.core.annotation.ReturnType;
+import com.azure.core.annotation.ServiceMethod;
+import com.azure.core.http.rest.PagedFlux;
+import com.azure.core.http.rest.PagedIterable;
+import com.azure.core.util.Context;
+import com.azure.resourcemanager.desktopvirtualization.fluent.models.AppAttachPackageInner;
+import com.azure.resourcemanager.desktopvirtualization.models.ImportPackageInfoRequest;
+
+/**
+ * An instance of this class provides access to all the operations defined in AppAttachPackageInfoesClient.
+ */
+public interface AppAttachPackageInfoesClient {
+ /**
+ * Gets information from a package given the path to the package.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param hostPoolName The name of the host pool within the specified resource group.
+ * @param importPackageInfoRequest Object containing URI to package image and other optional properties.
+ * @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.
+ * @return information from a package given the path to the package as paginated response with {@link PagedFlux}.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ PagedFlux importMethodAsync(String resourceGroupName, String hostPoolName,
+ ImportPackageInfoRequest importPackageInfoRequest);
+
+ /**
+ * Gets information from a package given the path to the package.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param hostPoolName The name of the host pool within the specified resource group.
+ * @param importPackageInfoRequest Object containing URI to package image and other optional properties.
+ * @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.
+ * @return information from a package given the path to the package as paginated response with
+ * {@link PagedIterable}.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ PagedIterable importMethod(String resourceGroupName, String hostPoolName,
+ ImportPackageInfoRequest importPackageInfoRequest);
+
+ /**
+ * Gets information from a package given the path to the package.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param hostPoolName The name of the host pool within the specified resource group.
+ * @param importPackageInfoRequest Object containing URI to package image and other optional properties.
+ * @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.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return information from a package given the path to the package as paginated response with
+ * {@link PagedIterable}.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ PagedIterable importMethod(String resourceGroupName, String hostPoolName,
+ ImportPackageInfoRequest importPackageInfoRequest, Context context);
+}
diff --git a/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/AppAttachPackagesClient.java b/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/AppAttachPackagesClient.java
new file mode 100644
index 000000000000..acc2fd51b9c5
--- /dev/null
+++ b/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/AppAttachPackagesClient.java
@@ -0,0 +1,345 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) AutoRest Code Generator.
+
+package com.azure.resourcemanager.desktopvirtualization.fluent;
+
+import com.azure.core.annotation.ReturnType;
+import com.azure.core.annotation.ServiceMethod;
+import com.azure.core.http.rest.PagedFlux;
+import com.azure.core.http.rest.PagedIterable;
+import com.azure.core.http.rest.Response;
+import com.azure.core.util.Context;
+import com.azure.resourcemanager.desktopvirtualization.fluent.models.AppAttachPackageInner;
+import com.azure.resourcemanager.desktopvirtualization.models.AppAttachPackagePatch;
+import reactor.core.publisher.Mono;
+
+/**
+ * An instance of this class provides access to all the operations defined in AppAttachPackagesClient.
+ */
+public interface AppAttachPackagesClient {
+ /**
+ * Get an app attach package.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param appAttachPackageName The name of the App Attach package.
+ * @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.
+ * @return an app attach package along with {@link Response} on successful completion of {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ Mono> getByResourceGroupWithResponseAsync(String resourceGroupName,
+ String appAttachPackageName);
+
+ /**
+ * Get an app attach package.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param appAttachPackageName The name of the App Attach package.
+ * @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.
+ * @return an app attach package on successful completion of {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ Mono getByResourceGroupAsync(String resourceGroupName, String appAttachPackageName);
+
+ /**
+ * Get an app attach package.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param appAttachPackageName The name of the App Attach package.
+ * @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.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return an app attach package along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ Response getByResourceGroupWithResponse(String resourceGroupName,
+ String appAttachPackageName, Context context);
+
+ /**
+ * Get an app attach package.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param appAttachPackageName The name of the App Attach package.
+ * @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.
+ * @return an app attach package.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ AppAttachPackageInner getByResourceGroup(String resourceGroupName, String appAttachPackageName);
+
+ /**
+ * Create or update an App Attach package.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param appAttachPackageName The name of the App Attach package.
+ * @param appAttachPackage Object containing App Attach Package definitions.
+ * @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.
+ * @return schema for App Attach Package properties along with {@link Response} on successful completion of
+ * {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ Mono> createOrUpdateWithResponseAsync(String resourceGroupName,
+ String appAttachPackageName, AppAttachPackageInner appAttachPackage);
+
+ /**
+ * Create or update an App Attach package.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param appAttachPackageName The name of the App Attach package.
+ * @param appAttachPackage Object containing App Attach Package definitions.
+ * @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.
+ * @return schema for App Attach Package properties on successful completion of {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ Mono createOrUpdateAsync(String resourceGroupName, String appAttachPackageName,
+ AppAttachPackageInner appAttachPackage);
+
+ /**
+ * Create or update an App Attach package.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param appAttachPackageName The name of the App Attach package.
+ * @param appAttachPackage Object containing App Attach Package definitions.
+ * @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.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return schema for App Attach Package properties along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ Response createOrUpdateWithResponse(String resourceGroupName, String appAttachPackageName,
+ AppAttachPackageInner appAttachPackage, Context context);
+
+ /**
+ * Create or update an App Attach package.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param appAttachPackageName The name of the App Attach package.
+ * @param appAttachPackage Object containing App Attach Package definitions.
+ * @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.
+ * @return schema for App Attach Package properties.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ AppAttachPackageInner createOrUpdate(String resourceGroupName, String appAttachPackageName,
+ AppAttachPackageInner appAttachPackage);
+
+ /**
+ * Remove an App Attach Package.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param appAttachPackageName The name of the App Attach package.
+ * @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.
+ * @return the {@link Response} on successful completion of {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ Mono> deleteWithResponseAsync(String resourceGroupName, String appAttachPackageName);
+
+ /**
+ * Remove an App Attach Package.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param appAttachPackageName The name of the App Attach package.
+ * @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.
+ * @return A {@link Mono} that completes when a successful response is received.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ Mono deleteAsync(String resourceGroupName, String appAttachPackageName);
+
+ /**
+ * Remove an App Attach Package.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param appAttachPackageName The name of the App Attach package.
+ * @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.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ Response deleteWithResponse(String resourceGroupName, String appAttachPackageName, Context context);
+
+ /**
+ * Remove an App Attach Package.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param appAttachPackageName The name of the App Attach package.
+ * @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.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ void delete(String resourceGroupName, String appAttachPackageName);
+
+ /**
+ * Update an App Attach Package.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param appAttachPackageName The name of the App Attach package.
+ * @param appAttachPackagePatch Object containing App Attach Package definition.
+ * @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.
+ * @return schema for App Attach Package properties along with {@link Response} on successful completion of
+ * {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ Mono> updateWithResponseAsync(String resourceGroupName, String appAttachPackageName,
+ AppAttachPackagePatch appAttachPackagePatch);
+
+ /**
+ * Update an App Attach Package.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param appAttachPackageName The name of the App Attach package.
+ * @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.
+ * @return schema for App Attach Package properties on successful completion of {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ Mono updateAsync(String resourceGroupName, String appAttachPackageName);
+
+ /**
+ * Update an App Attach Package.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param appAttachPackageName The name of the App Attach package.
+ * @param appAttachPackagePatch Object containing App Attach Package definition.
+ * @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.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return schema for App Attach Package properties along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ Response updateWithResponse(String resourceGroupName, String appAttachPackageName,
+ AppAttachPackagePatch appAttachPackagePatch, Context context);
+
+ /**
+ * Update an App Attach Package.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param appAttachPackageName The name of the App Attach package.
+ * @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.
+ * @return schema for App Attach Package properties.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ AppAttachPackageInner update(String resourceGroupName, String appAttachPackageName);
+
+ /**
+ * List App Attach packages in resource group.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param filter OData filter expression. Valid properties for filtering are package name and host pool.
+ * @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.
+ * @return appAttachPackageList as paginated response with {@link PagedFlux}.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ PagedFlux listByResourceGroupAsync(String resourceGroupName, String filter);
+
+ /**
+ * List App Attach packages in 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.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return appAttachPackageList as paginated response with {@link PagedFlux}.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ PagedFlux listByResourceGroupAsync(String resourceGroupName);
+
+ /**
+ * List App Attach packages in 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.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return appAttachPackageList as paginated response with {@link PagedIterable}.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ PagedIterable listByResourceGroup(String resourceGroupName);
+
+ /**
+ * List App Attach packages in resource group.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param filter OData filter expression. Valid properties for filtering are package name and host pool.
+ * @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.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return appAttachPackageList as paginated response with {@link PagedIterable}.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ PagedIterable listByResourceGroup(String resourceGroupName, String filter, Context context);
+
+ /**
+ * List App Attach packages in subscription.
+ *
+ * @param filter OData filter expression. Valid properties for filtering are package name, host pool, and resource
+ * group.
+ * @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.
+ * @return appAttachPackageList as paginated response with {@link PagedFlux}.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ PagedFlux listAsync(String filter);
+
+ /**
+ * List App Attach packages in 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 appAttachPackageList as paginated response with {@link PagedFlux}.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ PagedFlux listAsync();
+
+ /**
+ * List App Attach packages in 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 appAttachPackageList as paginated response with {@link PagedIterable}.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ PagedIterable list();
+
+ /**
+ * List App Attach packages in subscription.
+ *
+ * @param filter OData filter expression. Valid properties for filtering are package name, host pool, and resource
+ * group.
+ * @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.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return appAttachPackageList as paginated response with {@link PagedIterable}.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ PagedIterable list(String filter, Context context);
+}
diff --git a/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/ApplicationGroupsClient.java b/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/ApplicationGroupsClient.java
index 14c09dee0e0d..2c35056382d2 100644
--- a/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/ApplicationGroupsClient.java
+++ b/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/ApplicationGroupsClient.java
@@ -14,11 +14,13 @@
import com.azure.resourcemanager.desktopvirtualization.models.ApplicationGroupPatch;
import reactor.core.publisher.Mono;
-/** An instance of this class provides access to all the operations defined in ApplicationGroupsClient. */
+/**
+ * An instance of this class provides access to all the operations defined in ApplicationGroupsClient.
+ */
public interface ApplicationGroupsClient {
/**
* Get an application group.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -27,12 +29,12 @@ public interface ApplicationGroupsClient {
* @return an application group along with {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Mono> getByResourceGroupWithResponseAsync(
- String resourceGroupName, String applicationGroupName);
+ Mono> getByResourceGroupWithResponseAsync(String resourceGroupName,
+ String applicationGroupName);
/**
* Get an application group.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -45,7 +47,7 @@ Mono> getByResourceGroupWithResponseAsync(
/**
* Get an application group.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @param context The context to associate with this operation.
@@ -55,12 +57,12 @@ Mono> getByResourceGroupWithResponseAsync(
* @return an application group along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response getByResourceGroupWithResponse(
- String resourceGroupName, String applicationGroupName, Context context);
+ Response getByResourceGroupWithResponse(String resourceGroupName,
+ String applicationGroupName, Context context);
/**
* Get an application group.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -73,23 +75,23 @@ Response getByResourceGroupWithResponse(
/**
* Create or update an applicationGroup.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @param applicationGroup Object containing ApplicationGroup definitions.
* @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.
- * @return represents a ApplicationGroup definition along with {@link Response} on successful completion of {@link
- * Mono}.
+ * @return represents a ApplicationGroup definition along with {@link Response} on successful completion of
+ * {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Mono> createOrUpdateWithResponseAsync(
- String resourceGroupName, String applicationGroupName, ApplicationGroupInner applicationGroup);
+ Mono> createOrUpdateWithResponseAsync(String resourceGroupName,
+ String applicationGroupName, ApplicationGroupInner applicationGroup);
/**
* Create or update an applicationGroup.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @param applicationGroup Object containing ApplicationGroup definitions.
@@ -99,12 +101,12 @@ Mono> createOrUpdateWithResponseAsync(
* @return represents a ApplicationGroup definition on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Mono createOrUpdateAsync(
- String resourceGroupName, String applicationGroupName, ApplicationGroupInner applicationGroup);
+ Mono createOrUpdateAsync(String resourceGroupName, String applicationGroupName,
+ ApplicationGroupInner applicationGroup);
/**
* Create or update an applicationGroup.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @param applicationGroup Object containing ApplicationGroup definitions.
@@ -115,12 +117,12 @@ Mono createOrUpdateAsync(
* @return represents a ApplicationGroup definition along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response createOrUpdateWithResponse(
- String resourceGroupName, String applicationGroupName, ApplicationGroupInner applicationGroup, Context context);
+ Response createOrUpdateWithResponse(String resourceGroupName, String applicationGroupName,
+ ApplicationGroupInner applicationGroup, Context context);
/**
* Create or update an applicationGroup.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @param applicationGroup Object containing ApplicationGroup definitions.
@@ -130,12 +132,12 @@ Response createOrUpdateWithResponse(
* @return represents a ApplicationGroup definition.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- ApplicationGroupInner createOrUpdate(
- String resourceGroupName, String applicationGroupName, ApplicationGroupInner applicationGroup);
+ ApplicationGroupInner createOrUpdate(String resourceGroupName, String applicationGroupName,
+ ApplicationGroupInner applicationGroup);
/**
* Remove an applicationGroup.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -148,7 +150,7 @@ ApplicationGroupInner createOrUpdate(
/**
* Remove an applicationGroup.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -161,7 +163,7 @@ ApplicationGroupInner createOrUpdate(
/**
* Remove an applicationGroup.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @param context The context to associate with this operation.
@@ -175,7 +177,7 @@ ApplicationGroupInner createOrUpdate(
/**
* Remove an applicationGroup.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -187,23 +189,23 @@ ApplicationGroupInner createOrUpdate(
/**
* Update an applicationGroup.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @param applicationGroup Object containing ApplicationGroup definitions.
* @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.
- * @return represents a ApplicationGroup definition along with {@link Response} on successful completion of {@link
- * Mono}.
+ * @return represents a ApplicationGroup definition along with {@link Response} on successful completion of
+ * {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Mono> updateWithResponseAsync(
- String resourceGroupName, String applicationGroupName, ApplicationGroupPatch applicationGroup);
+ Mono> updateWithResponseAsync(String resourceGroupName, String applicationGroupName,
+ ApplicationGroupPatch applicationGroup);
/**
* Update an applicationGroup.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -216,7 +218,7 @@ Mono> updateWithResponseAsync(
/**
* Update an applicationGroup.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @param applicationGroup Object containing ApplicationGroup definitions.
@@ -227,12 +229,12 @@ Mono> updateWithResponseAsync(
* @return represents a ApplicationGroup definition along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response updateWithResponse(
- String resourceGroupName, String applicationGroupName, ApplicationGroupPatch applicationGroup, Context context);
+ Response updateWithResponse(String resourceGroupName, String applicationGroupName,
+ ApplicationGroupPatch applicationGroup, Context context);
/**
* Update an applicationGroup.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -245,7 +247,7 @@ Response updateWithResponse(
/**
* List applicationGroups.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param filter OData filter expression. Valid properties for filtering are applicationGroupType.
* @param pageSize Number of items per page.
@@ -257,12 +259,12 @@ Response updateWithResponse(
* @return applicationGroupList as paginated response with {@link PagedFlux}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
- PagedFlux listByResourceGroupAsync(
- String resourceGroupName, String filter, Integer pageSize, Boolean isDescending, Integer initialSkip);
+ PagedFlux listByResourceGroupAsync(String resourceGroupName, String filter, Integer pageSize,
+ Boolean isDescending, Integer initialSkip);
/**
* List applicationGroups.
- *
+ *
* @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.
@@ -274,7 +276,7 @@ PagedFlux listByResourceGroupAsync(
/**
* List applicationGroups.
- *
+ *
* @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.
@@ -286,7 +288,7 @@ PagedFlux listByResourceGroupAsync(
/**
* List applicationGroups.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param filter OData filter expression. Valid properties for filtering are applicationGroupType.
* @param pageSize Number of items per page.
@@ -299,17 +301,12 @@ PagedFlux listByResourceGroupAsync(
* @return applicationGroupList as paginated response with {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
- PagedIterable listByResourceGroup(
- String resourceGroupName,
- String filter,
- Integer pageSize,
- Boolean isDescending,
- Integer initialSkip,
- Context context);
+ PagedIterable listByResourceGroup(String resourceGroupName, String filter, Integer pageSize,
+ Boolean isDescending, Integer initialSkip, Context context);
/**
* List applicationGroups in subscription.
- *
+ *
* @param filter OData filter expression. Valid properties for filtering are applicationGroupType.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
@@ -321,7 +318,7 @@ PagedIterable listByResourceGroup(
/**
* List applicationGroups in 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 applicationGroupList as paginated response with {@link PagedFlux}.
@@ -331,7 +328,7 @@ PagedIterable listByResourceGroup(
/**
* List applicationGroups in 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 applicationGroupList as paginated response with {@link PagedIterable}.
@@ -341,7 +338,7 @@ PagedIterable listByResourceGroup(
/**
* List applicationGroups in subscription.
- *
+ *
* @param filter OData filter expression. Valid properties for filtering are applicationGroupType.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
diff --git a/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/ApplicationsClient.java b/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/ApplicationsClient.java
index 32935c030ede..328b4c594e83 100644
--- a/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/ApplicationsClient.java
+++ b/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/ApplicationsClient.java
@@ -14,11 +14,13 @@
import com.azure.resourcemanager.desktopvirtualization.models.ApplicationPatch;
import reactor.core.publisher.Mono;
-/** An instance of this class provides access to all the operations defined in ApplicationsClient. */
+/**
+ * An instance of this class provides access to all the operations defined in ApplicationsClient.
+ */
public interface ApplicationsClient {
/**
* Get an application.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @param applicationName The name of the application within the specified application group.
@@ -28,12 +30,12 @@ public interface ApplicationsClient {
* @return an application along with {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Mono> getWithResponseAsync(
- String resourceGroupName, String applicationGroupName, String applicationName);
+ Mono> getWithResponseAsync(String resourceGroupName, String applicationGroupName,
+ String applicationName);
/**
* Get an application.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @param applicationName The name of the application within the specified application group.
@@ -47,7 +49,7 @@ Mono> getWithResponseAsync(
/**
* Get an application.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @param applicationName The name of the application within the specified application group.
@@ -58,12 +60,12 @@ Mono> getWithResponseAsync(
* @return an application along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response getWithResponse(
- String resourceGroupName, String applicationGroupName, String applicationName, Context context);
+ Response getWithResponse(String resourceGroupName, String applicationGroupName,
+ String applicationName, Context context);
/**
* Get an application.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @param applicationName The name of the application within the specified application group.
@@ -77,7 +79,7 @@ Response getWithResponse(
/**
* Create or update an application.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @param applicationName The name of the application within the specified application group.
@@ -88,12 +90,12 @@ Response getWithResponse(
* @return schema for Application properties along with {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Mono> createOrUpdateWithResponseAsync(
- String resourceGroupName, String applicationGroupName, String applicationName, ApplicationInner application);
+ Mono> createOrUpdateWithResponseAsync(String resourceGroupName,
+ String applicationGroupName, String applicationName, ApplicationInner application);
/**
* Create or update an application.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @param applicationName The name of the application within the specified application group.
@@ -104,12 +106,12 @@ Mono> createOrUpdateWithResponseAsync(
* @return schema for Application properties on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Mono createOrUpdateAsync(
- String resourceGroupName, String applicationGroupName, String applicationName, ApplicationInner application);
+ Mono createOrUpdateAsync(String resourceGroupName, String applicationGroupName,
+ String applicationName, ApplicationInner application);
/**
* Create or update an application.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @param applicationName The name of the application within the specified application group.
@@ -121,16 +123,12 @@ Mono createOrUpdateAsync(
* @return schema for Application properties along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response createOrUpdateWithResponse(
- String resourceGroupName,
- String applicationGroupName,
- String applicationName,
- ApplicationInner application,
- Context context);
+ Response createOrUpdateWithResponse(String resourceGroupName, String applicationGroupName,
+ String applicationName, ApplicationInner application, Context context);
/**
* Create or update an application.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @param applicationName The name of the application within the specified application group.
@@ -141,12 +139,12 @@ Response createOrUpdateWithResponse(
* @return schema for Application properties.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- ApplicationInner createOrUpdate(
- String resourceGroupName, String applicationGroupName, String applicationName, ApplicationInner application);
+ ApplicationInner createOrUpdate(String resourceGroupName, String applicationGroupName, String applicationName,
+ ApplicationInner application);
/**
* Remove an application.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @param applicationName The name of the application within the specified application group.
@@ -156,12 +154,12 @@ ApplicationInner createOrUpdate(
* @return the {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Mono> deleteWithResponseAsync(
- String resourceGroupName, String applicationGroupName, String applicationName);
+ Mono> deleteWithResponseAsync(String resourceGroupName, String applicationGroupName,
+ String applicationName);
/**
* Remove an application.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @param applicationName The name of the application within the specified application group.
@@ -175,7 +173,7 @@ Mono> deleteWithResponseAsync(
/**
* Remove an application.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @param applicationName The name of the application within the specified application group.
@@ -186,12 +184,12 @@ Mono> deleteWithResponseAsync(
* @return the {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response deleteWithResponse(
- String resourceGroupName, String applicationGroupName, String applicationName, Context context);
+ Response deleteWithResponse(String resourceGroupName, String applicationGroupName, String applicationName,
+ Context context);
/**
* Remove an application.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @param applicationName The name of the application within the specified application group.
@@ -204,7 +202,7 @@ Response deleteWithResponse(
/**
* Update an application.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @param applicationName The name of the application within the specified application group.
@@ -215,12 +213,12 @@ Response deleteWithResponse(
* @return schema for Application properties along with {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Mono> updateWithResponseAsync(
- String resourceGroupName, String applicationGroupName, String applicationName, ApplicationPatch application);
+ Mono> updateWithResponseAsync(String resourceGroupName, String applicationGroupName,
+ String applicationName, ApplicationPatch application);
/**
* Update an application.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @param applicationName The name of the application within the specified application group.
@@ -234,7 +232,7 @@ Mono> updateWithResponseAsync(
/**
* Update an application.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @param applicationName The name of the application within the specified application group.
@@ -246,16 +244,12 @@ Mono> updateWithResponseAsync(
* @return schema for Application properties along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response updateWithResponse(
- String resourceGroupName,
- String applicationGroupName,
- String applicationName,
- ApplicationPatch application,
- Context context);
+ Response updateWithResponse(String resourceGroupName, String applicationGroupName,
+ String applicationName, ApplicationPatch application, Context context);
/**
* Update an application.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @param applicationName The name of the application within the specified application group.
@@ -269,7 +263,7 @@ Response updateWithResponse(
/**
* List applications.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @param pageSize Number of items per page.
@@ -281,16 +275,12 @@ Response updateWithResponse(
* @return applicationList as paginated response with {@link PagedFlux}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
- PagedFlux listAsync(
- String resourceGroupName,
- String applicationGroupName,
- Integer pageSize,
- Boolean isDescending,
- Integer initialSkip);
+ PagedFlux listAsync(String resourceGroupName, String applicationGroupName, Integer pageSize,
+ Boolean isDescending, Integer initialSkip);
/**
* List applications.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -303,7 +293,7 @@ PagedFlux listAsync(
/**
* List applications.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -316,7 +306,7 @@ PagedFlux listAsync(
/**
* List applications.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @param pageSize Number of items per page.
@@ -329,11 +319,6 @@ PagedFlux listAsync(
* @return applicationList as paginated response with {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
- PagedIterable list(
- String resourceGroupName,
- String applicationGroupName,
- Integer pageSize,
- Boolean isDescending,
- Integer initialSkip,
- Context context);
+ PagedIterable list(String resourceGroupName, String applicationGroupName, Integer pageSize,
+ Boolean isDescending, Integer initialSkip, Context context);
}
diff --git a/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/DesktopVirtualizationApiClient.java b/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/DesktopVirtualizationApiClient.java
index 8a128c96020d..12f17ea6865b 100644
--- a/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/DesktopVirtualizationApiClient.java
+++ b/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/DesktopVirtualizationApiClient.java
@@ -7,152 +7,168 @@
import com.azure.core.http.HttpPipeline;
import java.time.Duration;
-/** The interface for DesktopVirtualizationApiClient class. */
+/**
+ * The interface for DesktopVirtualizationApiClient class.
+ */
public interface DesktopVirtualizationApiClient {
/**
- * Gets The ID of the target subscription.
- *
+ * Gets The ID of the target subscription. The value must be an UUID.
+ *
* @return the subscriptionId value.
*/
String getSubscriptionId();
/**
* Gets server parameter.
- *
+ *
* @return the endpoint value.
*/
String getEndpoint();
/**
* Gets Api Version.
- *
+ *
* @return the apiVersion value.
*/
String getApiVersion();
/**
* Gets The HTTP pipeline to send requests through.
- *
+ *
* @return the httpPipeline value.
*/
HttpPipeline getHttpPipeline();
/**
* Gets The default poll interval for long-running operation.
- *
+ *
* @return the defaultPollInterval value.
*/
Duration getDefaultPollInterval();
/**
* Gets the OperationsClient object to access its operations.
- *
+ *
* @return the OperationsClient object.
*/
OperationsClient getOperations();
/**
* Gets the WorkspacesClient object to access its operations.
- *
+ *
* @return the WorkspacesClient object.
*/
WorkspacesClient getWorkspaces();
/**
* Gets the PrivateEndpointConnectionsClient object to access its operations.
- *
+ *
* @return the PrivateEndpointConnectionsClient object.
*/
PrivateEndpointConnectionsClient getPrivateEndpointConnections();
/**
* Gets the PrivateLinkResourcesClient object to access its operations.
- *
+ *
* @return the PrivateLinkResourcesClient object.
*/
PrivateLinkResourcesClient getPrivateLinkResources();
/**
* Gets the ScalingPlansClient object to access its operations.
- *
+ *
* @return the ScalingPlansClient object.
*/
ScalingPlansClient getScalingPlans();
/**
* Gets the ScalingPlanPooledSchedulesClient object to access its operations.
- *
+ *
* @return the ScalingPlanPooledSchedulesClient object.
*/
ScalingPlanPooledSchedulesClient getScalingPlanPooledSchedules();
/**
* Gets the ScalingPlanPersonalSchedulesClient object to access its operations.
- *
+ *
* @return the ScalingPlanPersonalSchedulesClient object.
*/
ScalingPlanPersonalSchedulesClient getScalingPlanPersonalSchedules();
/**
* Gets the ApplicationGroupsClient object to access its operations.
- *
+ *
* @return the ApplicationGroupsClient object.
*/
ApplicationGroupsClient getApplicationGroups();
/**
* Gets the StartMenuItemsClient object to access its operations.
- *
+ *
* @return the StartMenuItemsClient object.
*/
StartMenuItemsClient getStartMenuItems();
/**
* Gets the ApplicationsClient object to access its operations.
- *
+ *
* @return the ApplicationsClient object.
*/
ApplicationsClient getApplications();
/**
* Gets the DesktopsClient object to access its operations.
- *
+ *
* @return the DesktopsClient object.
*/
DesktopsClient getDesktops();
/**
* Gets the HostPoolsClient object to access its operations.
- *
+ *
* @return the HostPoolsClient object.
*/
HostPoolsClient getHostPools();
/**
* Gets the UserSessionsClient object to access its operations.
- *
+ *
* @return the UserSessionsClient object.
*/
UserSessionsClient getUserSessions();
/**
* Gets the SessionHostsClient object to access its operations.
- *
+ *
* @return the SessionHostsClient object.
*/
SessionHostsClient getSessionHosts();
/**
* Gets the MsixPackagesClient object to access its operations.
- *
+ *
* @return the MsixPackagesClient object.
*/
MsixPackagesClient getMsixPackages();
+ /**
+ * Gets the AppAttachPackageInfoesClient object to access its operations.
+ *
+ * @return the AppAttachPackageInfoesClient object.
+ */
+ AppAttachPackageInfoesClient getAppAttachPackageInfoes();
+
/**
* Gets the MsixImagesClient object to access its operations.
- *
+ *
* @return the MsixImagesClient object.
*/
MsixImagesClient getMsixImages();
+
+ /**
+ * Gets the AppAttachPackagesClient object to access its operations.
+ *
+ * @return the AppAttachPackagesClient object.
+ */
+ AppAttachPackagesClient getAppAttachPackages();
}
diff --git a/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/DesktopsClient.java b/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/DesktopsClient.java
index d44baeeef5eb..2e5075ecf914 100644
--- a/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/DesktopsClient.java
+++ b/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/DesktopsClient.java
@@ -14,11 +14,13 @@
import com.azure.resourcemanager.desktopvirtualization.models.DesktopPatch;
import reactor.core.publisher.Mono;
-/** An instance of this class provides access to all the operations defined in DesktopsClient. */
+/**
+ * An instance of this class provides access to all the operations defined in DesktopsClient.
+ */
public interface DesktopsClient {
/**
* Get a desktop.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @param desktopName The name of the desktop within the specified desktop group.
@@ -28,12 +30,12 @@ public interface DesktopsClient {
* @return a desktop along with {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Mono> getWithResponseAsync(
- String resourceGroupName, String applicationGroupName, String desktopName);
+ Mono> getWithResponseAsync(String resourceGroupName, String applicationGroupName,
+ String desktopName);
/**
* Get a desktop.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @param desktopName The name of the desktop within the specified desktop group.
@@ -47,7 +49,7 @@ Mono> getWithResponseAsync(
/**
* Get a desktop.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @param desktopName The name of the desktop within the specified desktop group.
@@ -58,12 +60,12 @@ Mono> getWithResponseAsync(
* @return a desktop along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response getWithResponse(
- String resourceGroupName, String applicationGroupName, String desktopName, Context context);
+ Response getWithResponse(String resourceGroupName, String applicationGroupName, String desktopName,
+ Context context);
/**
* Get a desktop.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @param desktopName The name of the desktop within the specified desktop group.
@@ -77,7 +79,7 @@ Response getWithResponse(
/**
* Update a desktop.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @param desktopName The name of the desktop within the specified desktop group.
@@ -88,12 +90,12 @@ Response getWithResponse(
* @return schema for Desktop properties along with {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Mono> updateWithResponseAsync(
- String resourceGroupName, String applicationGroupName, String desktopName, DesktopPatch desktop);
+ Mono> updateWithResponseAsync(String resourceGroupName, String applicationGroupName,
+ String desktopName, DesktopPatch desktop);
/**
* Update a desktop.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @param desktopName The name of the desktop within the specified desktop group.
@@ -107,7 +109,7 @@ Mono> updateWithResponseAsync(
/**
* Update a desktop.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @param desktopName The name of the desktop within the specified desktop group.
@@ -119,16 +121,12 @@ Mono> updateWithResponseAsync(
* @return schema for Desktop properties along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response updateWithResponse(
- String resourceGroupName,
- String applicationGroupName,
- String desktopName,
- DesktopPatch desktop,
- Context context);
+ Response updateWithResponse(String resourceGroupName, String applicationGroupName, String desktopName,
+ DesktopPatch desktop, Context context);
/**
* Update a desktop.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @param desktopName The name of the desktop within the specified desktop group.
@@ -142,7 +140,7 @@ Response updateWithResponse(
/**
* List desktops.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @param pageSize Number of items per page.
@@ -154,16 +152,12 @@ Response updateWithResponse(
* @return desktopList as paginated response with {@link PagedFlux}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
- PagedFlux listAsync(
- String resourceGroupName,
- String applicationGroupName,
- Integer pageSize,
- Boolean isDescending,
- Integer initialSkip);
+ PagedFlux listAsync(String resourceGroupName, String applicationGroupName, Integer pageSize,
+ Boolean isDescending, Integer initialSkip);
/**
* List desktops.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -176,7 +170,7 @@ PagedFlux listAsync(
/**
* List desktops.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -189,7 +183,7 @@ PagedFlux listAsync(
/**
* List desktops.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param applicationGroupName The name of the application group.
* @param pageSize Number of items per page.
@@ -202,11 +196,6 @@ PagedFlux listAsync(
* @return desktopList as paginated response with {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
- PagedIterable list(
- String resourceGroupName,
- String applicationGroupName,
- Integer pageSize,
- Boolean isDescending,
- Integer initialSkip,
- Context context);
+ PagedIterable list(String resourceGroupName, String applicationGroupName, Integer pageSize,
+ Boolean isDescending, Integer initialSkip, Context context);
}
diff --git a/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/HostPoolsClient.java b/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/HostPoolsClient.java
index e41f0918a9b6..7fb47bd04d7c 100644
--- a/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/HostPoolsClient.java
+++ b/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/HostPoolsClient.java
@@ -15,11 +15,13 @@
import com.azure.resourcemanager.desktopvirtualization.models.HostPoolPatch;
import reactor.core.publisher.Mono;
-/** An instance of this class provides access to all the operations defined in HostPoolsClient. */
+/**
+ * An instance of this class provides access to all the operations defined in HostPoolsClient.
+ */
public interface HostPoolsClient {
/**
* Get a host pool.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -32,7 +34,7 @@ public interface HostPoolsClient {
/**
* Get a host pool.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -45,7 +47,7 @@ public interface HostPoolsClient {
/**
* Get a host pool.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @param context The context to associate with this operation.
@@ -55,12 +57,12 @@ public interface HostPoolsClient {
* @return a host pool along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response getByResourceGroupWithResponse(
- String resourceGroupName, String hostPoolName, Context context);
+ Response getByResourceGroupWithResponse(String resourceGroupName, String hostPoolName,
+ Context context);
/**
* Get a host pool.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -73,7 +75,7 @@ Response getByResourceGroupWithResponse(
/**
* Create or update a host pool.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @param hostPool Object containing HostPool definitions.
@@ -83,12 +85,12 @@ Response getByResourceGroupWithResponse(
* @return represents a HostPool definition along with {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Mono> createOrUpdateWithResponseAsync(
- String resourceGroupName, String hostPoolName, HostPoolInner hostPool);
+ Mono> createOrUpdateWithResponseAsync(String resourceGroupName, String hostPoolName,
+ HostPoolInner hostPool);
/**
* Create or update a host pool.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @param hostPool Object containing HostPool definitions.
@@ -102,7 +104,7 @@ Mono> createOrUpdateWithResponseAsync(
/**
* Create or update a host pool.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @param hostPool Object containing HostPool definitions.
@@ -113,12 +115,12 @@ Mono> createOrUpdateWithResponseAsync(
* @return represents a HostPool definition along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response createOrUpdateWithResponse(
- String resourceGroupName, String hostPoolName, HostPoolInner hostPool, Context context);
+ Response createOrUpdateWithResponse(String resourceGroupName, String hostPoolName,
+ HostPoolInner hostPool, Context context);
/**
* Create or update a host pool.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @param hostPool Object containing HostPool definitions.
@@ -132,7 +134,7 @@ Response createOrUpdateWithResponse(
/**
* Remove a host pool.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @param force Force flag to delete sessionHost.
@@ -146,7 +148,7 @@ Response createOrUpdateWithResponse(
/**
* Remove a host pool.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -159,7 +161,7 @@ Response createOrUpdateWithResponse(
/**
* Remove a host pool.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @param force Force flag to delete sessionHost.
@@ -174,7 +176,7 @@ Response createOrUpdateWithResponse(
/**
* Remove a host pool.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -186,7 +188,7 @@ Response createOrUpdateWithResponse(
/**
* Update a host pool.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @param hostPool Object containing HostPool definitions.
@@ -196,12 +198,12 @@ Response createOrUpdateWithResponse(
* @return represents a HostPool definition along with {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Mono> updateWithResponseAsync(
- String resourceGroupName, String hostPoolName, HostPoolPatch hostPool);
+ Mono> updateWithResponseAsync(String resourceGroupName, String hostPoolName,
+ HostPoolPatch hostPool);
/**
* Update a host pool.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -214,7 +216,7 @@ Mono> updateWithResponseAsync(
/**
* Update a host pool.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @param hostPool Object containing HostPool definitions.
@@ -225,12 +227,12 @@ Mono> updateWithResponseAsync(
* @return represents a HostPool definition along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response updateWithResponse(
- String resourceGroupName, String hostPoolName, HostPoolPatch hostPool, Context context);
+ Response updateWithResponse(String resourceGroupName, String hostPoolName, HostPoolPatch hostPool,
+ Context context);
/**
* Update a host pool.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -243,7 +245,7 @@ Response updateWithResponse(
/**
* List hostPools.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param pageSize Number of items per page.
* @param isDescending Indicates whether the collection is descending.
@@ -254,12 +256,12 @@ Response updateWithResponse(
* @return hostPoolList as paginated response with {@link PagedFlux}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
- PagedFlux listByResourceGroupAsync(
- String resourceGroupName, Integer pageSize, Boolean isDescending, Integer initialSkip);
+ PagedFlux listByResourceGroupAsync(String resourceGroupName, Integer pageSize, Boolean isDescending,
+ Integer initialSkip);
/**
* List hostPools.
- *
+ *
* @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.
@@ -271,7 +273,7 @@ PagedFlux listByResourceGroupAsync(
/**
* List hostPools.
- *
+ *
* @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.
@@ -283,7 +285,7 @@ PagedFlux listByResourceGroupAsync(
/**
* List hostPools.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param pageSize Number of items per page.
* @param isDescending Indicates whether the collection is descending.
@@ -295,12 +297,12 @@ PagedFlux listByResourceGroupAsync(
* @return hostPoolList as paginated response with {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
- PagedIterable listByResourceGroup(
- String resourceGroupName, Integer pageSize, Boolean isDescending, Integer initialSkip, Context context);
+ PagedIterable listByResourceGroup(String resourceGroupName, Integer pageSize, Boolean isDescending,
+ Integer initialSkip, Context context);
/**
* List hostPools in subscription.
- *
+ *
* @param pageSize Number of items per page.
* @param isDescending Indicates whether the collection is descending.
* @param initialSkip Initial number of items to skip.
@@ -314,7 +316,7 @@ PagedIterable listByResourceGroup(
/**
* List hostPools in 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 hostPoolList as paginated response with {@link PagedFlux}.
@@ -324,7 +326,7 @@ PagedIterable listByResourceGroup(
/**
* List hostPools in 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 hostPoolList as paginated response with {@link PagedIterable}.
@@ -334,7 +336,7 @@ PagedIterable listByResourceGroup(
/**
* List hostPools in subscription.
- *
+ *
* @param pageSize Number of items per page.
* @param isDescending Indicates whether the collection is descending.
* @param initialSkip Initial number of items to skip.
@@ -349,22 +351,22 @@ PagedIterable listByResourceGroup(
/**
* Registration token of the host pool.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @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.
- * @return represents a RegistrationInfo definition along with {@link Response} on successful completion of {@link
- * Mono}.
+ * @return represents a RegistrationInfo definition along with {@link Response} on successful completion of
+ * {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Mono> retrieveRegistrationTokenWithResponseAsync(
- String resourceGroupName, String hostPoolName);
+ Mono> retrieveRegistrationTokenWithResponseAsync(String resourceGroupName,
+ String hostPoolName);
/**
* Registration token of the host pool.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -377,7 +379,7 @@ Mono> retrieveRegistrationTokenWithResponseAsync
/**
* Registration token of the host pool.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @param context The context to associate with this operation.
@@ -387,12 +389,12 @@ Mono> retrieveRegistrationTokenWithResponseAsync
* @return represents a RegistrationInfo definition along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response retrieveRegistrationTokenWithResponse(
- String resourceGroupName, String hostPoolName, Context context);
+ Response retrieveRegistrationTokenWithResponse(String resourceGroupName, String hostPoolName,
+ Context context);
/**
* Registration token of the host pool.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @throws IllegalArgumentException thrown if parameters fail the validation.
diff --git a/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/MsixImagesClient.java b/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/MsixImagesClient.java
index 2920e831cb76..c79b9c09856a 100644
--- a/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/MsixImagesClient.java
+++ b/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/MsixImagesClient.java
@@ -12,11 +12,13 @@
import com.azure.resourcemanager.desktopvirtualization.fluent.models.ExpandMsixImageInner;
import com.azure.resourcemanager.desktopvirtualization.models.MsixImageUri;
-/** An instance of this class provides access to all the operations defined in MsixImagesClient. */
+/**
+ * An instance of this class provides access to all the operations defined in MsixImagesClient.
+ */
public interface MsixImagesClient {
/**
* Expands and Lists MSIX packages in an Image, given the Image Path.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @param msixImageUri Object containing URI to MSIX Image.
@@ -26,12 +28,12 @@ public interface MsixImagesClient {
* @return expandMsixImageList as paginated response with {@link PagedFlux}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
- PagedFlux expandAsync(
- String resourceGroupName, String hostPoolName, MsixImageUri msixImageUri);
+ PagedFlux expandAsync(String resourceGroupName, String hostPoolName,
+ MsixImageUri msixImageUri);
/**
* Expands and Lists MSIX packages in an Image, given the Image Path.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @param msixImageUri Object containing URI to MSIX Image.
@@ -41,12 +43,12 @@ PagedFlux expandAsync(
* @return expandMsixImageList as paginated response with {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
- PagedIterable expand(
- String resourceGroupName, String hostPoolName, MsixImageUri msixImageUri);
+ PagedIterable expand(String resourceGroupName, String hostPoolName,
+ MsixImageUri msixImageUri);
/**
* Expands and Lists MSIX packages in an Image, given the Image Path.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @param msixImageUri Object containing URI to MSIX Image.
@@ -57,6 +59,6 @@ PagedIterable expand(
* @return expandMsixImageList as paginated response with {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
- PagedIterable expand(
- String resourceGroupName, String hostPoolName, MsixImageUri msixImageUri, Context context);
+ PagedIterable expand(String resourceGroupName, String hostPoolName, MsixImageUri msixImageUri,
+ Context context);
}
diff --git a/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/MsixPackagesClient.java b/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/MsixPackagesClient.java
index 7e90bbb3199e..5a00acdae0e4 100644
--- a/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/MsixPackagesClient.java
+++ b/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/MsixPackagesClient.java
@@ -14,11 +14,13 @@
import com.azure.resourcemanager.desktopvirtualization.models.MsixPackagePatch;
import reactor.core.publisher.Mono;
-/** An instance of this class provides access to all the operations defined in MsixPackagesClient. */
+/**
+ * An instance of this class provides access to all the operations defined in MsixPackagesClient.
+ */
public interface MsixPackagesClient {
/**
* Get a msixpackage.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @param msixPackageFullName The version specific package full name of the MSIX package within specified hostpool.
@@ -28,12 +30,12 @@ public interface MsixPackagesClient {
* @return a msixpackage along with {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Mono> getWithResponseAsync(
- String resourceGroupName, String hostPoolName, String msixPackageFullName);
+ Mono> getWithResponseAsync(String resourceGroupName, String hostPoolName,
+ String msixPackageFullName);
/**
* Get a msixpackage.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @param msixPackageFullName The version specific package full name of the MSIX package within specified hostpool.
@@ -47,7 +49,7 @@ Mono> getWithResponseAsync(
/**
* Get a msixpackage.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @param msixPackageFullName The version specific package full name of the MSIX package within specified hostpool.
@@ -58,12 +60,12 @@ Mono> getWithResponseAsync(
* @return a msixpackage along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response getWithResponse(
- String resourceGroupName, String hostPoolName, String msixPackageFullName, Context context);
+ Response getWithResponse(String resourceGroupName, String hostPoolName,
+ String msixPackageFullName, Context context);
/**
* Get a msixpackage.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @param msixPackageFullName The version specific package full name of the MSIX package within specified hostpool.
@@ -77,7 +79,7 @@ Response getWithResponse(
/**
* Create or update a MSIX package.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @param msixPackageFullName The version specific package full name of the MSIX package within specified hostpool.
@@ -88,12 +90,12 @@ Response getWithResponse(
* @return schema for MSIX Package properties along with {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Mono> createOrUpdateWithResponseAsync(
- String resourceGroupName, String hostPoolName, String msixPackageFullName, MsixPackageInner msixPackage);
+ Mono> createOrUpdateWithResponseAsync(String resourceGroupName, String hostPoolName,
+ String msixPackageFullName, MsixPackageInner msixPackage);
/**
* Create or update a MSIX package.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @param msixPackageFullName The version specific package full name of the MSIX package within specified hostpool.
@@ -104,12 +106,12 @@ Mono> createOrUpdateWithResponseAsync(
* @return schema for MSIX Package properties on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Mono createOrUpdateAsync(
- String resourceGroupName, String hostPoolName, String msixPackageFullName, MsixPackageInner msixPackage);
+ Mono createOrUpdateAsync(String resourceGroupName, String hostPoolName,
+ String msixPackageFullName, MsixPackageInner msixPackage);
/**
* Create or update a MSIX package.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @param msixPackageFullName The version specific package full name of the MSIX package within specified hostpool.
@@ -121,16 +123,12 @@ Mono createOrUpdateAsync(
* @return schema for MSIX Package properties along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response createOrUpdateWithResponse(
- String resourceGroupName,
- String hostPoolName,
- String msixPackageFullName,
- MsixPackageInner msixPackage,
- Context context);
+ Response createOrUpdateWithResponse(String resourceGroupName, String hostPoolName,
+ String msixPackageFullName, MsixPackageInner msixPackage, Context context);
/**
* Create or update a MSIX package.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @param msixPackageFullName The version specific package full name of the MSIX package within specified hostpool.
@@ -141,12 +139,12 @@ Response createOrUpdateWithResponse(
* @return schema for MSIX Package properties.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- MsixPackageInner createOrUpdate(
- String resourceGroupName, String hostPoolName, String msixPackageFullName, MsixPackageInner msixPackage);
+ MsixPackageInner createOrUpdate(String resourceGroupName, String hostPoolName, String msixPackageFullName,
+ MsixPackageInner msixPackage);
/**
* Remove an MSIX Package.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @param msixPackageFullName The version specific package full name of the MSIX package within specified hostpool.
@@ -156,12 +154,12 @@ MsixPackageInner createOrUpdate(
* @return the {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Mono> deleteWithResponseAsync(
- String resourceGroupName, String hostPoolName, String msixPackageFullName);
+ Mono> deleteWithResponseAsync(String resourceGroupName, String hostPoolName,
+ String msixPackageFullName);
/**
* Remove an MSIX Package.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @param msixPackageFullName The version specific package full name of the MSIX package within specified hostpool.
@@ -175,7 +173,7 @@ Mono> deleteWithResponseAsync(
/**
* Remove an MSIX Package.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @param msixPackageFullName The version specific package full name of the MSIX package within specified hostpool.
@@ -186,12 +184,12 @@ Mono> deleteWithResponseAsync(
* @return the {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response deleteWithResponse(
- String resourceGroupName, String hostPoolName, String msixPackageFullName, Context context);
+ Response deleteWithResponse(String resourceGroupName, String hostPoolName, String msixPackageFullName,
+ Context context);
/**
* Remove an MSIX Package.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @param msixPackageFullName The version specific package full name of the MSIX package within specified hostpool.
@@ -204,7 +202,7 @@ Response deleteWithResponse(
/**
* Update an MSIX Package.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @param msixPackageFullName The version specific package full name of the MSIX package within specified hostpool.
@@ -215,12 +213,12 @@ Response deleteWithResponse(
* @return schema for MSIX Package properties along with {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Mono> updateWithResponseAsync(
- String resourceGroupName, String hostPoolName, String msixPackageFullName, MsixPackagePatch msixPackage);
+ Mono> updateWithResponseAsync(String resourceGroupName, String hostPoolName,
+ String msixPackageFullName, MsixPackagePatch msixPackage);
/**
* Update an MSIX Package.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @param msixPackageFullName The version specific package full name of the MSIX package within specified hostpool.
@@ -234,7 +232,7 @@ Mono> updateWithResponseAsync(
/**
* Update an MSIX Package.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @param msixPackageFullName The version specific package full name of the MSIX package within specified hostpool.
@@ -246,16 +244,12 @@ Mono> updateWithResponseAsync(
* @return schema for MSIX Package properties along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response updateWithResponse(
- String resourceGroupName,
- String hostPoolName,
- String msixPackageFullName,
- MsixPackagePatch msixPackage,
- Context context);
+ Response updateWithResponse(String resourceGroupName, String hostPoolName,
+ String msixPackageFullName, MsixPackagePatch msixPackage, Context context);
/**
* Update an MSIX Package.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @param msixPackageFullName The version specific package full name of the MSIX package within specified hostpool.
@@ -269,7 +263,7 @@ Response updateWithResponse(
/**
* List MSIX packages in hostpool.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @param pageSize Number of items per page.
@@ -281,12 +275,12 @@ Response updateWithResponse(
* @return msixPackageList as paginated response with {@link PagedFlux}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
- PagedFlux listAsync(
- String resourceGroupName, String hostPoolName, Integer pageSize, Boolean isDescending, Integer initialSkip);
+ PagedFlux listAsync(String resourceGroupName, String hostPoolName, Integer pageSize,
+ Boolean isDescending, Integer initialSkip);
/**
* List MSIX packages in hostpool.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -299,7 +293,7 @@ PagedFlux listAsync(
/**
* List MSIX packages in hostpool.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -312,7 +306,7 @@ PagedFlux listAsync(
/**
* List MSIX packages in hostpool.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @param pageSize Number of items per page.
@@ -325,11 +319,6 @@ PagedFlux listAsync(
* @return msixPackageList as paginated response with {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
- PagedIterable list(
- String resourceGroupName,
- String hostPoolName,
- Integer pageSize,
- Boolean isDescending,
- Integer initialSkip,
- Context context);
+ PagedIterable list(String resourceGroupName, String hostPoolName, Integer pageSize,
+ Boolean isDescending, Integer initialSkip, Context context);
}
diff --git a/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/OperationsClient.java b/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/OperationsClient.java
index fbeb8668954a..4e4e5c418518 100644
--- a/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/OperationsClient.java
+++ b/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/OperationsClient.java
@@ -11,11 +11,13 @@
import com.azure.core.util.Context;
import com.azure.resourcemanager.desktopvirtualization.fluent.models.ResourceProviderOperationInner;
-/** An instance of this class provides access to all the operations defined in OperationsClient. */
+/**
+ * An instance of this class provides access to all the operations defined in OperationsClient.
+ */
public interface OperationsClient {
/**
* List all of the available operations the Desktop Virtualization resource provider supports.
- *
+ *
* @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 operations as paginated response with {@link PagedFlux}.
@@ -25,7 +27,7 @@ public interface OperationsClient {
/**
* List all of the available operations the Desktop Virtualization resource provider supports.
- *
+ *
* @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 operations as paginated response with {@link PagedIterable}.
@@ -35,7 +37,7 @@ public interface OperationsClient {
/**
* List all of the available operations the Desktop Virtualization resource provider supports.
- *
+ *
* @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/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/PrivateEndpointConnectionsClient.java b/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/PrivateEndpointConnectionsClient.java
index b0fe67f7c09f..77454f1695e5 100644
--- a/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/PrivateEndpointConnectionsClient.java
+++ b/sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/PrivateEndpointConnectionsClient.java
@@ -14,41 +14,43 @@
import com.azure.resourcemanager.desktopvirtualization.models.PrivateEndpointConnection;
import reactor.core.publisher.Mono;
-/** An instance of this class provides access to all the operations defined in PrivateEndpointConnectionsClient. */
+/**
+ * An instance of this class provides access to all the operations defined in PrivateEndpointConnectionsClient.
+ */
public interface PrivateEndpointConnectionsClient {
/**
* List private endpoint connections.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @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.
* @return list of private endpoint connection associated with the specified storage account as paginated response
- * with {@link PagedFlux}.
+ * with {@link PagedFlux}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
- PagedFlux listByWorkspaceAsync(
- String resourceGroupName, String workspaceName);
+ PagedFlux listByWorkspaceAsync(String resourceGroupName,
+ String workspaceName);
/**
* List private endpoint connections.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @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.
* @return list of private endpoint connection associated with the specified storage account as paginated response
- * with {@link PagedIterable}.
+ * with {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
- PagedIterable listByWorkspace(
- String resourceGroupName, String workspaceName);
+ PagedIterable listByWorkspace(String resourceGroupName,
+ String workspaceName);
/**
* List private endpoint connections.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param context The context to associate with this operation.
@@ -56,19 +58,19 @@ PagedIterable listByWorkspace(
* @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 private endpoint connection associated with the specified storage account as paginated response
- * with {@link PagedIterable}.
+ * with {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
- PagedIterable listByWorkspace(
- String resourceGroupName, String workspaceName, Context context);
+ PagedIterable listByWorkspace(String resourceGroupName,
+ String workspaceName, Context context);
/**
* Get a private endpoint connection.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the Azure
- * resource.
+ * resource.
* @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.
@@ -80,27 +82,27 @@ Mono> getByWorkspaceWithR
/**
* Get a private endpoint connection.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the Azure
- * resource.
+ * resource.
* @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.
* @return a private endpoint connection on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Mono getByWorkspaceAsync(
- String resourceGroupName, String workspaceName, String privateEndpointConnectionName);
+ Mono getByWorkspaceAsync(String resourceGroupName,
+ String workspaceName, String privateEndpointConnectionName);
/**
* Get a private endpoint connection.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the Azure
- * resource.
+ * resource.
* @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.
@@ -108,64 +110,64 @@ Mono getByWorkspaceAsync(
* @return a private endpoint connection along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response getByWorkspaceWithResponse(
- String resourceGroupName, String workspaceName, String privateEndpointConnectionName, Context context);
+ Response getByWorkspaceWithResponse(String resourceGroupName,
+ String workspaceName, String privateEndpointConnectionName, Context context);
/**
* Get a private endpoint connection.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the Azure
- * resource.
+ * resource.
* @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.
* @return a private endpoint connection.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- PrivateEndpointConnectionWithSystemDataInner getByWorkspace(
- String resourceGroupName, String workspaceName, String privateEndpointConnectionName);
+ PrivateEndpointConnectionWithSystemDataInner getByWorkspace(String resourceGroupName, String workspaceName,
+ String privateEndpointConnectionName);
/**
* Remove a connection.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the Azure
- * resource.
+ * resource.
* @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.
* @return the {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Mono> deleteByWorkspaceWithResponseAsync(
- String resourceGroupName, String workspaceName, String privateEndpointConnectionName);
+ Mono> deleteByWorkspaceWithResponseAsync(String resourceGroupName, String workspaceName,
+ String privateEndpointConnectionName);
/**
* Remove a connection.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the Azure
- * resource.
+ * resource.
* @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.
* @return A {@link Mono} that completes when a successful response is received.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Mono deleteByWorkspaceAsync(
- String resourceGroupName, String workspaceName, String privateEndpointConnectionName);
+ Mono deleteByWorkspaceAsync(String resourceGroupName, String workspaceName,
+ String privateEndpointConnectionName);
/**
* Remove a connection.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the Azure
- * resource.
+ * resource.
* @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.
@@ -173,16 +175,16 @@ Mono deleteByWorkspaceAsync(
* @return the {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response deleteByWorkspaceWithResponse(
- String resourceGroupName, String workspaceName, String privateEndpointConnectionName, Context context);
+ Response deleteByWorkspaceWithResponse(String resourceGroupName, String workspaceName,
+ String privateEndpointConnectionName, Context context);
/**
* Remove a connection.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the Azure
- * resource.
+ * resource.
* @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.
@@ -192,32 +194,30 @@ Response deleteByWorkspaceWithResponse(
/**
* Approve or reject a private endpoint connection.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the Azure
- * resource.
+ * resource.
* @param connection Object containing the updated connection.
* @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.
- * @return the Private Endpoint Connection resource along with {@link Response} on successful completion of {@link
- * Mono}.
+ * @return the Private Endpoint Connection resource along with {@link Response} on successful completion of
+ * {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono> updateByWorkspaceWithResponseAsync(
- String resourceGroupName,
- String workspaceName,
- String privateEndpointConnectionName,
+ String resourceGroupName, String workspaceName, String privateEndpointConnectionName,
PrivateEndpointConnection connection);
/**
* Approve or reject a private endpoint connection.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the Azure
- * resource.
+ * resource.
* @param connection Object containing the updated connection.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
@@ -225,19 +225,16 @@ Mono> updateByWorkspaceWi
* @return the Private Endpoint Connection resource on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Mono updateByWorkspaceAsync(
- String resourceGroupName,
- String workspaceName,
- String privateEndpointConnectionName,
- PrivateEndpointConnection connection);
+ Mono updateByWorkspaceAsync(String resourceGroupName,
+ String workspaceName, String privateEndpointConnectionName, PrivateEndpointConnection connection);
/**
* Approve or reject a private endpoint connection.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the Azure
- * resource.
+ * resource.
* @param connection Object containing the updated connection.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -246,20 +243,17 @@ Mono updateByWorkspaceAsync(
* @return the Private Endpoint Connection resource along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response updateByWorkspaceWithResponse(
- String resourceGroupName,
- String workspaceName,
- String privateEndpointConnectionName,
- PrivateEndpointConnection connection,
+ Response updateByWorkspaceWithResponse(String resourceGroupName,
+ String workspaceName, String privateEndpointConnectionName, PrivateEndpointConnection connection,
Context context);
/**
* Approve or reject a private endpoint connection.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the Azure
- * resource.
+ * resource.
* @param connection Object containing the updated connection.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
@@ -267,15 +261,12 @@ Response updateByWorkspaceWithResp
* @return the Private Endpoint Connection resource.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- PrivateEndpointConnectionWithSystemDataInner updateByWorkspace(
- String resourceGroupName,
- String workspaceName,
- String privateEndpointConnectionName,
- PrivateEndpointConnection connection);
+ PrivateEndpointConnectionWithSystemDataInner updateByWorkspace(String resourceGroupName, String workspaceName,
+ String privateEndpointConnectionName, PrivateEndpointConnection connection);
/**
* List private endpoint connections associated with hostpool.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @param pageSize Number of items per page.
@@ -285,45 +276,45 @@ PrivateEndpointConnectionWithSystemDataInner updateByWorkspace(
* @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 private endpoint connection associated with the specified storage account as paginated response
- * with {@link PagedFlux}.
+ * with {@link PagedFlux}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
- PagedFlux listByHostPoolAsync(
- String resourceGroupName, String hostPoolName, Integer pageSize, Boolean isDescending, Integer initialSkip);
+ PagedFlux listByHostPoolAsync(String resourceGroupName,
+ String hostPoolName, Integer pageSize, Boolean isDescending, Integer initialSkip);
/**
* List private endpoint connections associated with hostpool.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @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.
* @return list of private endpoint connection associated with the specified storage account as paginated response
- * with {@link PagedFlux}.
+ * with {@link PagedFlux}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
- PagedFlux listByHostPoolAsync(
- String resourceGroupName, String hostPoolName);
+ PagedFlux listByHostPoolAsync(String resourceGroupName,
+ String hostPoolName);
/**
* List private endpoint connections associated with hostpool.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @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.
* @return list of private endpoint connection associated with the specified storage account as paginated response
- * with {@link PagedIterable}.
+ * with {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
- PagedIterable listByHostPool(
- String resourceGroupName, String hostPoolName);
+ PagedIterable listByHostPool(String resourceGroupName,
+ String hostPoolName);
/**
* List private endpoint connections associated with hostpool.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @param pageSize Number of items per page.
@@ -334,24 +325,19 @@ PagedIterable listByHostPool(
* @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 private endpoint connection associated with the specified storage account as paginated response
- * with {@link PagedIterable}.
+ * with {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
- PagedIterable listByHostPool(
- String resourceGroupName,
- String hostPoolName,
- Integer pageSize,
- Boolean isDescending,
- Integer initialSkip,
- Context context);
+ PagedIterable listByHostPool(String resourceGroupName,
+ String hostPoolName, Integer pageSize, Boolean isDescending, Integer initialSkip, Context context);
/**
* Get a private endpoint connection.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the Azure
- * resource.
+ * resource.
* @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.
@@ -363,27 +349,27 @@ Mono> getByHostPoolWithRe
/**
* Get a private endpoint connection.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the Azure
- * resource.
+ * resource.
* @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.
* @return a private endpoint connection on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Mono getByHostPoolAsync(
- String resourceGroupName, String hostPoolName, String privateEndpointConnectionName);
+ Mono getByHostPoolAsync(String resourceGroupName, String hostPoolName,
+ String privateEndpointConnectionName);
/**
* Get a private endpoint connection.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param hostPoolName The name of the host pool within the specified resource group.
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the Azure
- * resource.
+ * resource.
* @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.
@@ -391,64 +377,64 @@ Mono