net.bytebuddy
byte-buddy
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/ApplicationInsightsManager.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/ApplicationInsightsManager.java
index 38d479b0df72f..450cb27d74283 100644
--- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/ApplicationInsightsManager.java
+++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/ApplicationInsightsManager.java
@@ -31,12 +31,12 @@
import com.azure.resourcemanager.applicationinsights.implementation.ComponentAvailableFeaturesImpl;
import com.azure.resourcemanager.applicationinsights.implementation.ComponentCurrentBillingFeaturesImpl;
import com.azure.resourcemanager.applicationinsights.implementation.ComponentFeatureCapabilitiesImpl;
+import com.azure.resourcemanager.applicationinsights.implementation.ComponentLinkedStorageAccountsOperationsImpl;
import com.azure.resourcemanager.applicationinsights.implementation.ComponentQuotaStatusImpl;
import com.azure.resourcemanager.applicationinsights.implementation.ComponentsImpl;
import com.azure.resourcemanager.applicationinsights.implementation.ExportConfigurationsImpl;
import com.azure.resourcemanager.applicationinsights.implementation.FavoritesImpl;
import com.azure.resourcemanager.applicationinsights.implementation.LiveTokensImpl;
-import com.azure.resourcemanager.applicationinsights.implementation.MyWorkbooksImpl;
import com.azure.resourcemanager.applicationinsights.implementation.OperationsImpl;
import com.azure.resourcemanager.applicationinsights.implementation.ProactiveDetectionConfigurationsImpl;
import com.azure.resourcemanager.applicationinsights.implementation.WebTestLocationsImpl;
@@ -50,12 +50,12 @@
import com.azure.resourcemanager.applicationinsights.models.ComponentAvailableFeatures;
import com.azure.resourcemanager.applicationinsights.models.ComponentCurrentBillingFeatures;
import com.azure.resourcemanager.applicationinsights.models.ComponentFeatureCapabilities;
+import com.azure.resourcemanager.applicationinsights.models.ComponentLinkedStorageAccountsOperations;
import com.azure.resourcemanager.applicationinsights.models.ComponentQuotaStatus;
import com.azure.resourcemanager.applicationinsights.models.Components;
import com.azure.resourcemanager.applicationinsights.models.ExportConfigurations;
import com.azure.resourcemanager.applicationinsights.models.Favorites;
import com.azure.resourcemanager.applicationinsights.models.LiveTokens;
-import com.azure.resourcemanager.applicationinsights.models.MyWorkbooks;
import com.azure.resourcemanager.applicationinsights.models.Operations;
import com.azure.resourcemanager.applicationinsights.models.ProactiveDetectionConfigurations;
import com.azure.resourcemanager.applicationinsights.models.WebTestLocations;
@@ -70,7 +70,10 @@
import java.util.Objects;
import java.util.stream.Collectors;
-/** Entry point to ApplicationInsightsManager. Composite Swagger for Application Insights Management Client. */
+/**
+ * Entry point to ApplicationInsightsManager.
+ * Composite Swagger for Application Insights Management Client.
+ */
public final class ApplicationInsightsManager {
private Components components;
@@ -104,29 +107,25 @@ public final class ApplicationInsightsManager {
private WorkbookTemplates workbookTemplates;
- private MyWorkbooks myWorkbooks;
-
private Workbooks workbooks;
private LiveTokens liveTokens;
+ private ComponentLinkedStorageAccountsOperations componentLinkedStorageAccountsOperations;
+
private final ApplicationInsightsManagementClient clientObject;
private ApplicationInsightsManager(HttpPipeline httpPipeline, AzureProfile profile, Duration defaultPollInterval) {
Objects.requireNonNull(httpPipeline, "'httpPipeline' cannot be null.");
Objects.requireNonNull(profile, "'profile' cannot be null.");
- this.clientObject =
- new ApplicationInsightsManagementClientBuilder()
- .pipeline(httpPipeline)
- .endpoint(profile.getEnvironment().getResourceManagerEndpoint())
- .subscriptionId(profile.getSubscriptionId())
- .defaultPollInterval(defaultPollInterval)
- .buildClient();
+ this.clientObject = new ApplicationInsightsManagementClientBuilder().pipeline(httpPipeline)
+ .endpoint(profile.getEnvironment().getResourceManagerEndpoint()).subscriptionId(profile.getSubscriptionId())
+ .defaultPollInterval(defaultPollInterval).buildClient();
}
/**
* Creates an instance of ApplicationInsights service API entry point.
- *
+ *
* @param credential the credential to use.
* @param profile the Azure profile for client.
* @return the ApplicationInsights service API instance.
@@ -139,7 +138,7 @@ public static ApplicationInsightsManager authenticate(TokenCredential credential
/**
* Creates an instance of ApplicationInsights service API entry point.
- *
+ *
* @param httpPipeline the {@link HttpPipeline} configured with Azure authentication credential.
* @param profile the Azure profile for client.
* @return the ApplicationInsights service API instance.
@@ -152,14 +151,16 @@ public static ApplicationInsightsManager authenticate(HttpPipeline httpPipeline,
/**
* Gets a Configurable instance that can be used to create ApplicationInsightsManager with optional configuration.
- *
+ *
* @return the Configurable instance allowing configurations.
*/
public static Configurable configure() {
return new ApplicationInsightsManager.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);
@@ -231,8 +232,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.
@@ -249,8 +250,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"));
@@ -270,21 +271,12 @@ public ApplicationInsightsManager authenticate(TokenCredential credential, Azure
Objects.requireNonNull(profile, "'profile' cannot be null.");
StringBuilder userAgentBuilder = new StringBuilder();
- userAgentBuilder
- .append("azsdk-java")
- .append("-")
- .append("com.azure.resourcemanager.applicationinsights")
- .append("/")
- .append("1.0.0");
+ userAgentBuilder.append("azsdk-java").append("-").append("com.azure.resourcemanager.applicationinsights")
+ .append("/").append("1.0.0-beta.1");
if (!Configuration.getGlobalConfiguration().get("AZURE_TELEMETRY_DISABLED", false)) {
- userAgentBuilder
- .append(" (")
- .append(Configuration.getGlobalConfiguration().get("java.version"))
- .append("; ")
- .append(Configuration.getGlobalConfiguration().get("os.name"))
- .append("; ")
- .append(Configuration.getGlobalConfiguration().get("os.version"))
- .append("; auto-generated)");
+ userAgentBuilder.append(" (").append(Configuration.getGlobalConfiguration().get("java.version"))
+ .append("; ").append(Configuration.getGlobalConfiguration().get("os.name")).append("; ")
+ .append(Configuration.getGlobalConfiguration().get("os.version")).append("; auto-generated)");
} else {
userAgentBuilder.append(" (auto-generated)");
}
@@ -303,38 +295,25 @@ public ApplicationInsightsManager authenticate(TokenCredential credential, Azure
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 ApplicationInsightsManager(httpPipeline, profile, defaultPollInterval);
}
}
/**
* Gets the resource collection API of Components. It manages ApplicationInsightsComponent.
- *
+ *
* @return Resource collection API of Components.
*/
public Components components() {
@@ -346,7 +325,7 @@ public Components components() {
/**
* Gets the resource collection API of Annotations.
- *
+ *
* @return Resource collection API of Annotations.
*/
public Annotations annotations() {
@@ -358,7 +337,7 @@ public Annotations annotations() {
/**
* Gets the resource collection API of ApiKeys.
- *
+ *
* @return Resource collection API of ApiKeys.
*/
public ApiKeys apiKeys() {
@@ -370,7 +349,7 @@ public ApiKeys apiKeys() {
/**
* Gets the resource collection API of ExportConfigurations.
- *
+ *
* @return Resource collection API of ExportConfigurations.
*/
public ExportConfigurations exportConfigurations() {
@@ -382,20 +361,20 @@ public ExportConfigurations exportConfigurations() {
/**
* Gets the resource collection API of ComponentCurrentBillingFeatures.
- *
+ *
* @return Resource collection API of ComponentCurrentBillingFeatures.
*/
public ComponentCurrentBillingFeatures componentCurrentBillingFeatures() {
if (this.componentCurrentBillingFeatures == null) {
- this.componentCurrentBillingFeatures =
- new ComponentCurrentBillingFeaturesImpl(clientObject.getComponentCurrentBillingFeatures(), this);
+ this.componentCurrentBillingFeatures
+ = new ComponentCurrentBillingFeaturesImpl(clientObject.getComponentCurrentBillingFeatures(), this);
}
return componentCurrentBillingFeatures;
}
/**
* Gets the resource collection API of ComponentQuotaStatus.
- *
+ *
* @return Resource collection API of ComponentQuotaStatus.
*/
public ComponentQuotaStatus componentQuotaStatus() {
@@ -407,59 +386,59 @@ public ComponentQuotaStatus componentQuotaStatus() {
/**
* Gets the resource collection API of ComponentFeatureCapabilities.
- *
+ *
* @return Resource collection API of ComponentFeatureCapabilities.
*/
public ComponentFeatureCapabilities componentFeatureCapabilities() {
if (this.componentFeatureCapabilities == null) {
- this.componentFeatureCapabilities =
- new ComponentFeatureCapabilitiesImpl(clientObject.getComponentFeatureCapabilities(), this);
+ this.componentFeatureCapabilities
+ = new ComponentFeatureCapabilitiesImpl(clientObject.getComponentFeatureCapabilities(), this);
}
return componentFeatureCapabilities;
}
/**
* Gets the resource collection API of ComponentAvailableFeatures.
- *
+ *
* @return Resource collection API of ComponentAvailableFeatures.
*/
public ComponentAvailableFeatures componentAvailableFeatures() {
if (this.componentAvailableFeatures == null) {
- this.componentAvailableFeatures =
- new ComponentAvailableFeaturesImpl(clientObject.getComponentAvailableFeatures(), this);
+ this.componentAvailableFeatures
+ = new ComponentAvailableFeaturesImpl(clientObject.getComponentAvailableFeatures(), this);
}
return componentAvailableFeatures;
}
/**
* Gets the resource collection API of ProactiveDetectionConfigurations.
- *
+ *
* @return Resource collection API of ProactiveDetectionConfigurations.
*/
public ProactiveDetectionConfigurations proactiveDetectionConfigurations() {
if (this.proactiveDetectionConfigurations == null) {
- this.proactiveDetectionConfigurations =
- new ProactiveDetectionConfigurationsImpl(clientObject.getProactiveDetectionConfigurations(), this);
+ this.proactiveDetectionConfigurations
+ = new ProactiveDetectionConfigurationsImpl(clientObject.getProactiveDetectionConfigurations(), this);
}
return proactiveDetectionConfigurations;
}
/**
* Gets the resource collection API of WorkItemConfigurations.
- *
+ *
* @return Resource collection API of WorkItemConfigurations.
*/
public WorkItemConfigurations workItemConfigurations() {
if (this.workItemConfigurations == null) {
- this.workItemConfigurations =
- new WorkItemConfigurationsImpl(clientObject.getWorkItemConfigurations(), this);
+ this.workItemConfigurations
+ = new WorkItemConfigurationsImpl(clientObject.getWorkItemConfigurations(), this);
}
return workItemConfigurations;
}
/**
* Gets the resource collection API of Favorites.
- *
+ *
* @return Resource collection API of Favorites.
*/
public Favorites favorites() {
@@ -471,7 +450,7 @@ public Favorites favorites() {
/**
* Gets the resource collection API of WebTestLocations.
- *
+ *
* @return Resource collection API of WebTestLocations.
*/
public WebTestLocations webTestLocations() {
@@ -483,7 +462,7 @@ public WebTestLocations webTestLocations() {
/**
* Gets the resource collection API of WebTests. It manages WebTest.
- *
+ *
* @return Resource collection API of WebTests.
*/
public WebTests webTests() {
@@ -495,7 +474,7 @@ public WebTests webTests() {
/**
* Gets the resource collection API of AnalyticsItems.
- *
+ *
* @return Resource collection API of AnalyticsItems.
*/
public AnalyticsItems analyticsItems() {
@@ -507,7 +486,7 @@ public AnalyticsItems analyticsItems() {
/**
* Gets the resource collection API of Operations.
- *
+ *
* @return Resource collection API of Operations.
*/
public Operations operations() {
@@ -519,7 +498,7 @@ public Operations operations() {
/**
* Gets the resource collection API of WorkbookTemplates. It manages WorkbookTemplate.
- *
+ *
* @return Resource collection API of WorkbookTemplates.
*/
public WorkbookTemplates workbookTemplates() {
@@ -529,21 +508,9 @@ public WorkbookTemplates workbookTemplates() {
return workbookTemplates;
}
- /**
- * Gets the resource collection API of MyWorkbooks. It manages MyWorkbook.
- *
- * @return Resource collection API of MyWorkbooks.
- */
- public MyWorkbooks myWorkbooks() {
- if (this.myWorkbooks == null) {
- this.myWorkbooks = new MyWorkbooksImpl(clientObject.getMyWorkbooks(), this);
- }
- return myWorkbooks;
- }
-
/**
* Gets the resource collection API of Workbooks. It manages Workbook.
- *
+ *
* @return Resource collection API of Workbooks.
*/
public Workbooks workbooks() {
@@ -555,7 +522,7 @@ public Workbooks workbooks() {
/**
* Gets the resource collection API of LiveTokens.
- *
+ *
* @return Resource collection API of LiveTokens.
*/
public LiveTokens liveTokens() {
@@ -565,10 +532,24 @@ public LiveTokens liveTokens() {
return liveTokens;
}
+ /**
+ * Gets the resource collection API of ComponentLinkedStorageAccountsOperations. It manages
+ * ComponentLinkedStorageAccounts.
+ *
+ * @return Resource collection API of ComponentLinkedStorageAccountsOperations.
+ */
+ public ComponentLinkedStorageAccountsOperations componentLinkedStorageAccountsOperations() {
+ if (this.componentLinkedStorageAccountsOperations == null) {
+ this.componentLinkedStorageAccountsOperations = new ComponentLinkedStorageAccountsOperationsImpl(
+ clientObject.getComponentLinkedStorageAccountsOperations(), this);
+ }
+ return componentLinkedStorageAccountsOperations;
+ }
+
/**
* Gets wrapped service client ApplicationInsightsManagementClient providing direct access to the underlying
* auto-generated API implementation, based on Azure REST API.
- *
+ *
* @return Wrapped service client ApplicationInsightsManagementClient.
*/
public ApplicationInsightsManagementClient serviceClient() {
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/AnalyticsItemsClient.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/AnalyticsItemsClient.java
index 5f0ff63a4d702..8250858576623 100644
--- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/AnalyticsItemsClient.java
+++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/AnalyticsItemsClient.java
@@ -14,20 +14,22 @@
import com.azure.resourcemanager.applicationinsights.models.ItemTypeParameter;
import java.util.List;
-/** An instance of this class provides access to all the operations defined in AnalyticsItemsClient. */
+/**
+ * An instance of this class provides access to all the operations defined in AnalyticsItemsClient.
+ */
public interface AnalyticsItemsClient {
/**
* Gets a list of Analytics Items defined within an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param scopePath Enum indicating if this item definition is owned by a specific user or is shared between all
- * users with access to the Application Insights component.
+ * users with access to the Application Insights component.
* @param scope Enum indicating if this item definition is owned by a specific user or is shared between all users
- * with access to the Application Insights component.
+ * with access to the Application Insights component.
* @param type Enum indicating the type of the Analytics item.
* @param includeContent Flag indicating whether or not to return the content of each applicable item. If false,
- * only return the item information.
+ * only return the item information.
* @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.
@@ -35,38 +37,33 @@ public interface AnalyticsItemsClient {
* @return a list of Analytics Items defined within an Application Insights component along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response> listWithResponse(
- String resourceGroupName,
- String resourceName,
- ItemScopePath scopePath,
- ItemScope scope,
- ItemTypeParameter type,
- Boolean includeContent,
+ Response> listWithResponse(String resourceGroupName,
+ String resourceName, ItemScopePath scopePath, ItemScope scope, ItemTypeParameter type, Boolean includeContent,
Context context);
/**
* Gets a list of Analytics Items defined within an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param scopePath Enum indicating if this item definition is owned by a specific user or is shared between all
- * users with access to the Application Insights component.
+ * users with access to the Application Insights component.
* @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 list of Analytics Items defined within an Application Insights component.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- List list(
- String resourceGroupName, String resourceName, ItemScopePath scopePath);
+ List list(String resourceGroupName, String resourceName,
+ ItemScopePath scopePath);
/**
* Gets a specific Analytics Items defined within an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param scopePath Enum indicating if this item definition is owned by a specific user or is shared between all
- * users with access to the Application Insights component.
+ * users with access to the Application Insights component.
* @param id The Id of a specific item defined in the Application Insights component.
* @param name The name of a specific item defined in the Application Insights component.
* @param context The context to associate with this operation.
@@ -76,85 +73,73 @@ List list(
* @return a specific Analytics Items defined within an Application Insights component along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response getWithResponse(
- String resourceGroupName,
- String resourceName,
- ItemScopePath scopePath,
- String id,
- String name,
- Context context);
+ Response getWithResponse(String resourceGroupName,
+ String resourceName, ItemScopePath scopePath, String id, String name, Context context);
/**
* Gets a specific Analytics Items defined within an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param scopePath Enum indicating if this item definition is owned by a specific user or is shared between all
- * users with access to the Application Insights component.
+ * users with access to the Application Insights component.
* @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 specific Analytics Items defined within an Application Insights component.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- ApplicationInsightsComponentAnalyticsItemInner get(
- String resourceGroupName, String resourceName, ItemScopePath scopePath);
+ ApplicationInsightsComponentAnalyticsItemInner get(String resourceGroupName, String resourceName,
+ ItemScopePath scopePath);
/**
* Adds or Updates a specific Analytics Item within an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param scopePath Enum indicating if this item definition is owned by a specific user or is shared between all
- * users with access to the Application Insights component.
+ * users with access to the Application Insights component.
* @param itemProperties Properties that need to be specified to create a new item and add it to an Application
- * Insights component.
+ * Insights component.
* @param overrideItem Flag indicating whether or not to force save an item. This allows overriding an item if it
- * already exists.
+ * already exists.
* @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 properties that define an Analytics item that is associated to an Application Insights component along
- * with {@link Response}.
+ * with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response putWithResponse(
- String resourceGroupName,
- String resourceName,
- ItemScopePath scopePath,
- ApplicationInsightsComponentAnalyticsItemInner itemProperties,
- Boolean overrideItem,
- Context context);
+ Response putWithResponse(String resourceGroupName,
+ String resourceName, ItemScopePath scopePath, ApplicationInsightsComponentAnalyticsItemInner itemProperties,
+ Boolean overrideItem, Context context);
/**
* Adds or Updates a specific Analytics Item within an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param scopePath Enum indicating if this item definition is owned by a specific user or is shared between all
- * users with access to the Application Insights component.
+ * users with access to the Application Insights component.
* @param itemProperties Properties that need to be specified to create a new item and add it to an Application
- * Insights component.
+ * Insights component.
* @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 properties that define an Analytics item that is associated to an Application Insights component.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- ApplicationInsightsComponentAnalyticsItemInner put(
- String resourceGroupName,
- String resourceName,
- ItemScopePath scopePath,
- ApplicationInsightsComponentAnalyticsItemInner itemProperties);
+ ApplicationInsightsComponentAnalyticsItemInner put(String resourceGroupName, String resourceName,
+ ItemScopePath scopePath, ApplicationInsightsComponentAnalyticsItemInner itemProperties);
/**
* Deletes a specific Analytics Items defined within an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param scopePath Enum indicating if this item definition is owned by a specific user or is shared between all
- * users with access to the Application Insights component.
+ * users with access to the Application Insights component.
* @param id The Id of a specific item defined in the Application Insights component.
* @param name The name of a specific item defined in the Application Insights component.
* @param context The context to associate with this operation.
@@ -164,21 +149,16 @@ ApplicationInsightsComponentAnalyticsItemInner put(
* @return the {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response deleteWithResponse(
- String resourceGroupName,
- String resourceName,
- ItemScopePath scopePath,
- String id,
- String name,
- Context context);
+ Response deleteWithResponse(String resourceGroupName, String resourceName, ItemScopePath scopePath, String id,
+ String name, Context context);
/**
* Deletes a specific Analytics Items defined within an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param scopePath Enum indicating if this item definition is owned by a specific user or is shared between all
- * users with access to the Application Insights component.
+ * users with access to the Application Insights component.
* @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.
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/AnnotationsClient.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/AnnotationsClient.java
index 7e7a70aa842f2..ebfe9d95cb700 100644
--- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/AnnotationsClient.java
+++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/AnnotationsClient.java
@@ -12,28 +12,30 @@
import com.azure.resourcemanager.applicationinsights.fluent.models.AnnotationInner;
import java.util.List;
-/** An instance of this class provides access to all the operations defined in AnnotationsClient. */
+/**
+ * An instance of this class provides access to all the operations defined in AnnotationsClient.
+ */
public interface AnnotationsClient {
/**
* Gets the list of annotations for a component for given time range.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param start The start time to query from for annotations, cannot be older than 90 days from current date.
* @param end The end time to query for annotations.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.applicationinsights.models.AnnotationErrorException thrown if the request is
- * rejected by server.
+ * rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return the list of annotations for a component for given time range as paginated response with {@link
- * PagedIterable}.
+ * @return the list of annotations for a component for given time range as paginated response with
+ * {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable list(String resourceGroupName, String resourceName, String start, String end);
/**
* Gets the list of annotations for a component for given time range.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param start The start time to query from for annotations, cannot be older than 90 days from current date.
@@ -41,43 +43,43 @@ public interface AnnotationsClient {
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.applicationinsights.models.AnnotationErrorException thrown if the request is
- * rejected by server.
+ * rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return the list of annotations for a component for given time range as paginated response with {@link
- * PagedIterable}.
+ * @return the list of annotations for a component for given time range as paginated response with
+ * {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
- PagedIterable list(
- String resourceGroupName, String resourceName, String start, String end, Context context);
+ PagedIterable list(String resourceGroupName, String resourceName, String start, String end,
+ Context context);
/**
* Create an Annotation of an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param annotationProperties Properties that need to be specified to create an annotation of a Application
- * Insights component.
+ * Insights component.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.applicationinsights.models.AnnotationErrorException thrown if the request is
- * rejected by server.
+ * rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return array of Annotation along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response> createWithResponse(
- String resourceGroupName, String resourceName, AnnotationInner annotationProperties, Context context);
+ Response> createWithResponse(String resourceGroupName, String resourceName,
+ AnnotationInner annotationProperties, Context context);
/**
* Create an Annotation of an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param annotationProperties Properties that need to be specified to create an annotation of a Application
- * Insights component.
+ * Insights component.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.applicationinsights.models.AnnotationErrorException thrown if the request is
- * rejected by server.
+ * rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return array of Annotation.
*/
@@ -86,7 +88,7 @@ Response> createWithResponse(
/**
* Delete an Annotation of an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param annotationId The unique annotation ID. This is unique within a Application Insights component.
@@ -97,12 +99,12 @@ Response> createWithResponse(
* @return the {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response deleteWithResponse(
- String resourceGroupName, String resourceName, String annotationId, Context context);
+ Response deleteWithResponse(String resourceGroupName, String resourceName, String annotationId,
+ Context context);
/**
* Delete an Annotation of an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param annotationId The unique annotation ID. This is unique within a Application Insights component.
@@ -115,30 +117,30 @@ Response deleteWithResponse(
/**
* Get the annotation for given id.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param annotationId The unique annotation ID. This is unique within a Application Insights component.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.applicationinsights.models.AnnotationErrorException thrown if the request is
- * rejected by server.
+ * rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the annotation for given id along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response> getWithResponse(
- String resourceGroupName, String resourceName, String annotationId, Context context);
+ Response> getWithResponse(String resourceGroupName, String resourceName, String annotationId,
+ Context context);
/**
* Get the annotation for given id.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param annotationId The unique annotation ID. This is unique within a Application Insights component.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.applicationinsights.models.AnnotationErrorException thrown if the request is
- * rejected by server.
+ * rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the annotation for given id.
*/
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/ApiKeysClient.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/ApiKeysClient.java
index 76e513e7f6c89..e09359123455f 100644
--- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/ApiKeysClient.java
+++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/ApiKeysClient.java
@@ -12,11 +12,13 @@
import com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentApiKeyInner;
import com.azure.resourcemanager.applicationinsights.models.ApiKeyRequest;
-/** An instance of this class provides access to all the operations defined in ApiKeysClient. */
+/**
+ * An instance of this class provides access to all the operations defined in ApiKeysClient.
+ */
public interface ApiKeysClient {
/**
* Gets a list of API keys of an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -29,7 +31,7 @@ public interface ApiKeysClient {
/**
* Gets a list of API keys of an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param context The context to associate with this operation.
@@ -39,16 +41,16 @@ public interface ApiKeysClient {
* @return a list of API keys of an Application Insights component as paginated response with {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
- PagedIterable list(
- String resourceGroupName, String resourceName, Context context);
+ PagedIterable list(String resourceGroupName, String resourceName,
+ Context context);
/**
* Create an API Key of an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param apiKeyProperties Properties that need to be specified to create an API key of a Application Insights
- * component.
+ * component.
* @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.
@@ -56,28 +58,28 @@ PagedIterable list(
* @return properties that define an API key of an Application Insights Component along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response createWithResponse(
- String resourceGroupName, String resourceName, ApiKeyRequest apiKeyProperties, Context context);
+ Response createWithResponse(String resourceGroupName, String resourceName,
+ ApiKeyRequest apiKeyProperties, Context context);
/**
* Create an API Key of an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param apiKeyProperties Properties that need to be specified to create an API key of a Application Insights
- * component.
+ * component.
* @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 properties that define an API key of an Application Insights Component.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- ApplicationInsightsComponentApiKeyInner create(
- String resourceGroupName, String resourceName, ApiKeyRequest apiKeyProperties);
+ ApplicationInsightsComponentApiKeyInner create(String resourceGroupName, String resourceName,
+ ApiKeyRequest apiKeyProperties);
/**
* Delete an API Key of an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param keyId The API Key ID. This is unique within a Application Insights component.
@@ -88,12 +90,12 @@ ApplicationInsightsComponentApiKeyInner create(
* @return properties that define an API key of an Application Insights Component along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response deleteWithResponse(
- String resourceGroupName, String resourceName, String keyId, Context context);
+ Response deleteWithResponse(String resourceGroupName, String resourceName,
+ String keyId, Context context);
/**
* Delete an API Key of an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param keyId The API Key ID. This is unique within a Application Insights component.
@@ -107,7 +109,7 @@ Response deleteWithResponse(
/**
* Get the API Key for this key id.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param keyId The API Key ID. This is unique within a Application Insights component.
@@ -118,12 +120,12 @@ Response deleteWithResponse(
* @return the API Key for this key id along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response getWithResponse(
- String resourceGroupName, String resourceName, String keyId, Context context);
+ Response getWithResponse(String resourceGroupName, String resourceName,
+ String keyId, Context context);
/**
* Get the API Key for this key id.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param keyId The API Key ID. This is unique within a Application Insights component.
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/ApplicationInsightsManagementClient.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/ApplicationInsightsManagementClient.java
index 5fa8d1779088c..ff56b409cbe30 100644
--- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/ApplicationInsightsManagementClient.java
+++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/ApplicationInsightsManagementClient.java
@@ -7,166 +7,168 @@
import com.azure.core.http.HttpPipeline;
import java.time.Duration;
-/** The interface for ApplicationInsightsManagementClient class. */
+/**
+ * The interface for ApplicationInsightsManagementClient class.
+ */
public interface ApplicationInsightsManagementClient {
/**
* Gets The ID of the target subscription.
- *
+ *
* @return the subscriptionId value.
*/
String getSubscriptionId();
/**
* Gets server parameter.
- *
+ *
* @return the endpoint value.
*/
String getEndpoint();
/**
* 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 ComponentsClient object to access its operations.
- *
+ *
* @return the ComponentsClient object.
*/
ComponentsClient getComponents();
/**
* Gets the AnnotationsClient object to access its operations.
- *
+ *
* @return the AnnotationsClient object.
*/
AnnotationsClient getAnnotations();
/**
* Gets the ApiKeysClient object to access its operations.
- *
+ *
* @return the ApiKeysClient object.
*/
ApiKeysClient getApiKeys();
/**
* Gets the ExportConfigurationsClient object to access its operations.
- *
+ *
* @return the ExportConfigurationsClient object.
*/
ExportConfigurationsClient getExportConfigurations();
/**
* Gets the ComponentCurrentBillingFeaturesClient object to access its operations.
- *
+ *
* @return the ComponentCurrentBillingFeaturesClient object.
*/
ComponentCurrentBillingFeaturesClient getComponentCurrentBillingFeatures();
/**
* Gets the ComponentQuotaStatusClient object to access its operations.
- *
+ *
* @return the ComponentQuotaStatusClient object.
*/
ComponentQuotaStatusClient getComponentQuotaStatus();
/**
* Gets the ComponentFeatureCapabilitiesClient object to access its operations.
- *
+ *
* @return the ComponentFeatureCapabilitiesClient object.
*/
ComponentFeatureCapabilitiesClient getComponentFeatureCapabilities();
/**
* Gets the ComponentAvailableFeaturesClient object to access its operations.
- *
+ *
* @return the ComponentAvailableFeaturesClient object.
*/
ComponentAvailableFeaturesClient getComponentAvailableFeatures();
/**
* Gets the ProactiveDetectionConfigurationsClient object to access its operations.
- *
+ *
* @return the ProactiveDetectionConfigurationsClient object.
*/
ProactiveDetectionConfigurationsClient getProactiveDetectionConfigurations();
/**
* Gets the WorkItemConfigurationsClient object to access its operations.
- *
+ *
* @return the WorkItemConfigurationsClient object.
*/
WorkItemConfigurationsClient getWorkItemConfigurations();
/**
* Gets the FavoritesClient object to access its operations.
- *
+ *
* @return the FavoritesClient object.
*/
FavoritesClient getFavorites();
/**
* Gets the WebTestLocationsClient object to access its operations.
- *
+ *
* @return the WebTestLocationsClient object.
*/
WebTestLocationsClient getWebTestLocations();
/**
* Gets the WebTestsClient object to access its operations.
- *
+ *
* @return the WebTestsClient object.
*/
WebTestsClient getWebTests();
/**
* Gets the AnalyticsItemsClient object to access its operations.
- *
+ *
* @return the AnalyticsItemsClient object.
*/
AnalyticsItemsClient getAnalyticsItems();
/**
* Gets the OperationsClient object to access its operations.
- *
+ *
* @return the OperationsClient object.
*/
OperationsClient getOperations();
/**
* Gets the WorkbookTemplatesClient object to access its operations.
- *
+ *
* @return the WorkbookTemplatesClient object.
*/
WorkbookTemplatesClient getWorkbookTemplates();
- /**
- * Gets the MyWorkbooksClient object to access its operations.
- *
- * @return the MyWorkbooksClient object.
- */
- MyWorkbooksClient getMyWorkbooks();
-
/**
* Gets the WorkbooksClient object to access its operations.
- *
+ *
* @return the WorkbooksClient object.
*/
WorkbooksClient getWorkbooks();
/**
* Gets the LiveTokensClient object to access its operations.
- *
+ *
* @return the LiveTokensClient object.
*/
LiveTokensClient getLiveTokens();
+
+ /**
+ * Gets the ComponentLinkedStorageAccountsOperationsClient object to access its operations.
+ *
+ * @return the ComponentLinkedStorageAccountsOperationsClient object.
+ */
+ ComponentLinkedStorageAccountsOperationsClient getComponentLinkedStorageAccountsOperations();
}
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/ComponentAvailableFeaturesClient.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/ComponentAvailableFeaturesClient.java
index 89be54026eb3b..d2cf30f1a2134 100644
--- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/ComponentAvailableFeaturesClient.java
+++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/ComponentAvailableFeaturesClient.java
@@ -10,11 +10,13 @@
import com.azure.core.util.Context;
import com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentAvailableFeaturesInner;
-/** An instance of this class provides access to all the operations defined in ComponentAvailableFeaturesClient. */
+/**
+ * An instance of this class provides access to all the operations defined in ComponentAvailableFeaturesClient.
+ */
public interface ComponentAvailableFeaturesClient {
/**
* Returns all available features of the application insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param context The context to associate with this operation.
@@ -24,12 +26,12 @@ public interface ComponentAvailableFeaturesClient {
* @return an Application Insights component available features along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response getWithResponse(
- String resourceGroupName, String resourceName, Context context);
+ Response getWithResponse(String resourceGroupName,
+ String resourceName, Context context);
/**
* Returns all available features of the application insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @throws IllegalArgumentException thrown if parameters fail the validation.
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/ComponentCurrentBillingFeaturesClient.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/ComponentCurrentBillingFeaturesClient.java
index a7f642c0bb84d..d592e4386ccfc 100644
--- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/ComponentCurrentBillingFeaturesClient.java
+++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/ComponentCurrentBillingFeaturesClient.java
@@ -10,11 +10,13 @@
import com.azure.core.util.Context;
import com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentBillingFeaturesInner;
-/** An instance of this class provides access to all the operations defined in ComponentCurrentBillingFeaturesClient. */
+/**
+ * An instance of this class provides access to all the operations defined in ComponentCurrentBillingFeaturesClient.
+ */
public interface ComponentCurrentBillingFeaturesClient {
/**
* Returns current billing features for an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param context The context to associate with this operation.
@@ -24,12 +26,12 @@ public interface ComponentCurrentBillingFeaturesClient {
* @return an Application Insights component billing features along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response getWithResponse(
- String resourceGroupName, String resourceName, Context context);
+ Response getWithResponse(String resourceGroupName,
+ String resourceName, Context context);
/**
* Returns current billing features for an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -42,11 +44,11 @@ Response getWithResponse(
/**
* Update current billing features for an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param billingFeaturesProperties Properties that need to be specified to update billing features for an
- * Application Insights component.
+ * Application Insights component.
* @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.
@@ -54,27 +56,23 @@ Response getWithResponse(
* @return an Application Insights component billing features along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response updateWithResponse(
- String resourceGroupName,
- String resourceName,
- ApplicationInsightsComponentBillingFeaturesInner billingFeaturesProperties,
+ Response updateWithResponse(String resourceGroupName,
+ String resourceName, ApplicationInsightsComponentBillingFeaturesInner billingFeaturesProperties,
Context context);
/**
* Update current billing features for an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param billingFeaturesProperties Properties that need to be specified to update billing features for an
- * Application Insights component.
+ * Application Insights component.
* @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 Application Insights component billing features.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- ApplicationInsightsComponentBillingFeaturesInner update(
- String resourceGroupName,
- String resourceName,
+ ApplicationInsightsComponentBillingFeaturesInner update(String resourceGroupName, String resourceName,
ApplicationInsightsComponentBillingFeaturesInner billingFeaturesProperties);
}
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/ComponentFeatureCapabilitiesClient.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/ComponentFeatureCapabilitiesClient.java
index afc84808e3842..fd05199db4143 100644
--- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/ComponentFeatureCapabilitiesClient.java
+++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/ComponentFeatureCapabilitiesClient.java
@@ -10,11 +10,13 @@
import com.azure.core.util.Context;
import com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentFeatureCapabilitiesInner;
-/** An instance of this class provides access to all the operations defined in ComponentFeatureCapabilitiesClient. */
+/**
+ * An instance of this class provides access to all the operations defined in ComponentFeatureCapabilitiesClient.
+ */
public interface ComponentFeatureCapabilitiesClient {
/**
* Returns feature capabilities of the application insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param context The context to associate with this operation.
@@ -24,12 +26,12 @@ public interface ComponentFeatureCapabilitiesClient {
* @return an Application Insights component feature capabilities along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response getWithResponse(
- String resourceGroupName, String resourceName, Context context);
+ Response getWithResponse(String resourceGroupName,
+ String resourceName, Context context);
/**
* Returns feature capabilities of the application insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @throws IllegalArgumentException thrown if parameters fail the validation.
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/ComponentLinkedStorageAccountsOperationsClient.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/ComponentLinkedStorageAccountsOperationsClient.java
new file mode 100644
index 0000000000000..063a8694a6ff0
--- /dev/null
+++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/ComponentLinkedStorageAccountsOperationsClient.java
@@ -0,0 +1,149 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) AutoRest Code Generator.
+
+package com.azure.resourcemanager.applicationinsights.fluent;
+
+import com.azure.core.annotation.ReturnType;
+import com.azure.core.annotation.ServiceMethod;
+import com.azure.core.http.rest.Response;
+import com.azure.core.util.Context;
+import com.azure.resourcemanager.applicationinsights.fluent.models.ComponentLinkedStorageAccountsInner;
+import com.azure.resourcemanager.applicationinsights.models.ComponentLinkedStorageAccountsPatch;
+import com.azure.resourcemanager.applicationinsights.models.StorageType;
+
+/**
+ * An instance of this class provides access to all the operations defined in
+ * ComponentLinkedStorageAccountsOperationsClient.
+ */
+public interface ComponentLinkedStorageAccountsOperationsClient {
+ /**
+ * Returns the current linked storage settings for an Application Insights component.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param resourceName The name of the Application Insights component resource.
+ * @param storageType The type of the Application Insights component data source for the linked storage account.
+ * @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 Application Insights component linked storage accounts along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ Response getWithResponse(String resourceGroupName, String resourceName,
+ StorageType storageType, Context context);
+
+ /**
+ * Returns the current linked storage settings for an Application Insights component.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param resourceName The name of the Application Insights component resource.
+ * @param storageType The type of the Application Insights component data source for the linked storage account.
+ * @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 Application Insights component linked storage accounts.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ ComponentLinkedStorageAccountsInner get(String resourceGroupName, String resourceName, StorageType storageType);
+
+ /**
+ * Replace current linked storage account for an Application Insights component.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param resourceName The name of the Application Insights component resource.
+ * @param storageType The type of the Application Insights component data source for the linked storage account.
+ * @param linkedStorageAccountsProperties Properties that need to be specified to update linked storage accounts for
+ * an Application Insights component.
+ * @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 Application Insights component linked storage accounts along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ Response createAndUpdateWithResponse(String resourceGroupName,
+ String resourceName, StorageType storageType,
+ ComponentLinkedStorageAccountsInner linkedStorageAccountsProperties, Context context);
+
+ /**
+ * Replace current linked storage account for an Application Insights component.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param resourceName The name of the Application Insights component resource.
+ * @param storageType The type of the Application Insights component data source for the linked storage account.
+ * @param linkedStorageAccountsProperties Properties that need to be specified to update linked storage accounts for
+ * an Application Insights component.
+ * @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 Application Insights component linked storage accounts.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ ComponentLinkedStorageAccountsInner createAndUpdate(String resourceGroupName, String resourceName,
+ StorageType storageType, ComponentLinkedStorageAccountsInner linkedStorageAccountsProperties);
+
+ /**
+ * Update linked storage accounts for an Application Insights component.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param resourceName The name of the Application Insights component resource.
+ * @param storageType The type of the Application Insights component data source for the linked storage account.
+ * @param linkedStorageAccountsProperties Properties that need to be specified to update a linked storage accounts
+ * for an Application Insights component.
+ * @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 Application Insights component linked storage accounts along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ Response updateWithResponse(String resourceGroupName, String resourceName,
+ StorageType storageType, ComponentLinkedStorageAccountsPatch linkedStorageAccountsProperties, Context context);
+
+ /**
+ * Update linked storage accounts for an Application Insights component.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param resourceName The name of the Application Insights component resource.
+ * @param storageType The type of the Application Insights component data source for the linked storage account.
+ * @param linkedStorageAccountsProperties Properties that need to be specified to update a linked storage accounts
+ * for an Application Insights component.
+ * @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 Application Insights component linked storage accounts.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ ComponentLinkedStorageAccountsInner update(String resourceGroupName, String resourceName, StorageType storageType,
+ ComponentLinkedStorageAccountsPatch linkedStorageAccountsProperties);
+
+ /**
+ * Delete linked storage accounts for an Application Insights component.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param resourceName The name of the Application Insights component resource.
+ * @param storageType The type of the Application Insights component data source for the linked storage account.
+ * @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 resourceName, StorageType storageType,
+ Context context);
+
+ /**
+ * Delete linked storage accounts for an Application Insights component.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param resourceName The name of the Application Insights component resource.
+ * @param storageType The type of the Application Insights component data source for the linked storage account.
+ * @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 resourceName, StorageType storageType);
+}
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/ComponentQuotaStatusClient.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/ComponentQuotaStatusClient.java
index c2b012636e060..92dd95883e978 100644
--- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/ComponentQuotaStatusClient.java
+++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/ComponentQuotaStatusClient.java
@@ -10,11 +10,13 @@
import com.azure.core.util.Context;
import com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentQuotaStatusInner;
-/** An instance of this class provides access to all the operations defined in ComponentQuotaStatusClient. */
+/**
+ * An instance of this class provides access to all the operations defined in ComponentQuotaStatusClient.
+ */
public interface ComponentQuotaStatusClient {
/**
* Returns daily data volume cap (quota) status for an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param context The context to associate with this operation.
@@ -24,12 +26,12 @@ public interface ComponentQuotaStatusClient {
* @return an Application Insights component daily data volume cap status along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response getWithResponse(
- String resourceGroupName, String resourceName, Context context);
+ Response getWithResponse(String resourceGroupName,
+ String resourceName, Context context);
/**
* Returns daily data volume cap (quota) status for an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @throws IllegalArgumentException thrown if parameters fail the validation.
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/ComponentsClient.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/ComponentsClient.java
index 331f9d18022e0..f36feb1f63245 100644
--- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/ComponentsClient.java
+++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/ComponentsClient.java
@@ -15,62 +15,64 @@
import com.azure.resourcemanager.applicationinsights.models.ComponentPurgeBody;
import com.azure.resourcemanager.applicationinsights.models.TagsResource;
-/** An instance of this class provides access to all the operations defined in ComponentsClient. */
+/**
+ * An instance of this class provides access to all the operations defined in ComponentsClient.
+ */
public interface ComponentsClient {
/**
* Gets a list of all Application Insights components within a 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 a list of all Application Insights components within a subscription as paginated response with {@link
- * PagedIterable}.
+ * @return a list of all Application Insights components within a subscription as paginated response with
+ * {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable list();
/**
* Gets a list of all Application Insights components within a subscription.
- *
+ *
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return a list of all Application Insights components within a subscription as paginated response with {@link
- * PagedIterable}.
+ * @return a list of all Application Insights components within a subscription as paginated response with
+ * {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable list(Context context);
/**
* Gets a list of Application Insights components within a 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 a list of Application Insights components within a resource group as paginated response with {@link
- * PagedIterable}.
+ * @return a list of Application Insights components within a resource group as paginated response with
+ * {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable listByResourceGroup(String resourceGroupName);
/**
* Gets a list of Application Insights components within a resource group.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @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 list of Application Insights components within a resource group as paginated response with {@link
- * PagedIterable}.
+ * @return a list of Application Insights components within a resource group as paginated response with
+ * {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable listByResourceGroup(String resourceGroupName, Context context);
/**
* Deletes an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param context The context to associate with this operation.
@@ -84,7 +86,7 @@ public interface ComponentsClient {
/**
* Deletes an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -96,7 +98,7 @@ public interface ComponentsClient {
/**
* Returns an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param context The context to associate with this operation.
@@ -106,12 +108,12 @@ public interface ComponentsClient {
* @return an Application Insights component definition along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response getByResourceGroupWithResponse(
- String resourceGroupName, String resourceName, Context context);
+ Response getByResourceGroupWithResponse(String resourceGroupName,
+ String resourceName, Context context);
/**
* Returns an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -125,7 +127,7 @@ Response getByResourceGroupWithResponse(
/**
* Creates (or updates) an Application Insights component. Note: You cannot specify a different value for
* InstrumentationKey nor AppId in the Put operation.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param insightProperties Properties that need to be specified to create an Application Insights component.
@@ -136,16 +138,13 @@ Response getByResourceGroupWithResponse(
* @return an Application Insights component definition along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response createOrUpdateWithResponse(
- String resourceGroupName,
- String resourceName,
- ApplicationInsightsComponentInner insightProperties,
- Context context);
+ Response createOrUpdateWithResponse(String resourceGroupName,
+ String resourceName, ApplicationInsightsComponentInner insightProperties, Context context);
/**
* Creates (or updates) an Application Insights component. Note: You cannot specify a different value for
* InstrumentationKey nor AppId in the Put operation.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param insightProperties Properties that need to be specified to create an Application Insights component.
@@ -155,12 +154,12 @@ Response createOrUpdateWithResponse(
* @return an Application Insights component definition.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- ApplicationInsightsComponentInner createOrUpdate(
- String resourceGroupName, String resourceName, ApplicationInsightsComponentInner insightProperties);
+ ApplicationInsightsComponentInner createOrUpdate(String resourceGroupName, String resourceName,
+ ApplicationInsightsComponentInner insightProperties);
/**
* Updates an existing component's tags. To update other fields use the CreateOrUpdate method.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param componentTags Updated tag information to set into the component instance.
@@ -171,12 +170,12 @@ ApplicationInsightsComponentInner createOrUpdate(
* @return an Application Insights component definition along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response updateTagsWithResponse(
- String resourceGroupName, String resourceName, TagsResource componentTags, Context context);
+ Response updateTagsWithResponse(String resourceGroupName, String resourceName,
+ TagsResource componentTags, Context context);
/**
* Updates an existing component's tags. To update other fields use the CreateOrUpdate method.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param componentTags Updated tag information to set into the component instance.
@@ -186,20 +185,21 @@ Response updateTagsWithResponse(
* @return an Application Insights component definition.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- ApplicationInsightsComponentInner updateTags(
- String resourceGroupName, String resourceName, TagsResource componentTags);
+ ApplicationInsightsComponentInner updateTags(String resourceGroupName, String resourceName,
+ TagsResource componentTags);
/**
* Purges data in an Application Insights component by a set of user-defined filters.
- *
- * In order to manage system resources, purge requests are throttled at 50 requests per hour. You should batch
- * the execution of purge requests by sending a single command whose predicate includes all user identities that
- * require purging. Use the in operator to specify multiple identities. You should run the query prior to using for
- * a purge request to verify that the results are expected. Note: this operation is intended for Classic resources,
- * for workspace-based Application Insights resource please run purge operation (directly on the
+ *
+ * In order to manage system resources, purge requests are throttled at 50 requests per hour. You should batch the
+ * execution of purge requests by sending a single command whose predicate includes all user identities that require
+ * purging. Use the in operator to specify multiple identities. You should run the query prior to using for a purge
+ * request to verify that the results are expected.
+ * Note: this operation is intended for Classic resources, for workspace-based Application Insights resource please
+ * run purge operation (directly on the
* workspace)(https://docs.microsoft.com/en-us/rest/api/loganalytics/workspace-purge/purge) , scoped to specific
* resource id.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param body Describes the body of a request to purge data in a single table of an Application Insights component.
@@ -210,20 +210,21 @@ ApplicationInsightsComponentInner updateTags(
* @return response containing operationId for a specific purge action along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response purgeWithResponse(
- String resourceGroupName, String resourceName, ComponentPurgeBody body, Context context);
+ Response purgeWithResponse(String resourceGroupName, String resourceName,
+ ComponentPurgeBody body, Context context);
/**
* Purges data in an Application Insights component by a set of user-defined filters.
- *
- * In order to manage system resources, purge requests are throttled at 50 requests per hour. You should batch
- * the execution of purge requests by sending a single command whose predicate includes all user identities that
- * require purging. Use the in operator to specify multiple identities. You should run the query prior to using for
- * a purge request to verify that the results are expected. Note: this operation is intended for Classic resources,
- * for workspace-based Application Insights resource please run purge operation (directly on the
+ *
+ * In order to manage system resources, purge requests are throttled at 50 requests per hour. You should batch the
+ * execution of purge requests by sending a single command whose predicate includes all user identities that require
+ * purging. Use the in operator to specify multiple identities. You should run the query prior to using for a purge
+ * request to verify that the results are expected.
+ * Note: this operation is intended for Classic resources, for workspace-based Application Insights resource please
+ * run purge operation (directly on the
* workspace)(https://docs.microsoft.com/en-us/rest/api/loganalytics/workspace-purge/purge) , scoped to specific
* resource id.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param body Describes the body of a request to purge data in a single table of an Application Insights component.
@@ -237,7 +238,7 @@ Response purgeWithResponse(
/**
* Get status for an ongoing purge operation.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param purgeId In a purge status request, this is the Id of the operation the status of which is returned.
@@ -248,12 +249,12 @@ Response purgeWithResponse(
* @return status for an ongoing purge operation along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response getPurgeStatusWithResponse(
- String resourceGroupName, String resourceName, String purgeId, Context context);
+ Response getPurgeStatusWithResponse(String resourceGroupName,
+ String resourceName, String purgeId, Context context);
/**
* Get status for an ongoing purge operation.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param purgeId In a purge status request, this is the Id of the operation the status of which is returned.
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/ExportConfigurationsClient.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/ExportConfigurationsClient.java
index a46498bd465c7..8335edcf75f15 100644
--- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/ExportConfigurationsClient.java
+++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/ExportConfigurationsClient.java
@@ -12,27 +12,29 @@
import com.azure.resourcemanager.applicationinsights.models.ApplicationInsightsComponentExportRequest;
import java.util.List;
-/** An instance of this class provides access to all the operations defined in ExportConfigurationsClient. */
+/**
+ * An instance of this class provides access to all the operations defined in ExportConfigurationsClient.
+ */
public interface ExportConfigurationsClient {
/**
* Gets a list of Continuous Export configuration of an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component 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.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return a list of Continuous Export configuration of an Application Insights component along with {@link
- * Response}.
+ * @return a list of Continuous Export configuration of an Application Insights component along with
+ * {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response> listWithResponse(
- String resourceGroupName, String resourceName, Context context);
+ Response> listWithResponse(String resourceGroupName,
+ String resourceName, Context context);
/**
* Gets a list of Continuous Export configuration of an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -45,11 +47,11 @@ Response> listWithRes
/**
* Create a Continuous Export configuration of an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param exportProperties Properties that need to be specified to create a Continuous Export configuration of a
- * Application Insights component.
+ * Application Insights component.
* @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.
@@ -57,31 +59,28 @@ Response> listWithRes
* @return a list of Continuous Export configurations along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response> createWithResponse(
- String resourceGroupName,
- String resourceName,
- ApplicationInsightsComponentExportRequest exportProperties,
- Context context);
+ Response> createWithResponse(String resourceGroupName,
+ String resourceName, ApplicationInsightsComponentExportRequest exportProperties, Context context);
/**
* Create a Continuous Export configuration of an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param exportProperties Properties that need to be specified to create a Continuous Export configuration of a
- * Application Insights component.
+ * Application Insights component.
* @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 list of Continuous Export configurations.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- List create(
- String resourceGroupName, String resourceName, ApplicationInsightsComponentExportRequest exportProperties);
+ List create(String resourceGroupName, String resourceName,
+ ApplicationInsightsComponentExportRequest exportProperties);
/**
* Delete a Continuous Export configuration of an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param exportId The Continuous Export configuration ID. This is unique within a Application Insights component.
@@ -92,12 +91,12 @@ List create(
* @return properties that define a Continuous Export configuration along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response deleteWithResponse(
- String resourceGroupName, String resourceName, String exportId, Context context);
+ Response deleteWithResponse(String resourceGroupName,
+ String resourceName, String exportId, Context context);
/**
* Delete a Continuous Export configuration of an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param exportId The Continuous Export configuration ID. This is unique within a Application Insights component.
@@ -107,12 +106,12 @@ Response deleteWithRespons
* @return properties that define a Continuous Export configuration.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- ApplicationInsightsComponentExportConfigurationInner delete(
- String resourceGroupName, String resourceName, String exportId);
+ ApplicationInsightsComponentExportConfigurationInner delete(String resourceGroupName, String resourceName,
+ String exportId);
/**
* Get the Continuous Export configuration for this export id.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param exportId The Continuous Export configuration ID. This is unique within a Application Insights component.
@@ -123,12 +122,12 @@ ApplicationInsightsComponentExportConfigurationInner delete(
* @return the Continuous Export configuration for this export id along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response getWithResponse(
- String resourceGroupName, String resourceName, String exportId, Context context);
+ Response getWithResponse(String resourceGroupName,
+ String resourceName, String exportId, Context context);
/**
* Get the Continuous Export configuration for this export id.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param exportId The Continuous Export configuration ID. This is unique within a Application Insights component.
@@ -138,12 +137,12 @@ Response getWithResponse(
* @return the Continuous Export configuration for this export id.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- ApplicationInsightsComponentExportConfigurationInner get(
- String resourceGroupName, String resourceName, String exportId);
+ ApplicationInsightsComponentExportConfigurationInner get(String resourceGroupName, String resourceName,
+ String exportId);
/**
* Update the Continuous Export configuration for this export id.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param exportId The Continuous Export configuration ID. This is unique within a Application Insights component.
@@ -155,16 +154,13 @@ ApplicationInsightsComponentExportConfigurationInner get(
* @return properties that define a Continuous Export configuration along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response updateWithResponse(
- String resourceGroupName,
- String resourceName,
- String exportId,
- ApplicationInsightsComponentExportRequest exportProperties,
+ Response updateWithResponse(String resourceGroupName,
+ String resourceName, String exportId, ApplicationInsightsComponentExportRequest exportProperties,
Context context);
/**
* Update the Continuous Export configuration for this export id.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param exportId The Continuous Export configuration ID. This is unique within a Application Insights component.
@@ -175,9 +171,6 @@ Response updateWithRespons
* @return properties that define a Continuous Export configuration.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- ApplicationInsightsComponentExportConfigurationInner update(
- String resourceGroupName,
- String resourceName,
- String exportId,
- ApplicationInsightsComponentExportRequest exportProperties);
+ ApplicationInsightsComponentExportConfigurationInner update(String resourceGroupName, String resourceName,
+ String exportId, ApplicationInsightsComponentExportRequest exportProperties);
}
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/FavoritesClient.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/FavoritesClient.java
index 53a5ace76bfb5..cfe8da64c8769 100644
--- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/FavoritesClient.java
+++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/FavoritesClient.java
@@ -13,18 +13,20 @@
import com.azure.resourcemanager.applicationinsights.models.FavoriteType;
import java.util.List;
-/** An instance of this class provides access to all the operations defined in FavoritesClient. */
+/**
+ * An instance of this class provides access to all the operations defined in FavoritesClient.
+ */
public interface FavoritesClient {
/**
* Gets a list of favorites defined within an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param favoriteType The type of favorite. Value can be either shared or user.
* @param sourceType Source type of favorite to return. When left out, the source type defaults to 'other' (not
- * present in this enum).
+ * present in this enum).
* @param canFetchContent Flag indicating whether or not to return the full content for each applicable favorite. If
- * false, only return summary content for favorites.
+ * false, only return summary content for favorites.
* @param tags Tags that must be present on each favorite returned.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -33,18 +35,13 @@ public interface FavoritesClient {
* @return a list of favorites defined within an Application Insights component along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response> listWithResponse(
- String resourceGroupName,
- String resourceName,
- FavoriteType favoriteType,
- FavoriteSourceType sourceType,
- Boolean canFetchContent,
- List tags,
- Context context);
+ Response> listWithResponse(String resourceGroupName,
+ String resourceName, FavoriteType favoriteType, FavoriteSourceType sourceType, Boolean canFetchContent,
+ List tags, Context context);
/**
* Gets a list of favorites defined within an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -57,7 +54,7 @@ Response> listWithResponse(
/**
* Get a single favorite by its FavoriteId, defined within an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param favoriteId The Id of a specific favorite defined in the Application Insights component.
@@ -65,16 +62,16 @@ Response> listWithResponse(
* @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 single favorite by its FavoriteId, defined within an Application Insights component along with {@link
- * Response}.
+ * @return a single favorite by its FavoriteId, defined within an Application Insights component along with
+ * {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response getWithResponse(
- String resourceGroupName, String resourceName, String favoriteId, Context context);
+ Response getWithResponse(String resourceGroupName, String resourceName,
+ String favoriteId, Context context);
/**
* Get a single favorite by its FavoriteId, defined within an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param favoriteId The Id of a specific favorite defined in the Application Insights component.
@@ -88,50 +85,43 @@ Response getWithResponse(
/**
* Adds a new favorites to an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param favoriteId The Id of a specific favorite defined in the Application Insights component.
* @param favoriteProperties Properties that need to be specified to create a new favorite and add it to an
- * Application Insights component.
+ * Application Insights component.
* @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 properties that define a favorite that is associated to an Application Insights component along with
- * {@link Response}.
+ * {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response addWithResponse(
- String resourceGroupName,
- String resourceName,
- String favoriteId,
- ApplicationInsightsComponentFavoriteInner favoriteProperties,
- Context context);
+ Response addWithResponse(String resourceGroupName, String resourceName,
+ String favoriteId, ApplicationInsightsComponentFavoriteInner favoriteProperties, Context context);
/**
* Adds a new favorites to an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param favoriteId The Id of a specific favorite defined in the Application Insights component.
* @param favoriteProperties Properties that need to be specified to create a new favorite and add it to an
- * Application Insights component.
+ * Application Insights component.
* @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 properties that define a favorite that is associated to an Application Insights component.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- ApplicationInsightsComponentFavoriteInner add(
- String resourceGroupName,
- String resourceName,
- String favoriteId,
+ ApplicationInsightsComponentFavoriteInner add(String resourceGroupName, String resourceName, String favoriteId,
ApplicationInsightsComponentFavoriteInner favoriteProperties);
/**
* Updates a favorite that has already been added to an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param favoriteId The Id of a specific favorite defined in the Application Insights component.
@@ -141,19 +131,16 @@ ApplicationInsightsComponentFavoriteInner add(
* @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 properties that define a favorite that is associated to an Application Insights component along with
- * {@link Response}.
+ * {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response updateWithResponse(
- String resourceGroupName,
- String resourceName,
- String favoriteId,
- ApplicationInsightsComponentFavoriteInner favoriteProperties,
+ Response updateWithResponse(String resourceGroupName,
+ String resourceName, String favoriteId, ApplicationInsightsComponentFavoriteInner favoriteProperties,
Context context);
/**
* Updates a favorite that has already been added to an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param favoriteId The Id of a specific favorite defined in the Application Insights component.
@@ -164,15 +151,12 @@ Response updateWithResponse(
* @return properties that define a favorite that is associated to an Application Insights component.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- ApplicationInsightsComponentFavoriteInner update(
- String resourceGroupName,
- String resourceName,
- String favoriteId,
+ ApplicationInsightsComponentFavoriteInner update(String resourceGroupName, String resourceName, String favoriteId,
ApplicationInsightsComponentFavoriteInner favoriteProperties);
/**
* Remove a favorite that is associated to an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param favoriteId The Id of a specific favorite defined in the Application Insights component.
@@ -183,12 +167,12 @@ ApplicationInsightsComponentFavoriteInner update(
* @return the {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response deleteWithResponse(
- String resourceGroupName, String resourceName, String favoriteId, Context context);
+ Response deleteWithResponse(String resourceGroupName, String resourceName, String favoriteId,
+ Context context);
/**
* Remove a favorite that is associated to an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param favoriteId The Id of a specific favorite defined in the Application Insights component.
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/LiveTokensClient.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/LiveTokensClient.java
index 3fa9baf5c68e1..c2f5eb2daf840 100644
--- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/LiveTokensClient.java
+++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/LiveTokensClient.java
@@ -10,11 +10,13 @@
import com.azure.core.util.Context;
import com.azure.resourcemanager.applicationinsights.fluent.models.LiveTokenResponseInner;
-/** An instance of this class provides access to all the operations defined in LiveTokensClient. */
+/**
+ * An instance of this class provides access to all the operations defined in LiveTokensClient.
+ */
public interface LiveTokensClient {
/**
* **Gets an access token for live metrics stream data.**.
- *
+ *
* @param resourceUri The identifier of the resource.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -27,7 +29,7 @@ public interface LiveTokensClient {
/**
* **Gets an access token for live metrics stream data.**.
- *
+ *
* @param resourceUri The identifier of the resource.
* @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/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/MyWorkbooksClient.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/MyWorkbooksClient.java
deleted file mode 100644
index 22093576b0b38..0000000000000
--- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/MyWorkbooksClient.java
+++ /dev/null
@@ -1,223 +0,0 @@
-// Copyright (c) Microsoft Corporation. All rights reserved.
-// Licensed under the MIT License.
-// Code generated by Microsoft (R) AutoRest Code Generator.
-
-package com.azure.resourcemanager.applicationinsights.fluent;
-
-import com.azure.core.annotation.ReturnType;
-import com.azure.core.annotation.ServiceMethod;
-import com.azure.core.http.rest.PagedIterable;
-import com.azure.core.http.rest.Response;
-import com.azure.core.util.Context;
-import com.azure.resourcemanager.applicationinsights.fluent.models.MyWorkbookInner;
-import com.azure.resourcemanager.applicationinsights.models.CategoryType;
-import java.util.List;
-
-/** An instance of this class provides access to all the operations defined in MyWorkbooksClient. */
-public interface MyWorkbooksClient {
- /**
- * Get all private workbooks defined within a specified resource group and category.
- *
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param category Category of workbook to return.
- * @throws IllegalArgumentException thrown if parameters fail the validation.
- * @throws com.azure.resourcemanager.applicationinsights.models.ErrorDefinitionException thrown if the request is
- * rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return all private workbooks defined within a specified resource group and category as paginated response with
- * {@link PagedIterable}.
- */
- @ServiceMethod(returns = ReturnType.COLLECTION)
- PagedIterable listByResourceGroup(String resourceGroupName, CategoryType category);
-
- /**
- * Get all private workbooks defined within a specified resource group and category.
- *
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param category Category of workbook to return.
- * @param tags Tags presents on each workbook returned.
- * @param sourceId Azure Resource Id that will fetch all linked workbooks.
- * @param canFetchContent Flag indicating whether or not to return the full content for each applicable workbook. If
- * false, only return summary content for workbooks.
- * @param context The context to associate with this operation.
- * @throws IllegalArgumentException thrown if parameters fail the validation.
- * @throws com.azure.resourcemanager.applicationinsights.models.ErrorDefinitionException thrown if the request is
- * rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return all private workbooks defined within a specified resource group and category as paginated response with
- * {@link PagedIterable}.
- */
- @ServiceMethod(returns = ReturnType.COLLECTION)
- PagedIterable listByResourceGroup(
- String resourceGroupName,
- CategoryType category,
- List tags,
- String sourceId,
- Boolean canFetchContent,
- Context context);
-
- /**
- * Get all private workbooks defined within a specified subscription and category.
- *
- * @param category Category of workbook to return.
- * @throws IllegalArgumentException thrown if parameters fail the validation.
- * @throws com.azure.resourcemanager.applicationinsights.models.ErrorDefinitionException thrown if the request is
- * rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return all private workbooks defined within a specified subscription and category as paginated response with
- * {@link PagedIterable}.
- */
- @ServiceMethod(returns = ReturnType.COLLECTION)
- PagedIterable list(CategoryType category);
-
- /**
- * Get all private workbooks defined within a specified subscription and category.
- *
- * @param category Category of workbook to return.
- * @param tags Tags presents on each workbook returned.
- * @param canFetchContent Flag indicating whether or not to return the full content for each applicable workbook. If
- * false, only return summary content for workbooks.
- * @param context The context to associate with this operation.
- * @throws IllegalArgumentException thrown if parameters fail the validation.
- * @throws com.azure.resourcemanager.applicationinsights.models.ErrorDefinitionException thrown if the request is
- * rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return all private workbooks defined within a specified subscription and category as paginated response with
- * {@link PagedIterable}.
- */
- @ServiceMethod(returns = ReturnType.COLLECTION)
- PagedIterable list(
- CategoryType category, List tags, Boolean canFetchContent, Context context);
-
- /**
- * Get a single private workbook by its resourceName.
- *
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param resourceName The name of the Application Insights component resource.
- * @param context The context to associate with this operation.
- * @throws IllegalArgumentException thrown if parameters fail the validation.
- * @throws com.azure.resourcemanager.applicationinsights.models.ErrorDefinitionException thrown if the request is
- * rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return a single private workbook by its resourceName along with {@link Response}.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- Response getByResourceGroupWithResponse(
- String resourceGroupName, String resourceName, Context context);
-
- /**
- * Get a single private workbook by its resourceName.
- *
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param resourceName The name of the Application Insights component resource.
- * @throws IllegalArgumentException thrown if parameters fail the validation.
- * @throws com.azure.resourcemanager.applicationinsights.models.ErrorDefinitionException thrown if the request is
- * rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return a single private workbook by its resourceName.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- MyWorkbookInner getByResourceGroup(String resourceGroupName, String resourceName);
-
- /**
- * Delete a private workbook.
- *
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param resourceName The name of the Application Insights component resource.
- * @param context The context to associate with this operation.
- * @throws IllegalArgumentException thrown if parameters fail the validation.
- * @throws com.azure.resourcemanager.applicationinsights.models.ErrorDefinitionException 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 resourceName, Context context);
-
- /**
- * Delete a private workbook.
- *
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param resourceName The name of the Application Insights component resource.
- * @throws IllegalArgumentException thrown if parameters fail the validation.
- * @throws com.azure.resourcemanager.applicationinsights.models.ErrorDefinitionException 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 resourceName);
-
- /**
- * Create a new private workbook.
- *
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param resourceName The name of the Application Insights component resource.
- * @param workbookProperties Properties that need to be specified to create a new private workbook.
- * @param sourceId Azure Resource Id that will fetch all linked workbooks.
- * @param context The context to associate with this operation.
- * @throws IllegalArgumentException thrown if parameters fail the validation.
- * @throws com.azure.resourcemanager.applicationinsights.models.ErrorDefinitionException thrown if the request is
- * rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return an Application Insights private workbook definition along with {@link Response}.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- Response createOrUpdateWithResponse(
- String resourceGroupName,
- String resourceName,
- MyWorkbookInner workbookProperties,
- String sourceId,
- Context context);
-
- /**
- * Create a new private workbook.
- *
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param resourceName The name of the Application Insights component resource.
- * @param workbookProperties Properties that need to be specified to create a new private workbook.
- * @throws IllegalArgumentException thrown if parameters fail the validation.
- * @throws com.azure.resourcemanager.applicationinsights.models.ErrorDefinitionException thrown if the request is
- * rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return an Application Insights private workbook definition.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- MyWorkbookInner createOrUpdate(String resourceGroupName, String resourceName, MyWorkbookInner workbookProperties);
-
- /**
- * Updates a private workbook that has already been added.
- *
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param resourceName The name of the Application Insights component resource.
- * @param workbookProperties Properties that need to be specified to create a new private workbook.
- * @param sourceId Azure Resource Id that will fetch all linked workbooks.
- * @param context The context to associate with this operation.
- * @throws IllegalArgumentException thrown if parameters fail the validation.
- * @throws com.azure.resourcemanager.applicationinsights.models.ErrorDefinitionException thrown if the request is
- * rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return an Application Insights private workbook definition along with {@link Response}.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- Response updateWithResponse(
- String resourceGroupName,
- String resourceName,
- MyWorkbookInner workbookProperties,
- String sourceId,
- Context context);
-
- /**
- * Updates a private workbook that has already been added.
- *
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param resourceName The name of the Application Insights component resource.
- * @param workbookProperties Properties that need to be specified to create a new private workbook.
- * @throws IllegalArgumentException thrown if parameters fail the validation.
- * @throws com.azure.resourcemanager.applicationinsights.models.ErrorDefinitionException thrown if the request is
- * rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return an Application Insights private workbook definition.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- MyWorkbookInner update(String resourceGroupName, String resourceName, MyWorkbookInner workbookProperties);
-}
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/OperationsClient.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/OperationsClient.java
index eef1549f5516a..c0b01fe6b2f29 100644
--- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/OperationsClient.java
+++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/OperationsClient.java
@@ -10,28 +10,30 @@
import com.azure.core.util.Context;
import com.azure.resourcemanager.applicationinsights.fluent.models.OperationInner;
-/** 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 {
/**
* Lists all of the available insights REST API operations.
- *
+ *
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return result of the request to list Azure Workbooks operations as paginated response with {@link
- * PagedIterable}.
+ * @return result of the request to list Azure Workbooks operations as paginated response with
+ * {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable list();
/**
* Lists all of the available insights REST API operations.
- *
+ *
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return result of the request to list Azure Workbooks operations as paginated response with {@link
- * PagedIterable}.
+ * @return result of the request to list Azure Workbooks operations as paginated response with
+ * {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable list(Context context);
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/ProactiveDetectionConfigurationsClient.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/ProactiveDetectionConfigurationsClient.java
index 95d35c1b8ce12..08a862ff67a11 100644
--- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/ProactiveDetectionConfigurationsClient.java
+++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/ProactiveDetectionConfigurationsClient.java
@@ -17,23 +17,23 @@
public interface ProactiveDetectionConfigurationsClient {
/**
* Gets a list of ProactiveDetection configurations of an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component 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.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return a list of ProactiveDetection configurations of an Application Insights component along with {@link
- * Response}.
+ * @return a list of ProactiveDetection configurations of an Application Insights component along with
+ * {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response> listWithResponse(
- String resourceGroupName, String resourceName, Context context);
+ Response>
+ listWithResponse(String resourceGroupName, String resourceName, Context context);
/**
* Gets a list of ProactiveDetection configurations of an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -42,16 +42,16 @@ Response>
* @return a list of ProactiveDetection configurations of an Application Insights component.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- List list(
- String resourceGroupName, String resourceName);
+ List list(String resourceGroupName,
+ String resourceName);
/**
* Get the ProactiveDetection configuration for this configuration id.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param configurationId The ProactiveDetection configuration ID. This is unique within a Application Insights
- * component.
+ * component.
* @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.
@@ -59,34 +59,34 @@ List list(
* @return the ProactiveDetection configuration for this configuration id along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response getWithResponse(
- String resourceGroupName, String resourceName, String configurationId, Context context);
+ Response getWithResponse(String resourceGroupName,
+ String resourceName, String configurationId, Context context);
/**
* Get the ProactiveDetection configuration for this configuration id.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param configurationId The ProactiveDetection configuration ID. This is unique within a Application Insights
- * component.
+ * component.
* @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 ProactiveDetection configuration for this configuration id.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- ApplicationInsightsComponentProactiveDetectionConfigurationInner get(
- String resourceGroupName, String resourceName, String configurationId);
+ ApplicationInsightsComponentProactiveDetectionConfigurationInner get(String resourceGroupName, String resourceName,
+ String configurationId);
/**
* Update the ProactiveDetection configuration for this configuration id.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param configurationId The ProactiveDetection configuration ID. This is unique within a Application Insights
- * component.
+ * component.
* @param proactiveDetectionProperties Properties that need to be specified to update the ProactiveDetection
- * configuration.
+ * configuration.
* @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.
@@ -95,30 +95,25 @@ ApplicationInsightsComponentProactiveDetectionConfigurationInner get(
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Response updateWithResponse(
- String resourceGroupName,
- String resourceName,
- String configurationId,
- ApplicationInsightsComponentProactiveDetectionConfigurationInner proactiveDetectionProperties,
- Context context);
+ String resourceGroupName, String resourceName, String configurationId,
+ ApplicationInsightsComponentProactiveDetectionConfigurationInner proactiveDetectionProperties, Context context);
/**
* Update the ProactiveDetection configuration for this configuration id.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param configurationId The ProactiveDetection configuration ID. This is unique within a Application Insights
- * component.
+ * component.
* @param proactiveDetectionProperties Properties that need to be specified to update the ProactiveDetection
- * configuration.
+ * configuration.
* @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 properties that define a ProactiveDetection configuration.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- ApplicationInsightsComponentProactiveDetectionConfigurationInner update(
- String resourceGroupName,
- String resourceName,
- String configurationId,
+ ApplicationInsightsComponentProactiveDetectionConfigurationInner update(String resourceGroupName,
+ String resourceName, String configurationId,
ApplicationInsightsComponentProactiveDetectionConfigurationInner proactiveDetectionProperties);
}
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/WebTestLocationsClient.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/WebTestLocationsClient.java
index 24790c3ab2d33..4b194daf692c9 100644
--- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/WebTestLocationsClient.java
+++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/WebTestLocationsClient.java
@@ -10,25 +10,27 @@
import com.azure.core.util.Context;
import com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentWebTestLocationInner;
-/** An instance of this class provides access to all the operations defined in WebTestLocationsClient. */
+/**
+ * An instance of this class provides access to all the operations defined in WebTestLocationsClient.
+ */
public interface WebTestLocationsClient {
/**
* Gets a list of web test locations available to this Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component 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 list of web test locations available to this Application Insights component as paginated response with
- * {@link PagedIterable}.
+ * {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable list(String resourceGroupName, String resourceName);
/**
* Gets a list of web test locations available to this Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param context The context to associate with this operation.
@@ -36,9 +38,9 @@ public interface WebTestLocationsClient {
* @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 list of web test locations available to this Application Insights component as paginated response with
- * {@link PagedIterable}.
+ * {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
- PagedIterable list(
- String resourceGroupName, String resourceName, Context context);
+ PagedIterable list(String resourceGroupName, String resourceName,
+ Context context);
}
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/WebTestsClient.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/WebTestsClient.java
index b6b6194917a72..f3c71a7c6e86b 100644
--- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/WebTestsClient.java
+++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/WebTestsClient.java
@@ -12,38 +12,40 @@
import com.azure.resourcemanager.applicationinsights.fluent.models.WebTestInner;
import com.azure.resourcemanager.applicationinsights.models.TagsResource;
-/** An instance of this class provides access to all the operations defined in WebTestsClient. */
+/**
+ * An instance of this class provides access to all the operations defined in WebTestsClient.
+ */
public interface WebTestsClient {
/**
* Get all Application Insights web tests defined for the specified 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 all Application Insights web tests defined for the specified resource group as paginated response with
- * {@link PagedIterable}.
+ * {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable listByResourceGroup(String resourceGroupName);
/**
* Get all Application Insights web tests defined for the specified resource group.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @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 all Application Insights web tests defined for the specified resource group as paginated response with
- * {@link PagedIterable}.
+ * {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable listByResourceGroup(String resourceGroupName, Context context);
/**
* Get a specific Application Insights web test definition.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param webTestName The name of the Application Insights WebTest resource.
* @param context The context to associate with this operation.
@@ -53,12 +55,12 @@ public interface WebTestsClient {
* @return a specific Application Insights web test definition along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response getByResourceGroupWithResponse(
- String resourceGroupName, String webTestName, Context context);
+ Response getByResourceGroupWithResponse(String resourceGroupName, String webTestName,
+ Context context);
/**
* Get a specific Application Insights web test definition.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param webTestName The name of the Application Insights WebTest resource.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -71,11 +73,11 @@ Response getByResourceGroupWithResponse(
/**
* Creates or updates an Application Insights web test definition.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param webTestName The name of the Application Insights WebTest resource.
* @param webTestDefinition Properties that need to be specified to create or update an Application Insights web
- * test definition.
+ * test 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.
@@ -83,16 +85,16 @@ Response getByResourceGroupWithResponse(
* @return an Application Insights WebTest definition along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response createOrUpdateWithResponse(
- String resourceGroupName, String webTestName, WebTestInner webTestDefinition, Context context);
+ Response createOrUpdateWithResponse(String resourceGroupName, String webTestName,
+ WebTestInner webTestDefinition, Context context);
/**
* Creates or updates an Application Insights web test definition.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param webTestName The name of the Application Insights WebTest resource.
* @param webTestDefinition Properties that need to be specified to create or update an Application Insights web
- * test definition.
+ * test 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.
@@ -103,7 +105,7 @@ Response createOrUpdateWithResponse(
/**
* Updates the tags associated with an Application Insights web test.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param webTestName The name of the Application Insights WebTest resource.
* @param webTestTags Updated tag information to associate with the web test resource.
@@ -114,12 +116,12 @@ Response createOrUpdateWithResponse(
* @return an Application Insights WebTest definition along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response updateTagsWithResponse(
- String resourceGroupName, String webTestName, TagsResource webTestTags, Context context);
+ Response updateTagsWithResponse(String resourceGroupName, String webTestName,
+ TagsResource webTestTags, Context context);
/**
* Updates the tags associated with an Application Insights web test.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param webTestName The name of the Application Insights WebTest resource.
* @param webTestTags Updated tag information to associate with the web test resource.
@@ -133,7 +135,7 @@ Response updateTagsWithResponse(
/**
* Deletes an Application Insights web test.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param webTestName The name of the Application Insights WebTest resource.
* @param context The context to associate with this operation.
@@ -147,7 +149,7 @@ Response updateTagsWithResponse(
/**
* Deletes an Application Insights web test.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param webTestName The name of the Application Insights WebTest resource.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -159,53 +161,53 @@ Response updateTagsWithResponse(
/**
* Get all Application Insights web test definitions for the specified 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 all Application Insights web test definitions for the specified subscription as paginated response with
- * {@link PagedIterable}.
+ * {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable list();
/**
* Get all Application Insights web test definitions for the specified subscription.
- *
+ *
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return all Application Insights web test definitions for the specified subscription as paginated response with
- * {@link PagedIterable}.
+ * {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable list(Context context);
/**
* Get all Application Insights web tests defined for the specified component.
- *
+ *
* @param componentName The name of the Application Insights component resource.
* @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 all Application Insights web tests defined for the specified component as paginated response with {@link
- * PagedIterable}.
+ * @return all Application Insights web tests defined for the specified component as paginated response with
+ * {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable listByComponent(String componentName, String resourceGroupName);
/**
* Get all Application Insights web tests defined for the specified component.
- *
+ *
* @param componentName The name of the Application Insights component resource.
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @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 all Application Insights web tests defined for the specified component as paginated response with {@link
- * PagedIterable}.
+ * @return all Application Insights web tests defined for the specified component as paginated response with
+ * {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable listByComponent(String componentName, String resourceGroupName, Context context);
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/WorkItemConfigurationsClient.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/WorkItemConfigurationsClient.java
index 005d889dd40fc..084335cf413be 100644
--- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/WorkItemConfigurationsClient.java
+++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/WorkItemConfigurationsClient.java
@@ -12,46 +12,48 @@
import com.azure.resourcemanager.applicationinsights.fluent.models.WorkItemConfigurationInner;
import com.azure.resourcemanager.applicationinsights.models.WorkItemCreateConfiguration;
-/** An instance of this class provides access to all the operations defined in WorkItemConfigurationsClient. */
+/**
+ * An instance of this class provides access to all the operations defined in WorkItemConfigurationsClient.
+ */
public interface WorkItemConfigurationsClient {
/**
* Gets the list work item configurations that exist for the application.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.applicationinsights.models.WorkItemConfigurationErrorException thrown if the
- * request is rejected by server.
+ * request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return the list work item configurations that exist for the application as paginated response with {@link
- * PagedIterable}.
+ * @return the list work item configurations that exist for the application as paginated response with
+ * {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable list(String resourceGroupName, String resourceName);
/**
* Gets the list work item configurations that exist for the application.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.applicationinsights.models.WorkItemConfigurationErrorException thrown if the
- * request is rejected by server.
+ * request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return the list work item configurations that exist for the application as paginated response with {@link
- * PagedIterable}.
+ * @return the list work item configurations that exist for the application as paginated response with
+ * {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable list(String resourceGroupName, String resourceName, Context context);
/**
* Create a work item configuration for an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param workItemConfigurationProperties Properties that need to be specified to create a work item configuration
- * of a Application Insights component.
+ * of a Application Insights component.
* @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.
@@ -59,31 +61,28 @@ public interface WorkItemConfigurationsClient {
* @return work item configuration associated with an application insights resource along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response createWithResponse(
- String resourceGroupName,
- String resourceName,
- WorkItemCreateConfiguration workItemConfigurationProperties,
- Context context);
+ Response createWithResponse(String resourceGroupName, String resourceName,
+ WorkItemCreateConfiguration workItemConfigurationProperties, Context context);
/**
* Create a work item configuration for an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param workItemConfigurationProperties Properties that need to be specified to create a work item configuration
- * of a Application Insights component.
+ * of a Application Insights component.
* @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 work item configuration associated with an application insights resource.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- WorkItemConfigurationInner create(
- String resourceGroupName, String resourceName, WorkItemCreateConfiguration workItemConfigurationProperties);
+ WorkItemConfigurationInner create(String resourceGroupName, String resourceName,
+ WorkItemCreateConfiguration workItemConfigurationProperties);
/**
* Gets default work item configurations that exist for the application.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param context The context to associate with this operation.
@@ -93,12 +92,12 @@ WorkItemConfigurationInner create(
* @return default work item configurations that exist for the application along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response getDefaultWithResponse(
- String resourceGroupName, String resourceName, Context context);
+ Response getDefaultWithResponse(String resourceGroupName, String resourceName,
+ Context context);
/**
* Gets default work item configurations that exist for the application.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -111,11 +110,11 @@ Response getDefaultWithResponse(
/**
* Delete a work item configuration of an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param workItemConfigId The unique work item configuration Id. This can be either friendly name of connector as
- * defined in connector configuration.
+ * defined in connector configuration.
* @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.
@@ -123,16 +122,16 @@ Response getDefaultWithResponse(
* @return the {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response deleteWithResponse(
- String resourceGroupName, String resourceName, String workItemConfigId, Context context);
+ Response deleteWithResponse(String resourceGroupName, String resourceName, String workItemConfigId,
+ Context context);
/**
* Delete a work item configuration of an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param workItemConfigId The unique work item configuration Id. This can be either friendly name of connector as
- * defined in connector configuration.
+ * defined in connector configuration.
* @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.
@@ -142,11 +141,11 @@ Response deleteWithResponse(
/**
* Gets specified work item configuration for an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param workItemConfigId The unique work item configuration Id. This can be either friendly name of connector as
- * defined in connector configuration.
+ * defined in connector configuration.
* @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.
@@ -154,16 +153,16 @@ Response deleteWithResponse(
* @return specified work item configuration for an Application Insights component along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response getItemWithResponse(
- String resourceGroupName, String resourceName, String workItemConfigId, Context context);
+ Response getItemWithResponse(String resourceGroupName, String resourceName,
+ String workItemConfigId, Context context);
/**
* Gets specified work item configuration for an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param workItemConfigId The unique work item configuration Id. This can be either friendly name of connector as
- * defined in connector configuration.
+ * defined in connector configuration.
* @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.
@@ -174,13 +173,13 @@ Response getItemWithResponse(
/**
* Update a work item configuration for an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param workItemConfigId The unique work item configuration Id. This can be either friendly name of connector as
- * defined in connector configuration.
+ * defined in connector configuration.
* @param workItemConfigurationProperties Properties that need to be specified to update a work item configuration
- * for this Application Insights component.
+ * for this Application Insights component.
* @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.
@@ -188,31 +187,24 @@ Response getItemWithResponse(
* @return work item configuration associated with an application insights resource along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response updateItemWithResponse(
- String resourceGroupName,
- String resourceName,
- String workItemConfigId,
- WorkItemCreateConfiguration workItemConfigurationProperties,
- Context context);
+ Response updateItemWithResponse(String resourceGroupName, String resourceName,
+ String workItemConfigId, WorkItemCreateConfiguration workItemConfigurationProperties, Context context);
/**
* Update a work item configuration for an Application Insights component.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param workItemConfigId The unique work item configuration Id. This can be either friendly name of connector as
- * defined in connector configuration.
+ * defined in connector configuration.
* @param workItemConfigurationProperties Properties that need to be specified to update a work item configuration
- * for this Application Insights component.
+ * for this Application Insights component.
* @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 work item configuration associated with an application insights resource.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- WorkItemConfigurationInner updateItem(
- String resourceGroupName,
- String resourceName,
- String workItemConfigId,
+ WorkItemConfigurationInner updateItem(String resourceGroupName, String resourceName, String workItemConfigId,
WorkItemCreateConfiguration workItemConfigurationProperties);
}
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/WorkbookTemplatesClient.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/WorkbookTemplatesClient.java
index 7cb3f51ddc467..00c0aca35f5c8 100644
--- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/WorkbookTemplatesClient.java
+++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/WorkbookTemplatesClient.java
@@ -12,38 +12,40 @@
import com.azure.resourcemanager.applicationinsights.fluent.models.WorkbookTemplateInner;
import com.azure.resourcemanager.applicationinsights.models.WorkbookTemplateUpdateParameters;
-/** An instance of this class provides access to all the operations defined in WorkbookTemplatesClient. */
+/**
+ * An instance of this class provides access to all the operations defined in WorkbookTemplatesClient.
+ */
public interface WorkbookTemplatesClient {
/**
* Get all Workbook templates defined within a specified 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 all Workbook templates defined within a specified resource group as paginated response with {@link
- * PagedIterable}.
+ * @return all Workbook templates defined within a specified resource group as paginated response with
+ * {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable listByResourceGroup(String resourceGroupName);
/**
* Get all Workbook templates defined within a specified resource group.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @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 all Workbook templates defined within a specified resource group as paginated response with {@link
- * PagedIterable}.
+ * @return all Workbook templates defined within a specified resource group as paginated response with
+ * {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable listByResourceGroup(String resourceGroupName, Context context);
/**
* Get a single workbook template by its resourceName.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param context The context to associate with this operation.
@@ -53,12 +55,12 @@ public interface WorkbookTemplatesClient {
* @return a single workbook template by its resourceName along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response getByResourceGroupWithResponse(
- String resourceGroupName, String resourceName, Context context);
+ Response getByResourceGroupWithResponse(String resourceGroupName, String resourceName,
+ Context context);
/**
* Get a single workbook template by its resourceName.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -71,7 +73,7 @@ Response getByResourceGroupWithResponse(
/**
* Delete a workbook template.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param context The context to associate with this operation.
@@ -85,7 +87,7 @@ Response getByResourceGroupWithResponse(
/**
* Delete a workbook template.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -97,7 +99,7 @@ Response getByResourceGroupWithResponse(
/**
* Create a new workbook template.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param workbookTemplateProperties Properties that need to be specified to create a new workbook.
@@ -108,15 +110,12 @@ Response getByResourceGroupWithResponse(
* @return an Application Insights workbook template definition along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response createOrUpdateWithResponse(
- String resourceGroupName,
- String resourceName,
- WorkbookTemplateInner workbookTemplateProperties,
- Context context);
+ Response createOrUpdateWithResponse(String resourceGroupName, String resourceName,
+ WorkbookTemplateInner workbookTemplateProperties, Context context);
/**
* Create a new workbook template.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param workbookTemplateProperties Properties that need to be specified to create a new workbook.
@@ -126,12 +125,12 @@ Response createOrUpdateWithResponse(
* @return an Application Insights workbook template definition.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- WorkbookTemplateInner createOrUpdate(
- String resourceGroupName, String resourceName, WorkbookTemplateInner workbookTemplateProperties);
+ WorkbookTemplateInner createOrUpdate(String resourceGroupName, String resourceName,
+ WorkbookTemplateInner workbookTemplateProperties);
/**
* Updates a workbook template that has already been added.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param workbookTemplateUpdateParameters Properties that need to be specified to patch a workbook template.
@@ -142,15 +141,12 @@ WorkbookTemplateInner createOrUpdate(
* @return an Application Insights workbook template definition along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response updateWithResponse(
- String resourceGroupName,
- String resourceName,
- WorkbookTemplateUpdateParameters workbookTemplateUpdateParameters,
- Context context);
+ Response updateWithResponse(String resourceGroupName, String resourceName,
+ WorkbookTemplateUpdateParameters workbookTemplateUpdateParameters, Context context);
/**
* Updates a workbook template that has already been added.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @throws IllegalArgumentException thrown if parameters fail the validation.
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/WorkbooksClient.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/WorkbooksClient.java
index 083782eb5faf8..e9c78c0be394f 100644
--- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/WorkbooksClient.java
+++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/WorkbooksClient.java
@@ -14,108 +14,105 @@
import com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters;
import java.util.List;
-/** An instance of this class provides access to all the operations defined in WorkbooksClient. */
+/**
+ * An instance of this class provides access to all the operations defined in WorkbooksClient.
+ */
public interface WorkbooksClient {
/**
* Get all Workbooks defined within a specified subscription and category.
- *
+ *
* @param category Category of workbook to return.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.applicationinsights.models.WorkbookErrorDefinitionException thrown if the
- * request is rejected by server.
+ * request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return all Workbooks defined within a specified subscription and category as paginated response with {@link
- * PagedIterable}.
+ * @return all Workbooks defined within a specified subscription and category as paginated response with
+ * {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable list(CategoryType category);
/**
* Get all Workbooks defined within a specified subscription and category.
- *
+ *
* @param category Category of workbook to return.
* @param tags Tags presents on each workbook returned.
* @param canFetchContent Flag indicating whether or not to return the full content for each applicable workbook. If
- * false, only return summary content for workbooks.
+ * false, only return summary content for workbooks.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.applicationinsights.models.WorkbookErrorDefinitionException thrown if the
- * request is rejected by server.
+ * request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return all Workbooks defined within a specified subscription and category as paginated response with {@link
- * PagedIterable}.
+ * @return all Workbooks defined within a specified subscription and category as paginated response with
+ * {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
- PagedIterable list(
- CategoryType category, List tags, Boolean canFetchContent, Context context);
+ PagedIterable list(CategoryType category, List tags, Boolean canFetchContent,
+ Context context);
/**
* Get all Workbooks defined within a specified resource group and category.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param category Category of workbook to return.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.applicationinsights.models.WorkbookErrorDefinitionException thrown if the
- * request is rejected by server.
+ * request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return all Workbooks defined within a specified resource group and category as paginated response with {@link
- * PagedIterable}.
+ * @return all Workbooks defined within a specified resource group and category as paginated response with
+ * {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable listByResourceGroup(String resourceGroupName, CategoryType category);
/**
* Get all Workbooks defined within a specified resource group and category.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param category Category of workbook to return.
* @param tags Tags presents on each workbook returned.
* @param sourceId Azure Resource Id that will fetch all linked workbooks.
* @param canFetchContent Flag indicating whether or not to return the full content for each applicable workbook. If
- * false, only return summary content for workbooks.
+ * false, only return summary content for workbooks.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.applicationinsights.models.WorkbookErrorDefinitionException thrown if the
- * request is rejected by server.
+ * request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return all Workbooks defined within a specified resource group and category as paginated response with {@link
- * PagedIterable}.
+ * @return all Workbooks defined within a specified resource group and category as paginated response with
+ * {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
- PagedIterable listByResourceGroup(
- String resourceGroupName,
- CategoryType category,
- List tags,
- String sourceId,
- Boolean canFetchContent,
- Context context);
+ PagedIterable listByResourceGroup(String resourceGroupName, CategoryType category, List tags,
+ String sourceId, Boolean canFetchContent, Context context);
/**
* Get a single workbook by its resourceName.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param resourceName The name of the resource.
+ * @param resourceName The name of the workbook resource. The value must be an UUID.
* @param canFetchContent Flag indicating whether or not to return the full content for each applicable workbook. If
- * false, only return summary content for workbooks.
+ * false, only return summary content for workbooks.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.applicationinsights.models.WorkbookErrorDefinitionException thrown if the
- * request is rejected by server.
+ * request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return a single workbook by its resourceName along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response getByResourceGroupWithResponse(
- String resourceGroupName, String resourceName, Boolean canFetchContent, Context context);
+ Response getByResourceGroupWithResponse(String resourceGroupName, String resourceName,
+ Boolean canFetchContent, Context context);
/**
* Get a single workbook by its resourceName.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param resourceName The name of the resource.
+ * @param resourceName The name of the workbook resource. The value must be an UUID.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.applicationinsights.models.WorkbookErrorDefinitionException thrown if the
- * request is rejected by server.
+ * request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return a single workbook by its resourceName.
*/
@@ -124,13 +121,13 @@ Response getByResourceGroupWithResponse(
/**
* Delete a workbook.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param resourceName The name of the resource.
+ * @param resourceName The name of the workbook resource. The value must be an UUID.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.applicationinsights.models.WorkbookErrorDefinitionException thrown if the
- * request is rejected by server.
+ * request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the {@link Response}.
*/
@@ -139,12 +136,12 @@ Response getByResourceGroupWithResponse(
/**
* Delete a workbook.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param resourceName The name of the resource.
+ * @param resourceName The name of the workbook resource. The value must be an UUID.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.applicationinsights.models.WorkbookErrorDefinitionException thrown if the
- * request is rejected by server.
+ * request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
@@ -152,35 +149,31 @@ Response getByResourceGroupWithResponse(
/**
* Create a new workbook.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param resourceName The name of the resource.
+ * @param resourceName The name of the workbook resource. The value must be an UUID.
* @param workbookProperties Properties that need to be specified to create a new workbook.
* @param sourceId Azure Resource Id that will fetch all linked workbooks.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.applicationinsights.models.WorkbookErrorDefinitionException thrown if the
- * request is rejected by server.
+ * request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return a workbook definition along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response createOrUpdateWithResponse(
- String resourceGroupName,
- String resourceName,
- WorkbookInner workbookProperties,
- String sourceId,
- Context context);
+ Response createOrUpdateWithResponse(String resourceGroupName, String resourceName,
+ WorkbookInner workbookProperties, String sourceId, Context context);
/**
* Create a new workbook.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param resourceName The name of the resource.
+ * @param resourceName The name of the workbook resource. The value must be an UUID.
* @param workbookProperties Properties that need to be specified to create a new workbook.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.applicationinsights.models.WorkbookErrorDefinitionException thrown if the
- * request is rejected by server.
+ * request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return a workbook definition.
*/
@@ -189,34 +182,30 @@ Response createOrUpdateWithResponse(
/**
* Updates a workbook that has already been added.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param resourceName The name of the resource.
+ * @param resourceName The name of the workbook resource. The value must be an UUID.
* @param sourceId Azure Resource Id that will fetch all linked workbooks.
* @param workbookUpdateParameters Properties that need to be specified to create a new workbook.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.applicationinsights.models.WorkbookErrorDefinitionException thrown if the
- * request is rejected by server.
+ * request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return a workbook definition along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response updateWithResponse(
- String resourceGroupName,
- String resourceName,
- String sourceId,
- WorkbookUpdateParameters workbookUpdateParameters,
- Context context);
+ Response updateWithResponse(String resourceGroupName, String resourceName, String sourceId,
+ WorkbookUpdateParameters workbookUpdateParameters, Context context);
/**
* Updates a workbook that has already been added.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param resourceName The name of the resource.
+ * @param resourceName The name of the workbook resource. The value must be an UUID.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.applicationinsights.models.WorkbookErrorDefinitionException thrown if the
- * request is rejected by server.
+ * request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return a workbook definition.
*/
@@ -225,61 +214,61 @@ Response updateWithResponse(
/**
* Get the revisions for the workbook defined by its resourceName.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param resourceName The name of the resource.
+ * @param resourceName The name of the workbook resource. The value must be an UUID.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.applicationinsights.models.WorkbookErrorDefinitionException thrown if the
- * request is rejected by server.
+ * request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return the revisions for the workbook defined by its resourceName as paginated response with {@link
- * PagedIterable}.
+ * @return the revisions for the workbook defined by its resourceName as paginated response with
+ * {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable revisionsList(String resourceGroupName, String resourceName);
/**
* Get the revisions for the workbook defined by its resourceName.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param resourceName The name of the resource.
+ * @param resourceName The name of the workbook resource. The value must be an UUID.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.applicationinsights.models.WorkbookErrorDefinitionException thrown if the
- * request is rejected by server.
+ * request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return the revisions for the workbook defined by its resourceName as paginated response with {@link
- * PagedIterable}.
+ * @return the revisions for the workbook defined by its resourceName as paginated response with
+ * {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable revisionsList(String resourceGroupName, String resourceName, Context context);
/**
* Get a single workbook revision defined by its revisionId.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param resourceName The name of the resource.
+ * @param resourceName The name of the workbook resource. The value must be an UUID.
* @param revisionId The id of the workbook's revision.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.applicationinsights.models.WorkbookErrorDefinitionException thrown if the
- * request is rejected by server.
+ * request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return a single workbook revision defined by its revisionId along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response revisionGetWithResponse(
- String resourceGroupName, String resourceName, String revisionId, Context context);
+ Response revisionGetWithResponse(String resourceGroupName, String resourceName, String revisionId,
+ Context context);
/**
* Get a single workbook revision defined by its revisionId.
- *
+ *
* @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param resourceName The name of the resource.
+ * @param resourceName The name of the workbook resource. The value must be an UUID.
* @param revisionId The id of the workbook's revision.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.applicationinsights.models.WorkbookErrorDefinitionException thrown if the
- * request is rejected by server.
+ * request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return a single workbook revision defined by its revisionId.
*/
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/AnnotationInner.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/AnnotationInner.java
index 1e5c69bab098b..0008e5b2f5a4f 100644
--- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/AnnotationInner.java
+++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/AnnotationInner.java
@@ -8,7 +8,9 @@
import com.fasterxml.jackson.annotation.JsonProperty;
import java.time.OffsetDateTime;
-/** Annotation associated with an application insights resource. */
+/**
+ * Annotation associated with an application insights resource.
+ */
@Fluent
public final class AnnotationInner {
/*
@@ -47,13 +49,15 @@ public final class AnnotationInner {
@JsonProperty(value = "RelatedAnnotation")
private String relatedAnnotation;
- /** Creates an instance of AnnotationInner class. */
+ /**
+ * Creates an instance of AnnotationInner class.
+ */
public AnnotationInner() {
}
/**
* Get the annotationName property: Name of annotation.
- *
+ *
* @return the annotationName value.
*/
public String annotationName() {
@@ -62,7 +66,7 @@ public String annotationName() {
/**
* Set the annotationName property: Name of annotation.
- *
+ *
* @param annotationName the annotationName value to set.
* @return the AnnotationInner object itself.
*/
@@ -73,7 +77,7 @@ public AnnotationInner withAnnotationName(String annotationName) {
/**
* Get the category property: Category of annotation, free form.
- *
+ *
* @return the category value.
*/
public String category() {
@@ -82,7 +86,7 @@ public String category() {
/**
* Set the category property: Category of annotation, free form.
- *
+ *
* @param category the category value to set.
* @return the AnnotationInner object itself.
*/
@@ -93,7 +97,7 @@ public AnnotationInner withCategory(String category) {
/**
* Get the eventTime property: Time when event occurred.
- *
+ *
* @return the eventTime value.
*/
public OffsetDateTime eventTime() {
@@ -102,7 +106,7 @@ public OffsetDateTime eventTime() {
/**
* Set the eventTime property: Time when event occurred.
- *
+ *
* @param eventTime the eventTime value to set.
* @return the AnnotationInner object itself.
*/
@@ -113,7 +117,7 @@ public AnnotationInner withEventTime(OffsetDateTime eventTime) {
/**
* Get the id property: Unique Id for annotation.
- *
+ *
* @return the id value.
*/
public String id() {
@@ -122,7 +126,7 @@ public String id() {
/**
* Set the id property: Unique Id for annotation.
- *
+ *
* @param id the id value to set.
* @return the AnnotationInner object itself.
*/
@@ -133,7 +137,7 @@ public AnnotationInner withId(String id) {
/**
* Get the properties property: Serialized JSON object for detailed properties.
- *
+ *
* @return the properties value.
*/
public String properties() {
@@ -142,7 +146,7 @@ public String properties() {
/**
* Set the properties property: Serialized JSON object for detailed properties.
- *
+ *
* @param properties the properties value to set.
* @return the AnnotationInner object itself.
*/
@@ -153,7 +157,7 @@ public AnnotationInner withProperties(String properties) {
/**
* Get the relatedAnnotation property: Related parent annotation if any.
- *
+ *
* @return the relatedAnnotation value.
*/
public String relatedAnnotation() {
@@ -162,7 +166,7 @@ public String relatedAnnotation() {
/**
* Set the relatedAnnotation property: Related parent annotation if any.
- *
+ *
* @param relatedAnnotation the relatedAnnotation value to set.
* @return the AnnotationInner object itself.
*/
@@ -173,7 +177,7 @@ public AnnotationInner withRelatedAnnotation(String relatedAnnotation) {
/**
* Validates the instance.
- *
+ *
* @throws IllegalArgumentException thrown if the instance is not valid.
*/
public void validate() {
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentAnalyticsItemInner.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentAnalyticsItemInner.java
index 5d0c3c653841c..58ecab97f12b6 100644
--- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentAnalyticsItemInner.java
+++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentAnalyticsItemInner.java
@@ -10,7 +10,9 @@
import com.azure.resourcemanager.applicationinsights.models.ItemType;
import com.fasterxml.jackson.annotation.JsonProperty;
-/** Properties that define an Analytics item that is associated to an Application Insights component. */
+/**
+ * Properties that define an Analytics item that is associated to an Application Insights component.
+ */
@Fluent
public final class ApplicationInsightsComponentAnalyticsItemInner {
/*
@@ -69,13 +71,15 @@ public final class ApplicationInsightsComponentAnalyticsItemInner {
@JsonProperty(value = "Properties")
private ApplicationInsightsComponentAnalyticsItemProperties properties;
- /** Creates an instance of ApplicationInsightsComponentAnalyticsItemInner class. */
+ /**
+ * Creates an instance of ApplicationInsightsComponentAnalyticsItemInner class.
+ */
public ApplicationInsightsComponentAnalyticsItemInner() {
}
/**
* Get the id property: Internally assigned unique id of the item definition.
- *
+ *
* @return the id value.
*/
public String id() {
@@ -84,7 +88,7 @@ public String id() {
/**
* Set the id property: Internally assigned unique id of the item definition.
- *
+ *
* @param id the id value to set.
* @return the ApplicationInsightsComponentAnalyticsItemInner object itself.
*/
@@ -95,7 +99,7 @@ public ApplicationInsightsComponentAnalyticsItemInner withId(String id) {
/**
* Get the name property: The user-defined name of the item.
- *
+ *
* @return the name value.
*/
public String name() {
@@ -104,7 +108,7 @@ public String name() {
/**
* Set the name property: The user-defined name of the item.
- *
+ *
* @param name the name value to set.
* @return the ApplicationInsightsComponentAnalyticsItemInner object itself.
*/
@@ -115,7 +119,7 @@ public ApplicationInsightsComponentAnalyticsItemInner withName(String name) {
/**
* Get the content property: The content of this item.
- *
+ *
* @return the content value.
*/
public String content() {
@@ -124,7 +128,7 @@ public String content() {
/**
* Set the content property: The content of this item.
- *
+ *
* @param content the content value to set.
* @return the ApplicationInsightsComponentAnalyticsItemInner object itself.
*/
@@ -135,7 +139,7 @@ public ApplicationInsightsComponentAnalyticsItemInner withContent(String content
/**
* Get the version property: This instance's version of the data model. This can change as new features are added.
- *
+ *
* @return the version value.
*/
public String version() {
@@ -145,7 +149,7 @@ public String version() {
/**
* Get the scope property: Enum indicating if this item definition is owned by a specific user or is shared between
* all users with access to the Application Insights component.
- *
+ *
* @return the scope value.
*/
public ItemScope scope() {
@@ -155,7 +159,7 @@ public ItemScope scope() {
/**
* Set the scope property: Enum indicating if this item definition is owned by a specific user or is shared between
* all users with access to the Application Insights component.
- *
+ *
* @param scope the scope value to set.
* @return the ApplicationInsightsComponentAnalyticsItemInner object itself.
*/
@@ -166,7 +170,7 @@ public ApplicationInsightsComponentAnalyticsItemInner withScope(ItemScope scope)
/**
* Get the type property: Enum indicating the type of the Analytics item.
- *
+ *
* @return the type value.
*/
public ItemType type() {
@@ -175,7 +179,7 @@ public ItemType type() {
/**
* Set the type property: Enum indicating the type of the Analytics item.
- *
+ *
* @param type the type value to set.
* @return the ApplicationInsightsComponentAnalyticsItemInner object itself.
*/
@@ -186,7 +190,7 @@ public ApplicationInsightsComponentAnalyticsItemInner withType(ItemType type) {
/**
* Get the timeCreated property: Date and time in UTC when this item was created.
- *
+ *
* @return the timeCreated value.
*/
public String timeCreated() {
@@ -195,7 +199,7 @@ public String timeCreated() {
/**
* Get the timeModified property: Date and time in UTC of the last modification that was made to this item.
- *
+ *
* @return the timeModified value.
*/
public String timeModified() {
@@ -203,9 +207,9 @@ public String timeModified() {
}
/**
- * Get the properties property: A set of properties that can be defined in the context of a specific item type. Each
- * type may have its own properties.
- *
+ * Get the properties property: A set of properties that can be defined in the context of a specific item type.
+ * Each type may have its own properties.
+ *
* @return the properties value.
*/
public ApplicationInsightsComponentAnalyticsItemProperties properties() {
@@ -213,21 +217,21 @@ public ApplicationInsightsComponentAnalyticsItemProperties properties() {
}
/**
- * Set the properties property: A set of properties that can be defined in the context of a specific item type. Each
- * type may have its own properties.
- *
+ * Set the properties property: A set of properties that can be defined in the context of a specific item type.
+ * Each type may have its own properties.
+ *
* @param properties the properties value to set.
* @return the ApplicationInsightsComponentAnalyticsItemInner object itself.
*/
- public ApplicationInsightsComponentAnalyticsItemInner withProperties(
- ApplicationInsightsComponentAnalyticsItemProperties properties) {
+ public ApplicationInsightsComponentAnalyticsItemInner
+ withProperties(ApplicationInsightsComponentAnalyticsItemProperties properties) {
this.properties = properties;
return this;
}
/**
* Validates the instance.
- *
+ *
* @throws IllegalArgumentException thrown if the instance is not valid.
*/
public void validate() {
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentApiKeyInner.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentApiKeyInner.java
index 4ca82677a176e..1f23a043f5cad 100644
--- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentApiKeyInner.java
+++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentApiKeyInner.java
@@ -8,7 +8,9 @@
import com.fasterxml.jackson.annotation.JsonProperty;
import java.util.List;
-/** Properties that define an API key of an Application Insights Component. */
+/**
+ * Properties that define an API key of an Application Insights Component.
+ */
@Fluent
public final class ApplicationInsightsComponentApiKeyInner {
/*
@@ -48,14 +50,16 @@ public final class ApplicationInsightsComponentApiKeyInner {
@JsonProperty(value = "linkedWriteProperties")
private List linkedWriteProperties;
- /** Creates an instance of ApplicationInsightsComponentApiKeyInner class. */
+ /**
+ * Creates an instance of ApplicationInsightsComponentApiKeyInner class.
+ */
public ApplicationInsightsComponentApiKeyInner() {
}
/**
* Get the id property: The unique ID of the API key inside an Application Insights component. It is auto generated
* when the API key is created.
- *
+ *
* @return the id value.
*/
public String id() {
@@ -64,7 +68,7 @@ public String id() {
/**
* Get the apiKey property: The API key value. It will be only return once when the API Key was created.
- *
+ *
* @return the apiKey value.
*/
public String apiKey() {
@@ -73,7 +77,7 @@ public String apiKey() {
/**
* Get the createdDate property: The create date of this API key.
- *
+ *
* @return the createdDate value.
*/
public String createdDate() {
@@ -82,7 +86,7 @@ public String createdDate() {
/**
* Set the createdDate property: The create date of this API key.
- *
+ *
* @param createdDate the createdDate value to set.
* @return the ApplicationInsightsComponentApiKeyInner object itself.
*/
@@ -93,7 +97,7 @@ public ApplicationInsightsComponentApiKeyInner withCreatedDate(String createdDat
/**
* Get the name property: The name of the API key.
- *
+ *
* @return the name value.
*/
public String name() {
@@ -102,7 +106,7 @@ public String name() {
/**
* Set the name property: The name of the API key.
- *
+ *
* @param name the name value to set.
* @return the ApplicationInsightsComponentApiKeyInner object itself.
*/
@@ -113,7 +117,7 @@ public ApplicationInsightsComponentApiKeyInner withName(String name) {
/**
* Get the linkedReadProperties property: The read access rights of this API Key.
- *
+ *
* @return the linkedReadProperties value.
*/
public List linkedReadProperties() {
@@ -122,7 +126,7 @@ public List linkedReadProperties() {
/**
* Set the linkedReadProperties property: The read access rights of this API Key.
- *
+ *
* @param linkedReadProperties the linkedReadProperties value to set.
* @return the ApplicationInsightsComponentApiKeyInner object itself.
*/
@@ -133,7 +137,7 @@ public ApplicationInsightsComponentApiKeyInner withLinkedReadProperties(List linkedWriteProperties() {
@@ -142,7 +146,7 @@ public List linkedWriteProperties() {
/**
* Set the linkedWriteProperties property: The write access rights of this API Key.
- *
+ *
* @param linkedWriteProperties the linkedWriteProperties value to set.
* @return the ApplicationInsightsComponentApiKeyInner object itself.
*/
@@ -153,7 +157,7 @@ public ApplicationInsightsComponentApiKeyInner withLinkedWriteProperties(List result;
- /** Creates an instance of ApplicationInsightsComponentAvailableFeaturesInner class. */
+ /**
+ * Creates an instance of ApplicationInsightsComponentAvailableFeaturesInner class.
+ */
public ApplicationInsightsComponentAvailableFeaturesInner() {
}
/**
* Get the result property: A list of Application Insights component feature.
- *
+ *
* @return the result value.
*/
public List result() {
@@ -33,7 +37,7 @@ public List result() {
/**
* Validates the instance.
- *
+ *
* @throws IllegalArgumentException thrown if the instance is not valid.
*/
public void validate() {
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentBillingFeaturesInner.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentBillingFeaturesInner.java
index 095c628f10808..3d3b366e224ff 100644
--- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentBillingFeaturesInner.java
+++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentBillingFeaturesInner.java
@@ -9,7 +9,9 @@
import com.fasterxml.jackson.annotation.JsonProperty;
import java.util.List;
-/** An Application Insights component billing features. */
+/**
+ * An Application Insights component billing features.
+ */
@Fluent
public final class ApplicationInsightsComponentBillingFeaturesInner {
/*
@@ -25,13 +27,15 @@ public final class ApplicationInsightsComponentBillingFeaturesInner {
@JsonProperty(value = "CurrentBillingFeatures")
private List currentBillingFeatures;
- /** Creates an instance of ApplicationInsightsComponentBillingFeaturesInner class. */
+ /**
+ * Creates an instance of ApplicationInsightsComponentBillingFeaturesInner class.
+ */
public ApplicationInsightsComponentBillingFeaturesInner() {
}
/**
* Get the dataVolumeCap property: An Application Insights component daily data volume cap.
- *
+ *
* @return the dataVolumeCap value.
*/
public ApplicationInsightsComponentDataVolumeCap dataVolumeCap() {
@@ -40,12 +44,12 @@ public ApplicationInsightsComponentDataVolumeCap dataVolumeCap() {
/**
* Set the dataVolumeCap property: An Application Insights component daily data volume cap.
- *
+ *
* @param dataVolumeCap the dataVolumeCap value to set.
* @return the ApplicationInsightsComponentBillingFeaturesInner object itself.
*/
- public ApplicationInsightsComponentBillingFeaturesInner withDataVolumeCap(
- ApplicationInsightsComponentDataVolumeCap dataVolumeCap) {
+ public ApplicationInsightsComponentBillingFeaturesInner
+ withDataVolumeCap(ApplicationInsightsComponentDataVolumeCap dataVolumeCap) {
this.dataVolumeCap = dataVolumeCap;
return this;
}
@@ -53,7 +57,7 @@ public ApplicationInsightsComponentBillingFeaturesInner withDataVolumeCap(
/**
* Get the currentBillingFeatures property: Current enabled pricing plan. When the component is in the Enterprise
* plan, this will list both 'Basic' and 'Application Insights Enterprise'.
- *
+ *
* @return the currentBillingFeatures value.
*/
public List currentBillingFeatures() {
@@ -63,19 +67,19 @@ public List currentBillingFeatures() {
/**
* Set the currentBillingFeatures property: Current enabled pricing plan. When the component is in the Enterprise
* plan, this will list both 'Basic' and 'Application Insights Enterprise'.
- *
+ *
* @param currentBillingFeatures the currentBillingFeatures value to set.
* @return the ApplicationInsightsComponentBillingFeaturesInner object itself.
*/
- public ApplicationInsightsComponentBillingFeaturesInner withCurrentBillingFeatures(
- List currentBillingFeatures) {
+ public ApplicationInsightsComponentBillingFeaturesInner
+ withCurrentBillingFeatures(List currentBillingFeatures) {
this.currentBillingFeatures = currentBillingFeatures;
return this;
}
/**
* Validates the instance.
- *
+ *
* @throws IllegalArgumentException thrown if the instance is not valid.
*/
public void validate() {
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentExportConfigurationInner.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentExportConfigurationInner.java
index 2b6f2fe2eaae5..e0583221133e1 100644
--- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentExportConfigurationInner.java
+++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentExportConfigurationInner.java
@@ -7,7 +7,9 @@
import com.azure.core.annotation.Fluent;
import com.fasterxml.jackson.annotation.JsonProperty;
-/** Properties that define a Continuous Export configuration. */
+/**
+ * Properties that define a Continuous Export configuration.
+ */
@Fluent
public final class ApplicationInsightsComponentExportConfigurationInner {
/*
@@ -130,14 +132,16 @@ public final class ApplicationInsightsComponentExportConfigurationInner {
@JsonProperty(value = "ContainerName", access = JsonProperty.Access.WRITE_ONLY)
private String containerName;
- /** Creates an instance of ApplicationInsightsComponentExportConfigurationInner class. */
+ /**
+ * Creates an instance of ApplicationInsightsComponentExportConfigurationInner class.
+ */
public ApplicationInsightsComponentExportConfigurationInner() {
}
/**
- * Get the exportId property: The unique ID of the export configuration inside an Application Insights component. It
- * is auto generated when the Continuous Export configuration is created.
- *
+ * Get the exportId property: The unique ID of the export configuration inside an Application Insights component.
+ * It is auto generated when the Continuous Export configuration is created.
+ *
* @return the exportId value.
*/
public String exportId() {
@@ -146,7 +150,7 @@ public String exportId() {
/**
* Get the instrumentationKey property: The instrumentation key of the Application Insights component.
- *
+ *
* @return the instrumentationKey value.
*/
public String instrumentationKey() {
@@ -157,7 +161,7 @@ public String instrumentationKey() {
* Get the recordTypes property: This comma separated list of document types that will be exported. The possible
* values include 'Requests', 'Event', 'Exceptions', 'Metrics', 'PageViews', 'PageViewPerformance', 'Rdd',
* 'PerformanceCounters', 'Availability', 'Messages'.
- *
+ *
* @return the recordTypes value.
*/
public String recordTypes() {
@@ -168,7 +172,7 @@ public String recordTypes() {
* Set the recordTypes property: This comma separated list of document types that will be exported. The possible
* values include 'Requests', 'Event', 'Exceptions', 'Metrics', 'PageViews', 'PageViewPerformance', 'Rdd',
* 'PerformanceCounters', 'Availability', 'Messages'.
- *
+ *
* @param recordTypes the recordTypes value to set.
* @return the ApplicationInsightsComponentExportConfigurationInner object itself.
*/
@@ -179,7 +183,7 @@ public ApplicationInsightsComponentExportConfigurationInner withRecordTypes(Stri
/**
* Get the applicationName property: The name of the Application Insights component.
- *
+ *
* @return the applicationName value.
*/
public String applicationName() {
@@ -188,7 +192,7 @@ public String applicationName() {
/**
* Get the subscriptionId property: The subscription of the Application Insights component.
- *
+ *
* @return the subscriptionId value.
*/
public String subscriptionId() {
@@ -197,7 +201,7 @@ public String subscriptionId() {
/**
* Get the resourceGroup property: The resource group of the Application Insights component.
- *
+ *
* @return the resourceGroup value.
*/
public String resourceGroup() {
@@ -206,7 +210,7 @@ public String resourceGroup() {
/**
* Get the destinationStorageSubscriptionId property: The destination storage account subscription ID.
- *
+ *
* @return the destinationStorageSubscriptionId value.
*/
public String destinationStorageSubscriptionId() {
@@ -215,7 +219,7 @@ public String destinationStorageSubscriptionId() {
/**
* Get the destinationStorageLocationId property: The destination account location ID.
- *
+ *
* @return the destinationStorageLocationId value.
*/
public String destinationStorageLocationId() {
@@ -224,7 +228,7 @@ public String destinationStorageLocationId() {
/**
* Get the destinationAccountId property: The name of destination account.
- *
+ *
* @return the destinationAccountId value.
*/
public String destinationAccountId() {
@@ -233,7 +237,7 @@ public String destinationAccountId() {
/**
* Get the destinationType property: The destination type.
- *
+ *
* @return the destinationType value.
*/
public String destinationType() {
@@ -243,7 +247,7 @@ public String destinationType() {
/**
* Get the isUserEnabled property: This will be 'true' if the Continuous Export configuration is enabled, otherwise
* it will be 'false'.
- *
+ *
* @return the isUserEnabled value.
*/
public String isUserEnabled() {
@@ -252,7 +256,7 @@ public String isUserEnabled() {
/**
* Get the lastUserUpdate property: Last time the Continuous Export configuration was updated.
- *
+ *
* @return the lastUserUpdate value.
*/
public String lastUserUpdate() {
@@ -261,7 +265,7 @@ public String lastUserUpdate() {
/**
* Get the notificationQueueEnabled property: Deprecated.
- *
+ *
* @return the notificationQueueEnabled value.
*/
public String notificationQueueEnabled() {
@@ -270,20 +274,20 @@ public String notificationQueueEnabled() {
/**
* Set the notificationQueueEnabled property: Deprecated.
- *
+ *
* @param notificationQueueEnabled the notificationQueueEnabled value to set.
* @return the ApplicationInsightsComponentExportConfigurationInner object itself.
*/
- public ApplicationInsightsComponentExportConfigurationInner withNotificationQueueEnabled(
- String notificationQueueEnabled) {
+ public ApplicationInsightsComponentExportConfigurationInner
+ withNotificationQueueEnabled(String notificationQueueEnabled) {
this.notificationQueueEnabled = notificationQueueEnabled;
return this;
}
/**
- * Get the exportStatus property: This indicates current Continuous Export configuration status. The possible values
- * are 'Preparing', 'Success', 'Failure'.
- *
+ * Get the exportStatus property: This indicates current Continuous Export configuration status. The possible
+ * values are 'Preparing', 'Success', 'Failure'.
+ *
* @return the exportStatus value.
*/
public String exportStatus() {
@@ -293,7 +297,7 @@ public String exportStatus() {
/**
* Get the lastSuccessTime property: The last time data was successfully delivered to the destination storage
* container for this Continuous Export configuration.
- *
+ *
* @return the lastSuccessTime value.
*/
public String lastSuccessTime() {
@@ -302,7 +306,7 @@ public String lastSuccessTime() {
/**
* Get the lastGapTime property: The last time the Continuous Export configuration started failing.
- *
+ *
* @return the lastGapTime value.
*/
public String lastGapTime() {
@@ -310,9 +314,9 @@ public String lastGapTime() {
}
/**
- * Get the permanentErrorReason property: This is the reason the Continuous Export configuration started failing. It
- * can be 'AzureStorageNotFound' or 'AzureStorageAccessDenied'.
- *
+ * Get the permanentErrorReason property: This is the reason the Continuous Export configuration started failing.
+ * It can be 'AzureStorageNotFound' or 'AzureStorageAccessDenied'.
+ *
* @return the permanentErrorReason value.
*/
public String permanentErrorReason() {
@@ -321,7 +325,7 @@ public String permanentErrorReason() {
/**
* Get the storageName property: The name of the destination storage account.
- *
+ *
* @return the storageName value.
*/
public String storageName() {
@@ -330,7 +334,7 @@ public String storageName() {
/**
* Get the containerName property: The name of the destination storage container.
- *
+ *
* @return the containerName value.
*/
public String containerName() {
@@ -339,7 +343,7 @@ public String containerName() {
/**
* Validates the instance.
- *
+ *
* @throws IllegalArgumentException thrown if the instance is not valid.
*/
public void validate() {
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentFavoriteInner.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentFavoriteInner.java
index 9b1f710e7a0f1..fd91c83cb42e6 100644
--- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentFavoriteInner.java
+++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentFavoriteInner.java
@@ -9,7 +9,9 @@
import com.fasterxml.jackson.annotation.JsonProperty;
import java.util.List;
-/** Properties that define a favorite that is associated to an Application Insights component. */
+/**
+ * Properties that define a favorite that is associated to an Application Insights component.
+ */
@Fluent
public final class ApplicationInsightsComponentFavoriteInner {
/*
@@ -81,13 +83,15 @@ public final class ApplicationInsightsComponentFavoriteInner {
@JsonProperty(value = "UserId", access = JsonProperty.Access.WRITE_ONLY)
private String userId;
- /** Creates an instance of ApplicationInsightsComponentFavoriteInner class. */
+ /**
+ * Creates an instance of ApplicationInsightsComponentFavoriteInner class.
+ */
public ApplicationInsightsComponentFavoriteInner() {
}
/**
* Get the name property: The user-defined name of the favorite.
- *
+ *
* @return the name value.
*/
public String name() {
@@ -96,7 +100,7 @@ public String name() {
/**
* Set the name property: The user-defined name of the favorite.
- *
+ *
* @param name the name value to set.
* @return the ApplicationInsightsComponentFavoriteInner object itself.
*/
@@ -108,7 +112,7 @@ public ApplicationInsightsComponentFavoriteInner withName(String name) {
/**
* Get the config property: Configuration of this particular favorite, which are driven by the Azure portal UX.
* Configuration data is a string containing valid JSON.
- *
+ *
* @return the config value.
*/
public String config() {
@@ -118,7 +122,7 @@ public String config() {
/**
* Set the config property: Configuration of this particular favorite, which are driven by the Azure portal UX.
* Configuration data is a string containing valid JSON.
- *
+ *
* @param config the config value to set.
* @return the ApplicationInsightsComponentFavoriteInner object itself.
*/
@@ -130,7 +134,7 @@ public ApplicationInsightsComponentFavoriteInner withConfig(String config) {
/**
* Get the version property: This instance's version of the data model. This can change as new features are added
* that can be marked favorite. Current examples include MetricsExplorer (ME) and Search.
- *
+ *
* @return the version value.
*/
public String version() {
@@ -140,7 +144,7 @@ public String version() {
/**
* Set the version property: This instance's version of the data model. This can change as new features are added
* that can be marked favorite. Current examples include MetricsExplorer (ME) and Search.
- *
+ *
* @param version the version value to set.
* @return the ApplicationInsightsComponentFavoriteInner object itself.
*/
@@ -151,7 +155,7 @@ public ApplicationInsightsComponentFavoriteInner withVersion(String version) {
/**
* Get the favoriteId property: Internally assigned unique id of the favorite definition.
- *
+ *
* @return the favoriteId value.
*/
public String favoriteId() {
@@ -161,7 +165,7 @@ public String favoriteId() {
/**
* Get the favoriteType property: Enum indicating if this favorite definition is owned by a specific user or is
* shared between all users with access to the Application Insights component.
- *
+ *
* @return the favoriteType value.
*/
public FavoriteType favoriteType() {
@@ -171,7 +175,7 @@ public FavoriteType favoriteType() {
/**
* Set the favoriteType property: Enum indicating if this favorite definition is owned by a specific user or is
* shared between all users with access to the Application Insights component.
- *
+ *
* @param favoriteType the favoriteType value to set.
* @return the ApplicationInsightsComponentFavoriteInner object itself.
*/
@@ -182,7 +186,7 @@ public ApplicationInsightsComponentFavoriteInner withFavoriteType(FavoriteType f
/**
* Get the sourceType property: The source of the favorite definition.
- *
+ *
* @return the sourceType value.
*/
public String sourceType() {
@@ -191,7 +195,7 @@ public String sourceType() {
/**
* Set the sourceType property: The source of the favorite definition.
- *
+ *
* @param sourceType the sourceType value to set.
* @return the ApplicationInsightsComponentFavoriteInner object itself.
*/
@@ -203,7 +207,7 @@ public ApplicationInsightsComponentFavoriteInner withSourceType(String sourceTyp
/**
* Get the timeModified property: Date and time in UTC of the last modification that was made to this favorite
* definition.
- *
+ *
* @return the timeModified value.
*/
public String timeModified() {
@@ -212,7 +216,7 @@ public String timeModified() {
/**
* Get the tags property: A list of 0 or more tags that are associated with this favorite definition.
- *
+ *
* @return the tags value.
*/
public List tags() {
@@ -221,7 +225,7 @@ public List tags() {
/**
* Set the tags property: A list of 0 or more tags that are associated with this favorite definition.
- *
+ *
* @param tags the tags value to set.
* @return the ApplicationInsightsComponentFavoriteInner object itself.
*/
@@ -232,7 +236,7 @@ public ApplicationInsightsComponentFavoriteInner withTags(List tags) {
/**
* Get the category property: Favorite category, as defined by the user at creation time.
- *
+ *
* @return the category value.
*/
public String category() {
@@ -241,7 +245,7 @@ public String category() {
/**
* Set the category property: Favorite category, as defined by the user at creation time.
- *
+ *
* @param category the category value to set.
* @return the ApplicationInsightsComponentFavoriteInner object itself.
*/
@@ -253,7 +257,7 @@ public ApplicationInsightsComponentFavoriteInner withCategory(String category) {
/**
* Get the isGeneratedFromTemplate property: Flag denoting wether or not this favorite was generated from a
* template.
- *
+ *
* @return the isGeneratedFromTemplate value.
*/
public Boolean isGeneratedFromTemplate() {
@@ -263,7 +267,7 @@ public Boolean isGeneratedFromTemplate() {
/**
* Set the isGeneratedFromTemplate property: Flag denoting wether or not this favorite was generated from a
* template.
- *
+ *
* @param isGeneratedFromTemplate the isGeneratedFromTemplate value to set.
* @return the ApplicationInsightsComponentFavoriteInner object itself.
*/
@@ -274,7 +278,7 @@ public ApplicationInsightsComponentFavoriteInner withIsGeneratedFromTemplate(Boo
/**
* Get the userId property: Unique user id of the specific user that owns this favorite.
- *
+ *
* @return the userId value.
*/
public String userId() {
@@ -283,7 +287,7 @@ public String userId() {
/**
* Validates the instance.
- *
+ *
* @throws IllegalArgumentException thrown if the instance is not valid.
*/
public void validate() {
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentFeatureCapabilitiesInner.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentFeatureCapabilitiesInner.java
index cfb116faf3120..0a5c8c493ea49 100644
--- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentFeatureCapabilitiesInner.java
+++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentFeatureCapabilitiesInner.java
@@ -7,7 +7,9 @@
import com.azure.core.annotation.Immutable;
import com.fasterxml.jackson.annotation.JsonProperty;
-/** An Application Insights component feature capabilities. */
+/**
+ * An Application Insights component feature capabilities.
+ */
@Immutable
public final class ApplicationInsightsComponentFeatureCapabilitiesInner {
/*
@@ -106,13 +108,15 @@ public final class ApplicationInsightsComponentFeatureCapabilitiesInner {
@JsonProperty(value = "ThrottleRate", access = JsonProperty.Access.WRITE_ONLY)
private Float throttleRate;
- /** Creates an instance of ApplicationInsightsComponentFeatureCapabilitiesInner class. */
+ /**
+ * Creates an instance of ApplicationInsightsComponentFeatureCapabilitiesInner class.
+ */
public ApplicationInsightsComponentFeatureCapabilitiesInner() {
}
/**
* Get the supportExportData property: Whether allow to use continuous export feature.
- *
+ *
* @return the supportExportData value.
*/
public Boolean supportExportData() {
@@ -121,7 +125,7 @@ public Boolean supportExportData() {
/**
* Get the burstThrottlePolicy property: Reserved, not used now.
- *
+ *
* @return the burstThrottlePolicy value.
*/
public String burstThrottlePolicy() {
@@ -130,7 +134,7 @@ public String burstThrottlePolicy() {
/**
* Get the metadataClass property: Reserved, not used now.
- *
+ *
* @return the metadataClass value.
*/
public String metadataClass() {
@@ -139,7 +143,7 @@ public String metadataClass() {
/**
* Get the liveStreamMetrics property: Reserved, not used now.
- *
+ *
* @return the liveStreamMetrics value.
*/
public Boolean liveStreamMetrics() {
@@ -148,7 +152,7 @@ public Boolean liveStreamMetrics() {
/**
* Get the applicationMap property: Reserved, not used now.
- *
+ *
* @return the applicationMap value.
*/
public Boolean applicationMap() {
@@ -157,7 +161,7 @@ public Boolean applicationMap() {
/**
* Get the workItemIntegration property: Whether allow to use work item integration feature.
- *
+ *
* @return the workItemIntegration value.
*/
public Boolean workItemIntegration() {
@@ -166,7 +170,7 @@ public Boolean workItemIntegration() {
/**
* Get the powerBIIntegration property: Reserved, not used now.
- *
+ *
* @return the powerBIIntegration value.
*/
public Boolean powerBIIntegration() {
@@ -175,7 +179,7 @@ public Boolean powerBIIntegration() {
/**
* Get the openSchema property: Reserved, not used now.
- *
+ *
* @return the openSchema value.
*/
public Boolean openSchema() {
@@ -184,7 +188,7 @@ public Boolean openSchema() {
/**
* Get the proactiveDetection property: Reserved, not used now.
- *
+ *
* @return the proactiveDetection value.
*/
public Boolean proactiveDetection() {
@@ -193,7 +197,7 @@ public Boolean proactiveDetection() {
/**
* Get the analyticsIntegration property: Reserved, not used now.
- *
+ *
* @return the analyticsIntegration value.
*/
public Boolean analyticsIntegration() {
@@ -202,7 +206,7 @@ public Boolean analyticsIntegration() {
/**
* Get the multipleStepWebTest property: Whether allow to use multiple steps web test feature.
- *
+ *
* @return the multipleStepWebTest value.
*/
public Boolean multipleStepWebTest() {
@@ -211,7 +215,7 @@ public Boolean multipleStepWebTest() {
/**
* Get the apiAccessLevel property: Reserved, not used now.
- *
+ *
* @return the apiAccessLevel value.
*/
public String apiAccessLevel() {
@@ -220,7 +224,7 @@ public String apiAccessLevel() {
/**
* Get the trackingType property: The application insights component used tracking type.
- *
+ *
* @return the trackingType value.
*/
public String trackingType() {
@@ -229,7 +233,7 @@ public String trackingType() {
/**
* Get the dailyCap property: Daily data volume cap in GB.
- *
+ *
* @return the dailyCap value.
*/
public Float dailyCap() {
@@ -238,7 +242,7 @@ public Float dailyCap() {
/**
* Get the dailyCapResetTime property: Daily data volume cap UTC reset hour.
- *
+ *
* @return the dailyCapResetTime value.
*/
public Float dailyCapResetTime() {
@@ -247,7 +251,7 @@ public Float dailyCapResetTime() {
/**
* Get the throttleRate property: Reserved, not used now.
- *
+ *
* @return the throttleRate value.
*/
public Float throttleRate() {
@@ -256,7 +260,7 @@ public Float throttleRate() {
/**
* Validates the instance.
- *
+ *
* @throws IllegalArgumentException thrown if the instance is not valid.
*/
public void validate() {
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentInner.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentInner.java
index ea5812477ea3f..dd8d4597148c8 100644
--- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentInner.java
+++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentInner.java
@@ -18,7 +18,9 @@
import java.util.List;
import java.util.Map;
-/** An Application Insights component definition. */
+/**
+ * An Application Insights component definition.
+ */
@Fluent
public final class ApplicationInsightsComponentInner extends ComponentsResource {
/*
@@ -40,14 +42,16 @@ public final class ApplicationInsightsComponentInner extends ComponentsResource
@JsonProperty(value = "properties")
private ApplicationInsightsComponentProperties innerProperties;
- /** Creates an instance of ApplicationInsightsComponentInner class. */
+ /**
+ * Creates an instance of ApplicationInsightsComponentInner class.
+ */
public ApplicationInsightsComponentInner() {
}
/**
- * Get the kind property: The kind of application that this component refers to, used to customize UI. This value is
- * a freeform string, values should typically be one of the following: web, ios, other, store, java, phone.
- *
+ * Get the kind property: The kind of application that this component refers to, used to customize UI. This value
+ * is a freeform string, values should typically be one of the following: web, ios, other, store, java, phone.
+ *
* @return the kind value.
*/
public String kind() {
@@ -55,9 +59,9 @@ public String kind() {
}
/**
- * Set the kind property: The kind of application that this component refers to, used to customize UI. This value is
- * a freeform string, values should typically be one of the following: web, ios, other, store, java, phone.
- *
+ * Set the kind property: The kind of application that this component refers to, used to customize UI. This value
+ * is a freeform string, values should typically be one of the following: web, ios, other, store, java, phone.
+ *
* @param kind the kind value to set.
* @return the ApplicationInsightsComponentInner object itself.
*/
@@ -68,7 +72,7 @@ public ApplicationInsightsComponentInner withKind(String kind) {
/**
* Get the etag property: Resource etag.
- *
+ *
* @return the etag value.
*/
public String etag() {
@@ -77,7 +81,7 @@ public String etag() {
/**
* Set the etag property: Resource etag.
- *
+ *
* @param etag the etag value to set.
* @return the ApplicationInsightsComponentInner object itself.
*/
@@ -88,21 +92,25 @@ public ApplicationInsightsComponentInner withEtag(String etag) {
/**
* Get the innerProperties property: Properties that define an Application Insights component resource.
- *
+ *
* @return the innerProperties value.
*/
private ApplicationInsightsComponentProperties innerProperties() {
return this.innerProperties;
}
- /** {@inheritDoc} */
+ /**
+ * {@inheritDoc}
+ */
@Override
public ApplicationInsightsComponentInner withLocation(String location) {
super.withLocation(location);
return this;
}
- /** {@inheritDoc} */
+ /**
+ * {@inheritDoc}
+ */
@Override
public ApplicationInsightsComponentInner withTags(Map tags) {
super.withTags(tags);
@@ -110,9 +118,9 @@ public ApplicationInsightsComponentInner withTags(Map tags) {
}
/**
- * Get the applicationId property: The unique ID of your application. This field mirrors the 'Name' field and cannot
- * be changed.
- *
+ * Get the applicationId property: The unique ID of your application. This field mirrors the 'Name' field and
+ * cannot be changed.
+ *
* @return the applicationId value.
*/
public String applicationId() {
@@ -121,7 +129,7 @@ public String applicationId() {
/**
* Get the appId property: Application Insights Unique ID for your Application.
- *
+ *
* @return the appId value.
*/
public String appId() {
@@ -130,7 +138,7 @@ public String appId() {
/**
* Get the name property: Application name.
- *
+ *
* @return the name value.
*/
public String namePropertiesName() {
@@ -139,7 +147,7 @@ public String namePropertiesName() {
/**
* Get the applicationType property: Type of application being monitored.
- *
+ *
* @return the applicationType value.
*/
public ApplicationType applicationType() {
@@ -148,7 +156,7 @@ public ApplicationType applicationType() {
/**
* Set the applicationType property: Type of application being monitored.
- *
+ *
* @param applicationType the applicationType value to set.
* @return the ApplicationInsightsComponentInner object itself.
*/
@@ -163,7 +171,7 @@ public ApplicationInsightsComponentInner withApplicationType(ApplicationType app
/**
* Get the flowType property: Used by the Application Insights system to determine what kind of flow this component
* was created by. This is to be set to 'Bluefield' when creating/updating a component via the REST API.
- *
+ *
* @return the flowType value.
*/
public FlowType flowType() {
@@ -173,7 +181,7 @@ public FlowType flowType() {
/**
* Set the flowType property: Used by the Application Insights system to determine what kind of flow this component
* was created by. This is to be set to 'Bluefield' when creating/updating a component via the REST API.
- *
+ *
* @param flowType the flowType value to set.
* @return the ApplicationInsightsComponentInner object itself.
*/
@@ -188,7 +196,7 @@ public ApplicationInsightsComponentInner withFlowType(FlowType flowType) {
/**
* Get the requestSource property: Describes what tool created this Application Insights component. Customers using
* this API should set this to the default 'rest'.
- *
+ *
* @return the requestSource value.
*/
public RequestSource requestSource() {
@@ -198,7 +206,7 @@ public RequestSource requestSource() {
/**
* Set the requestSource property: Describes what tool created this Application Insights component. Customers using
* this API should set this to the default 'rest'.
- *
+ *
* @param requestSource the requestSource value to set.
* @return the ApplicationInsightsComponentInner object itself.
*/
@@ -212,9 +220,9 @@ public ApplicationInsightsComponentInner withRequestSource(RequestSource request
/**
* Get the instrumentationKey property: Application Insights Instrumentation key. A read-only value that
- * applications can use to identify the destination for all telemetry sent to Azure Application Insights. This value
- * will be supplied upon construction of each new Application Insights component.
- *
+ * applications can use to identify the destination for all telemetry sent to Azure Application Insights. This
+ * value will be supplied upon construction of each new Application Insights component.
+ *
* @return the instrumentationKey value.
*/
public String instrumentationKey() {
@@ -223,7 +231,7 @@ public String instrumentationKey() {
/**
* Get the creationDate property: Creation Date for the Application Insights component, in ISO 8601 format.
- *
+ *
* @return the creationDate value.
*/
public OffsetDateTime creationDate() {
@@ -232,7 +240,7 @@ public OffsetDateTime creationDate() {
/**
* Get the tenantId property: Azure Tenant Id.
- *
+ *
* @return the tenantId value.
*/
public String tenantId() {
@@ -242,7 +250,7 @@ public String tenantId() {
/**
* Get the hockeyAppId property: The unique application ID created when a new application is added to HockeyApp,
* used for communications with HockeyApp.
- *
+ *
* @return the hockeyAppId value.
*/
public String hockeyAppId() {
@@ -252,7 +260,7 @@ public String hockeyAppId() {
/**
* Set the hockeyAppId property: The unique application ID created when a new application is added to HockeyApp,
* used for communications with HockeyApp.
- *
+ *
* @param hockeyAppId the hockeyAppId value to set.
* @return the ApplicationInsightsComponentInner object itself.
*/
@@ -267,7 +275,7 @@ public ApplicationInsightsComponentInner withHockeyAppId(String hockeyAppId) {
/**
* Get the hockeyAppToken property: Token used to authenticate communications with between Application Insights and
* HockeyApp.
- *
+ *
* @return the hockeyAppToken value.
*/
public String hockeyAppToken() {
@@ -276,9 +284,9 @@ public String hockeyAppToken() {
/**
* Get the provisioningState property: Current state of this component: whether or not is has been provisioned
- * within the resource group it is defined. Users cannot change this value but are able to read from it. Values will
- * include Succeeded, Deploying, Canceled, and Failed.
- *
+ * within the resource group it is defined. Users cannot change this value but are able to read from it. Values
+ * will include Succeeded, Deploying, Canceled, and Failed.
+ *
* @return the provisioningState value.
*/
public String provisioningState() {
@@ -288,7 +296,7 @@ public String provisioningState() {
/**
* Get the samplingPercentage property: Percentage of the data produced by the application being monitored that is
* being sampled for Application Insights telemetry.
- *
+ *
* @return the samplingPercentage value.
*/
public Double samplingPercentage() {
@@ -298,7 +306,7 @@ public Double samplingPercentage() {
/**
* Set the samplingPercentage property: Percentage of the data produced by the application being monitored that is
* being sampled for Application Insights telemetry.
- *
+ *
* @param samplingPercentage the samplingPercentage value to set.
* @return the ApplicationInsightsComponentInner object itself.
*/
@@ -312,7 +320,7 @@ public ApplicationInsightsComponentInner withSamplingPercentage(Double samplingP
/**
* Get the connectionString property: Application Insights component connection string.
- *
+ *
* @return the connectionString value.
*/
public String connectionString() {
@@ -321,7 +329,7 @@ public String connectionString() {
/**
* Get the retentionInDays property: Retention period in days.
- *
+ *
* @return the retentionInDays value.
*/
public Integer retentionInDays() {
@@ -330,7 +338,7 @@ public Integer retentionInDays() {
/**
* Set the retentionInDays property: Retention period in days.
- *
+ *
* @param retentionInDays the retentionInDays value to set.
* @return the ApplicationInsightsComponentInner object itself.
*/
@@ -344,7 +352,7 @@ public ApplicationInsightsComponentInner withRetentionInDays(Integer retentionIn
/**
* Get the disableIpMasking property: Disable IP masking.
- *
+ *
* @return the disableIpMasking value.
*/
public Boolean disableIpMasking() {
@@ -353,7 +361,7 @@ public Boolean disableIpMasking() {
/**
* Set the disableIpMasking property: Disable IP masking.
- *
+ *
* @param disableIpMasking the disableIpMasking value to set.
* @return the ApplicationInsightsComponentInner object itself.
*/
@@ -367,7 +375,7 @@ public ApplicationInsightsComponentInner withDisableIpMasking(Boolean disableIpM
/**
* Get the immediatePurgeDataOn30Days property: Purge data immediately after 30 days.
- *
+ *
* @return the immediatePurgeDataOn30Days value.
*/
public Boolean immediatePurgeDataOn30Days() {
@@ -376,7 +384,7 @@ public Boolean immediatePurgeDataOn30Days() {
/**
* Set the immediatePurgeDataOn30Days property: Purge data immediately after 30 days.
- *
+ *
* @param immediatePurgeDataOn30Days the immediatePurgeDataOn30Days value to set.
* @return the ApplicationInsightsComponentInner object itself.
*/
@@ -392,7 +400,7 @@ public ApplicationInsightsComponentInner withImmediatePurgeDataOn30Days(Boolean
* Get the workspaceResourceId property: Resource Id of the log analytics workspace which the data will be ingested
* to. This property is required to create an application with this API version. Applications from older versions
* will not have this property.
- *
+ *
* @return the workspaceResourceId value.
*/
public String workspaceResourceId() {
@@ -403,7 +411,7 @@ public String workspaceResourceId() {
* Set the workspaceResourceId property: Resource Id of the log analytics workspace which the data will be ingested
* to. This property is required to create an application with this API version. Applications from older versions
* will not have this property.
- *
+ *
* @param workspaceResourceId the workspaceResourceId value to set.
* @return the ApplicationInsightsComponentInner object itself.
*/
@@ -417,7 +425,7 @@ public ApplicationInsightsComponentInner withWorkspaceResourceId(String workspac
/**
* Get the laMigrationDate property: The date which the component got migrated to LA, in ISO 8601 format.
- *
+ *
* @return the laMigrationDate value.
*/
public OffsetDateTime laMigrationDate() {
@@ -426,7 +434,7 @@ public OffsetDateTime laMigrationDate() {
/**
* Get the privateLinkScopedResources property: List of linked private link scope resources.
- *
+ *
* @return the privateLinkScopedResources value.
*/
public List privateLinkScopedResources() {
@@ -436,7 +444,7 @@ public List privateLinkScopedResources() {
/**
* Get the publicNetworkAccessForIngestion property: The network access type for accessing Application Insights
* ingestion.
- *
+ *
* @return the publicNetworkAccessForIngestion value.
*/
public PublicNetworkAccessType publicNetworkAccessForIngestion() {
@@ -446,12 +454,12 @@ public PublicNetworkAccessType publicNetworkAccessForIngestion() {
/**
* Set the publicNetworkAccessForIngestion property: The network access type for accessing Application Insights
* ingestion.
- *
+ *
* @param publicNetworkAccessForIngestion the publicNetworkAccessForIngestion value to set.
* @return the ApplicationInsightsComponentInner object itself.
*/
- public ApplicationInsightsComponentInner withPublicNetworkAccessForIngestion(
- PublicNetworkAccessType publicNetworkAccessForIngestion) {
+ public ApplicationInsightsComponentInner
+ withPublicNetworkAccessForIngestion(PublicNetworkAccessType publicNetworkAccessForIngestion) {
if (this.innerProperties() == null) {
this.innerProperties = new ApplicationInsightsComponentProperties();
}
@@ -461,7 +469,7 @@ public ApplicationInsightsComponentInner withPublicNetworkAccessForIngestion(
/**
* Get the publicNetworkAccessForQuery property: The network access type for accessing Application Insights query.
- *
+ *
* @return the publicNetworkAccessForQuery value.
*/
public PublicNetworkAccessType publicNetworkAccessForQuery() {
@@ -470,12 +478,12 @@ public PublicNetworkAccessType publicNetworkAccessForQuery() {
/**
* Set the publicNetworkAccessForQuery property: The network access type for accessing Application Insights query.
- *
+ *
* @param publicNetworkAccessForQuery the publicNetworkAccessForQuery value to set.
* @return the ApplicationInsightsComponentInner object itself.
*/
- public ApplicationInsightsComponentInner withPublicNetworkAccessForQuery(
- PublicNetworkAccessType publicNetworkAccessForQuery) {
+ public ApplicationInsightsComponentInner
+ withPublicNetworkAccessForQuery(PublicNetworkAccessType publicNetworkAccessForQuery) {
if (this.innerProperties() == null) {
this.innerProperties = new ApplicationInsightsComponentProperties();
}
@@ -485,7 +493,7 @@ public ApplicationInsightsComponentInner withPublicNetworkAccessForQuery(
/**
* Get the ingestionMode property: Indicates the flow of the ingestion.
- *
+ *
* @return the ingestionMode value.
*/
public IngestionMode ingestionMode() {
@@ -494,7 +502,7 @@ public IngestionMode ingestionMode() {
/**
* Set the ingestionMode property: Indicates the flow of the ingestion.
- *
+ *
* @param ingestionMode the ingestionMode value to set.
* @return the ApplicationInsightsComponentInner object itself.
*/
@@ -508,7 +516,7 @@ public ApplicationInsightsComponentInner withIngestionMode(IngestionMode ingesti
/**
* Get the disableLocalAuth property: Disable Non-AAD based Auth.
- *
+ *
* @return the disableLocalAuth value.
*/
public Boolean disableLocalAuth() {
@@ -517,7 +525,7 @@ public Boolean disableLocalAuth() {
/**
* Set the disableLocalAuth property: Disable Non-AAD based Auth.
- *
+ *
* @param disableLocalAuth the disableLocalAuth value to set.
* @return the ApplicationInsightsComponentInner object itself.
*/
@@ -532,7 +540,7 @@ public ApplicationInsightsComponentInner withDisableLocalAuth(Boolean disableLoc
/**
* Get the forceCustomerStorageForProfiler property: Force users to create their own storage account for profiler
* and debugger.
- *
+ *
* @return the forceCustomerStorageForProfiler value.
*/
public Boolean forceCustomerStorageForProfiler() {
@@ -542,12 +550,12 @@ public Boolean forceCustomerStorageForProfiler() {
/**
* Set the forceCustomerStorageForProfiler property: Force users to create their own storage account for profiler
* and debugger.
- *
+ *
* @param forceCustomerStorageForProfiler the forceCustomerStorageForProfiler value to set.
* @return the ApplicationInsightsComponentInner object itself.
*/
- public ApplicationInsightsComponentInner withForceCustomerStorageForProfiler(
- Boolean forceCustomerStorageForProfiler) {
+ public ApplicationInsightsComponentInner
+ withForceCustomerStorageForProfiler(Boolean forceCustomerStorageForProfiler) {
if (this.innerProperties() == null) {
this.innerProperties = new ApplicationInsightsComponentProperties();
}
@@ -557,17 +565,15 @@ public ApplicationInsightsComponentInner withForceCustomerStorageForProfiler(
/**
* Validates the instance.
- *
+ *
* @throws IllegalArgumentException thrown if the instance is not valid.
*/
@Override
public void validate() {
super.validate();
if (kind() == null) {
- throw LOGGER
- .logExceptionAsError(
- new IllegalArgumentException(
- "Missing required property kind in model ApplicationInsightsComponentInner"));
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ "Missing required property kind in model ApplicationInsightsComponentInner"));
}
if (innerProperties() != null) {
innerProperties().validate();
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentProactiveDetectionConfigurationInner.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentProactiveDetectionConfigurationInner.java
index 5d85a2959967c..3805e6cec663c 100644
--- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentProactiveDetectionConfigurationInner.java
+++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentProactiveDetectionConfigurationInner.java
@@ -9,7 +9,9 @@
import com.fasterxml.jackson.annotation.JsonProperty;
import java.util.List;
-/** Properties that define a ProactiveDetection configuration. */
+/**
+ * Properties that define a ProactiveDetection configuration.
+ */
@Fluent
public final class ApplicationInsightsComponentProactiveDetectionConfigurationInner {
/*
@@ -48,13 +50,15 @@ public final class ApplicationInsightsComponentProactiveDetectionConfigurationIn
@JsonProperty(value = "RuleDefinitions")
private ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions ruleDefinitions;
- /** Creates an instance of ApplicationInsightsComponentProactiveDetectionConfigurationInner class. */
+ /**
+ * Creates an instance of ApplicationInsightsComponentProactiveDetectionConfigurationInner class.
+ */
public ApplicationInsightsComponentProactiveDetectionConfigurationInner() {
}
/**
* Get the name property: The rule name.
- *
+ *
* @return the name value.
*/
public String name() {
@@ -63,7 +67,7 @@ public String name() {
/**
* Set the name property: The rule name.
- *
+ *
* @param name the name value to set.
* @return the ApplicationInsightsComponentProactiveDetectionConfigurationInner object itself.
*/
@@ -74,7 +78,7 @@ public ApplicationInsightsComponentProactiveDetectionConfigurationInner withName
/**
* Get the enabled property: A flag that indicates whether this rule is enabled by the user.
- *
+ *
* @return the enabled value.
*/
public Boolean enabled() {
@@ -83,7 +87,7 @@ public Boolean enabled() {
/**
* Set the enabled property: A flag that indicates whether this rule is enabled by the user.
- *
+ *
* @param enabled the enabled value to set.
* @return the ApplicationInsightsComponentProactiveDetectionConfigurationInner object itself.
*/
@@ -95,7 +99,7 @@ public ApplicationInsightsComponentProactiveDetectionConfigurationInner withEnab
/**
* Get the sendEmailsToSubscriptionOwners property: A flag that indicated whether notifications on this rule should
* be sent to subscription owners.
- *
+ *
* @return the sendEmailsToSubscriptionOwners value.
*/
public Boolean sendEmailsToSubscriptionOwners() {
@@ -105,19 +109,19 @@ public Boolean sendEmailsToSubscriptionOwners() {
/**
* Set the sendEmailsToSubscriptionOwners property: A flag that indicated whether notifications on this rule should
* be sent to subscription owners.
- *
+ *
* @param sendEmailsToSubscriptionOwners the sendEmailsToSubscriptionOwners value to set.
* @return the ApplicationInsightsComponentProactiveDetectionConfigurationInner object itself.
*/
- public ApplicationInsightsComponentProactiveDetectionConfigurationInner withSendEmailsToSubscriptionOwners(
- Boolean sendEmailsToSubscriptionOwners) {
+ public ApplicationInsightsComponentProactiveDetectionConfigurationInner
+ withSendEmailsToSubscriptionOwners(Boolean sendEmailsToSubscriptionOwners) {
this.sendEmailsToSubscriptionOwners = sendEmailsToSubscriptionOwners;
return this;
}
/**
* Get the customEmails property: Custom email addresses for this rule notifications.
- *
+ *
* @return the customEmails value.
*/
public List customEmails() {
@@ -126,19 +130,19 @@ public List customEmails() {
/**
* Set the customEmails property: Custom email addresses for this rule notifications.
- *
+ *
* @param customEmails the customEmails value to set.
* @return the ApplicationInsightsComponentProactiveDetectionConfigurationInner object itself.
*/
- public ApplicationInsightsComponentProactiveDetectionConfigurationInner withCustomEmails(
- List customEmails) {
+ public ApplicationInsightsComponentProactiveDetectionConfigurationInner
+ withCustomEmails(List customEmails) {
this.customEmails = customEmails;
return this;
}
/**
* Get the lastUpdatedTime property: The last time this rule was updated.
- *
+ *
* @return the lastUpdatedTime value.
*/
public String lastUpdatedTime() {
@@ -147,12 +151,12 @@ public String lastUpdatedTime() {
/**
* Set the lastUpdatedTime property: The last time this rule was updated.
- *
+ *
* @param lastUpdatedTime the lastUpdatedTime value to set.
* @return the ApplicationInsightsComponentProactiveDetectionConfigurationInner object itself.
*/
- public ApplicationInsightsComponentProactiveDetectionConfigurationInner withLastUpdatedTime(
- String lastUpdatedTime) {
+ public ApplicationInsightsComponentProactiveDetectionConfigurationInner
+ withLastUpdatedTime(String lastUpdatedTime) {
this.lastUpdatedTime = lastUpdatedTime;
return this;
}
@@ -160,7 +164,7 @@ public ApplicationInsightsComponentProactiveDetectionConfigurationInner withLast
/**
* Get the ruleDefinitions property: Static definitions of the ProactiveDetection configuration rule (same values
* for all components).
- *
+ *
* @return the ruleDefinitions value.
*/
public ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions ruleDefinitions() {
@@ -170,7 +174,7 @@ public ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinition
/**
* Set the ruleDefinitions property: Static definitions of the ProactiveDetection configuration rule (same values
* for all components).
- *
+ *
* @param ruleDefinitions the ruleDefinitions value to set.
* @return the ApplicationInsightsComponentProactiveDetectionConfigurationInner object itself.
*/
@@ -182,7 +186,7 @@ public ApplicationInsightsComponentProactiveDetectionConfigurationInner withRule
/**
* Validates the instance.
- *
+ *
* @throws IllegalArgumentException thrown if the instance is not valid.
*/
public void validate() {
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentProperties.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentProperties.java
index 556d4e0ca95fe..cac345028ea93 100644
--- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentProperties.java
+++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentProperties.java
@@ -16,7 +16,9 @@
import java.time.OffsetDateTime;
import java.util.List;
-/** Properties that define an Application Insights component resource. */
+/**
+ * Properties that define an Application Insights component resource.
+ */
@Fluent
public final class ApplicationInsightsComponentProperties {
/*
@@ -178,14 +180,16 @@ public final class ApplicationInsightsComponentProperties {
@JsonProperty(value = "ForceCustomerStorageForProfiler")
private Boolean forceCustomerStorageForProfiler;
- /** Creates an instance of ApplicationInsightsComponentProperties class. */
+ /**
+ * Creates an instance of ApplicationInsightsComponentProperties class.
+ */
public ApplicationInsightsComponentProperties() {
}
/**
- * Get the applicationId property: The unique ID of your application. This field mirrors the 'Name' field and cannot
- * be changed.
- *
+ * Get the applicationId property: The unique ID of your application. This field mirrors the 'Name' field and
+ * cannot be changed.
+ *
* @return the applicationId value.
*/
public String applicationId() {
@@ -194,7 +198,7 @@ public String applicationId() {
/**
* Get the appId property: Application Insights Unique ID for your Application.
- *
+ *
* @return the appId value.
*/
public String appId() {
@@ -203,7 +207,7 @@ public String appId() {
/**
* Get the name property: Application name.
- *
+ *
* @return the name value.
*/
public String name() {
@@ -212,7 +216,7 @@ public String name() {
/**
* Get the applicationType property: Type of application being monitored.
- *
+ *
* @return the applicationType value.
*/
public ApplicationType applicationType() {
@@ -221,7 +225,7 @@ public ApplicationType applicationType() {
/**
* Set the applicationType property: Type of application being monitored.
- *
+ *
* @param applicationType the applicationType value to set.
* @return the ApplicationInsightsComponentProperties object itself.
*/
@@ -233,7 +237,7 @@ public ApplicationInsightsComponentProperties withApplicationType(ApplicationTyp
/**
* Get the flowType property: Used by the Application Insights system to determine what kind of flow this component
* was created by. This is to be set to 'Bluefield' when creating/updating a component via the REST API.
- *
+ *
* @return the flowType value.
*/
public FlowType flowType() {
@@ -243,7 +247,7 @@ public FlowType flowType() {
/**
* Set the flowType property: Used by the Application Insights system to determine what kind of flow this component
* was created by. This is to be set to 'Bluefield' when creating/updating a component via the REST API.
- *
+ *
* @param flowType the flowType value to set.
* @return the ApplicationInsightsComponentProperties object itself.
*/
@@ -255,7 +259,7 @@ public ApplicationInsightsComponentProperties withFlowType(FlowType flowType) {
/**
* Get the requestSource property: Describes what tool created this Application Insights component. Customers using
* this API should set this to the default 'rest'.
- *
+ *
* @return the requestSource value.
*/
public RequestSource requestSource() {
@@ -265,7 +269,7 @@ public RequestSource requestSource() {
/**
* Set the requestSource property: Describes what tool created this Application Insights component. Customers using
* this API should set this to the default 'rest'.
- *
+ *
* @param requestSource the requestSource value to set.
* @return the ApplicationInsightsComponentProperties object itself.
*/
@@ -276,9 +280,9 @@ public ApplicationInsightsComponentProperties withRequestSource(RequestSource re
/**
* Get the instrumentationKey property: Application Insights Instrumentation key. A read-only value that
- * applications can use to identify the destination for all telemetry sent to Azure Application Insights. This value
- * will be supplied upon construction of each new Application Insights component.
- *
+ * applications can use to identify the destination for all telemetry sent to Azure Application Insights. This
+ * value will be supplied upon construction of each new Application Insights component.
+ *
* @return the instrumentationKey value.
*/
public String instrumentationKey() {
@@ -287,7 +291,7 @@ public String instrumentationKey() {
/**
* Get the creationDate property: Creation Date for the Application Insights component, in ISO 8601 format.
- *
+ *
* @return the creationDate value.
*/
public OffsetDateTime creationDate() {
@@ -296,7 +300,7 @@ public OffsetDateTime creationDate() {
/**
* Get the tenantId property: Azure Tenant Id.
- *
+ *
* @return the tenantId value.
*/
public String tenantId() {
@@ -306,7 +310,7 @@ public String tenantId() {
/**
* Get the hockeyAppId property: The unique application ID created when a new application is added to HockeyApp,
* used for communications with HockeyApp.
- *
+ *
* @return the hockeyAppId value.
*/
public String hockeyAppId() {
@@ -316,7 +320,7 @@ public String hockeyAppId() {
/**
* Set the hockeyAppId property: The unique application ID created when a new application is added to HockeyApp,
* used for communications with HockeyApp.
- *
+ *
* @param hockeyAppId the hockeyAppId value to set.
* @return the ApplicationInsightsComponentProperties object itself.
*/
@@ -328,7 +332,7 @@ public ApplicationInsightsComponentProperties withHockeyAppId(String hockeyAppId
/**
* Get the hockeyAppToken property: Token used to authenticate communications with between Application Insights and
* HockeyApp.
- *
+ *
* @return the hockeyAppToken value.
*/
public String hockeyAppToken() {
@@ -337,9 +341,9 @@ public String hockeyAppToken() {
/**
* Get the provisioningState property: Current state of this component: whether or not is has been provisioned
- * within the resource group it is defined. Users cannot change this value but are able to read from it. Values will
- * include Succeeded, Deploying, Canceled, and Failed.
- *
+ * within the resource group it is defined. Users cannot change this value but are able to read from it. Values
+ * will include Succeeded, Deploying, Canceled, and Failed.
+ *
* @return the provisioningState value.
*/
public String provisioningState() {
@@ -349,7 +353,7 @@ public String provisioningState() {
/**
* Get the samplingPercentage property: Percentage of the data produced by the application being monitored that is
* being sampled for Application Insights telemetry.
- *
+ *
* @return the samplingPercentage value.
*/
public Double samplingPercentage() {
@@ -359,7 +363,7 @@ public Double samplingPercentage() {
/**
* Set the samplingPercentage property: Percentage of the data produced by the application being monitored that is
* being sampled for Application Insights telemetry.
- *
+ *
* @param samplingPercentage the samplingPercentage value to set.
* @return the ApplicationInsightsComponentProperties object itself.
*/
@@ -370,7 +374,7 @@ public ApplicationInsightsComponentProperties withSamplingPercentage(Double samp
/**
* Get the connectionString property: Application Insights component connection string.
- *
+ *
* @return the connectionString value.
*/
public String connectionString() {
@@ -379,7 +383,7 @@ public String connectionString() {
/**
* Get the retentionInDays property: Retention period in days.
- *
+ *
* @return the retentionInDays value.
*/
public Integer retentionInDays() {
@@ -388,7 +392,7 @@ public Integer retentionInDays() {
/**
* Set the retentionInDays property: Retention period in days.
- *
+ *
* @param retentionInDays the retentionInDays value to set.
* @return the ApplicationInsightsComponentProperties object itself.
*/
@@ -399,7 +403,7 @@ public ApplicationInsightsComponentProperties withRetentionInDays(Integer retent
/**
* Get the disableIpMasking property: Disable IP masking.
- *
+ *
* @return the disableIpMasking value.
*/
public Boolean disableIpMasking() {
@@ -408,7 +412,7 @@ public Boolean disableIpMasking() {
/**
* Set the disableIpMasking property: Disable IP masking.
- *
+ *
* @param disableIpMasking the disableIpMasking value to set.
* @return the ApplicationInsightsComponentProperties object itself.
*/
@@ -419,7 +423,7 @@ public ApplicationInsightsComponentProperties withDisableIpMasking(Boolean disab
/**
* Get the immediatePurgeDataOn30Days property: Purge data immediately after 30 days.
- *
+ *
* @return the immediatePurgeDataOn30Days value.
*/
public Boolean immediatePurgeDataOn30Days() {
@@ -428,7 +432,7 @@ public Boolean immediatePurgeDataOn30Days() {
/**
* Set the immediatePurgeDataOn30Days property: Purge data immediately after 30 days.
- *
+ *
* @param immediatePurgeDataOn30Days the immediatePurgeDataOn30Days value to set.
* @return the ApplicationInsightsComponentProperties object itself.
*/
@@ -441,7 +445,7 @@ public ApplicationInsightsComponentProperties withImmediatePurgeDataOn30Days(Boo
* Get the workspaceResourceId property: Resource Id of the log analytics workspace which the data will be ingested
* to. This property is required to create an application with this API version. Applications from older versions
* will not have this property.
- *
+ *
* @return the workspaceResourceId value.
*/
public String workspaceResourceId() {
@@ -452,7 +456,7 @@ public String workspaceResourceId() {
* Set the workspaceResourceId property: Resource Id of the log analytics workspace which the data will be ingested
* to. This property is required to create an application with this API version. Applications from older versions
* will not have this property.
- *
+ *
* @param workspaceResourceId the workspaceResourceId value to set.
* @return the ApplicationInsightsComponentProperties object itself.
*/
@@ -463,7 +467,7 @@ public ApplicationInsightsComponentProperties withWorkspaceResourceId(String wor
/**
* Get the laMigrationDate property: The date which the component got migrated to LA, in ISO 8601 format.
- *
+ *
* @return the laMigrationDate value.
*/
public OffsetDateTime laMigrationDate() {
@@ -472,7 +476,7 @@ public OffsetDateTime laMigrationDate() {
/**
* Get the privateLinkScopedResources property: List of linked private link scope resources.
- *
+ *
* @return the privateLinkScopedResources value.
*/
public List privateLinkScopedResources() {
@@ -482,7 +486,7 @@ public List privateLinkScopedResources() {
/**
* Get the publicNetworkAccessForIngestion property: The network access type for accessing Application Insights
* ingestion.
- *
+ *
* @return the publicNetworkAccessForIngestion value.
*/
public PublicNetworkAccessType publicNetworkAccessForIngestion() {
@@ -492,19 +496,19 @@ public PublicNetworkAccessType publicNetworkAccessForIngestion() {
/**
* Set the publicNetworkAccessForIngestion property: The network access type for accessing Application Insights
* ingestion.
- *
+ *
* @param publicNetworkAccessForIngestion the publicNetworkAccessForIngestion value to set.
* @return the ApplicationInsightsComponentProperties object itself.
*/
- public ApplicationInsightsComponentProperties withPublicNetworkAccessForIngestion(
- PublicNetworkAccessType publicNetworkAccessForIngestion) {
+ public ApplicationInsightsComponentProperties
+ withPublicNetworkAccessForIngestion(PublicNetworkAccessType publicNetworkAccessForIngestion) {
this.publicNetworkAccessForIngestion = publicNetworkAccessForIngestion;
return this;
}
/**
* Get the publicNetworkAccessForQuery property: The network access type for accessing Application Insights query.
- *
+ *
* @return the publicNetworkAccessForQuery value.
*/
public PublicNetworkAccessType publicNetworkAccessForQuery() {
@@ -513,19 +517,19 @@ public PublicNetworkAccessType publicNetworkAccessForQuery() {
/**
* Set the publicNetworkAccessForQuery property: The network access type for accessing Application Insights query.
- *
+ *
* @param publicNetworkAccessForQuery the publicNetworkAccessForQuery value to set.
* @return the ApplicationInsightsComponentProperties object itself.
*/
- public ApplicationInsightsComponentProperties withPublicNetworkAccessForQuery(
- PublicNetworkAccessType publicNetworkAccessForQuery) {
+ public ApplicationInsightsComponentProperties
+ withPublicNetworkAccessForQuery(PublicNetworkAccessType publicNetworkAccessForQuery) {
this.publicNetworkAccessForQuery = publicNetworkAccessForQuery;
return this;
}
/**
* Get the ingestionMode property: Indicates the flow of the ingestion.
- *
+ *
* @return the ingestionMode value.
*/
public IngestionMode ingestionMode() {
@@ -534,7 +538,7 @@ public IngestionMode ingestionMode() {
/**
* Set the ingestionMode property: Indicates the flow of the ingestion.
- *
+ *
* @param ingestionMode the ingestionMode value to set.
* @return the ApplicationInsightsComponentProperties object itself.
*/
@@ -545,7 +549,7 @@ public ApplicationInsightsComponentProperties withIngestionMode(IngestionMode in
/**
* Get the disableLocalAuth property: Disable Non-AAD based Auth.
- *
+ *
* @return the disableLocalAuth value.
*/
public Boolean disableLocalAuth() {
@@ -554,7 +558,7 @@ public Boolean disableLocalAuth() {
/**
* Set the disableLocalAuth property: Disable Non-AAD based Auth.
- *
+ *
* @param disableLocalAuth the disableLocalAuth value to set.
* @return the ApplicationInsightsComponentProperties object itself.
*/
@@ -566,7 +570,7 @@ public ApplicationInsightsComponentProperties withDisableLocalAuth(Boolean disab
/**
* Get the forceCustomerStorageForProfiler property: Force users to create their own storage account for profiler
* and debugger.
- *
+ *
* @return the forceCustomerStorageForProfiler value.
*/
public Boolean forceCustomerStorageForProfiler() {
@@ -576,27 +580,25 @@ public Boolean forceCustomerStorageForProfiler() {
/**
* Set the forceCustomerStorageForProfiler property: Force users to create their own storage account for profiler
* and debugger.
- *
+ *
* @param forceCustomerStorageForProfiler the forceCustomerStorageForProfiler value to set.
* @return the ApplicationInsightsComponentProperties object itself.
*/
- public ApplicationInsightsComponentProperties withForceCustomerStorageForProfiler(
- Boolean forceCustomerStorageForProfiler) {
+ public ApplicationInsightsComponentProperties
+ withForceCustomerStorageForProfiler(Boolean forceCustomerStorageForProfiler) {
this.forceCustomerStorageForProfiler = forceCustomerStorageForProfiler;
return this;
}
/**
* Validates the instance.
- *
+ *
* @throws IllegalArgumentException thrown if the instance is not valid.
*/
public void validate() {
if (applicationType() == null) {
- throw LOGGER
- .logExceptionAsError(
- new IllegalArgumentException(
- "Missing required property applicationType in model ApplicationInsightsComponentProperties"));
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ "Missing required property applicationType in model ApplicationInsightsComponentProperties"));
}
if (privateLinkScopedResources() != null) {
privateLinkScopedResources().forEach(e -> e.validate());
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentQuotaStatusInner.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentQuotaStatusInner.java
index 82749296f2728..3a1551fb8f026 100644
--- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentQuotaStatusInner.java
+++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentQuotaStatusInner.java
@@ -7,7 +7,9 @@
import com.azure.core.annotation.Immutable;
import com.fasterxml.jackson.annotation.JsonProperty;
-/** An Application Insights component daily data volume cap status. */
+/**
+ * An Application Insights component daily data volume cap status.
+ */
@Immutable
public final class ApplicationInsightsComponentQuotaStatusInner {
/*
@@ -28,13 +30,15 @@ public final class ApplicationInsightsComponentQuotaStatusInner {
@JsonProperty(value = "ExpirationTime", access = JsonProperty.Access.WRITE_ONLY)
private String expirationTime;
- /** Creates an instance of ApplicationInsightsComponentQuotaStatusInner class. */
+ /**
+ * Creates an instance of ApplicationInsightsComponentQuotaStatusInner class.
+ */
public ApplicationInsightsComponentQuotaStatusInner() {
}
/**
* Get the appId property: The Application ID for the Application Insights component.
- *
+ *
* @return the appId value.
*/
public String appId() {
@@ -43,7 +47,7 @@ public String appId() {
/**
* Get the shouldBeThrottled property: The daily data volume cap is met, and data ingestion will be stopped.
- *
+ *
* @return the shouldBeThrottled value.
*/
public Boolean shouldBeThrottled() {
@@ -53,7 +57,7 @@ public Boolean shouldBeThrottled() {
/**
* Get the expirationTime property: Date and time when the daily data volume cap will be reset, and data ingestion
* will resume.
- *
+ *
* @return the expirationTime value.
*/
public String expirationTime() {
@@ -62,7 +66,7 @@ public String expirationTime() {
/**
* Validates the instance.
- *
+ *
* @throws IllegalArgumentException thrown if the instance is not valid.
*/
public void validate() {
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentWebTestLocationInner.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentWebTestLocationInner.java
index dd2c01d597608..9f50d583a9b75 100644
--- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentWebTestLocationInner.java
+++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentWebTestLocationInner.java
@@ -7,7 +7,9 @@
import com.azure.core.annotation.Immutable;
import com.fasterxml.jackson.annotation.JsonProperty;
-/** Properties that define a web test location available to an Application Insights Component. */
+/**
+ * Properties that define a web test location available to an Application Insights Component.
+ */
@Immutable
public final class ApplicationInsightsComponentWebTestLocationInner {
/*
@@ -22,13 +24,15 @@ public final class ApplicationInsightsComponentWebTestLocationInner {
@JsonProperty(value = "Tag", access = JsonProperty.Access.WRITE_ONLY)
private String tag;
- /** Creates an instance of ApplicationInsightsComponentWebTestLocationInner class. */
+ /**
+ * Creates an instance of ApplicationInsightsComponentWebTestLocationInner class.
+ */
public ApplicationInsightsComponentWebTestLocationInner() {
}
/**
* Get the displayName property: The display name of the web test location.
- *
+ *
* @return the displayName value.
*/
public String displayName() {
@@ -37,7 +41,7 @@ public String displayName() {
/**
* Get the tag property: Internally defined geographic location tag.
- *
+ *
* @return the tag value.
*/
public String tag() {
@@ -46,7 +50,7 @@ public String tag() {
/**
* Validates the instance.
- *
+ *
* @throws IllegalArgumentException thrown if the instance is not valid.
*/
public void validate() {
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ComponentLinkedStorageAccountsInner.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ComponentLinkedStorageAccountsInner.java
new file mode 100644
index 0000000000000..a8a75ad74a6a6
--- /dev/null
+++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ComponentLinkedStorageAccountsInner.java
@@ -0,0 +1,70 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) AutoRest Code Generator.
+
+package com.azure.resourcemanager.applicationinsights.fluent.models;
+
+import com.azure.core.annotation.Fluent;
+import com.azure.core.management.ProxyResource;
+import com.fasterxml.jackson.annotation.JsonProperty;
+
+/**
+ * An Application Insights component linked storage accounts.
+ */
+@Fluent
+public final class ComponentLinkedStorageAccountsInner extends ProxyResource {
+ /*
+ * The properties of the linked storage accounts.
+ */
+ @JsonProperty(value = "properties")
+ private LinkedStorageAccountsProperties innerProperties;
+
+ /**
+ * Creates an instance of ComponentLinkedStorageAccountsInner class.
+ */
+ public ComponentLinkedStorageAccountsInner() {
+ }
+
+ /**
+ * Get the innerProperties property: The properties of the linked storage accounts.
+ *
+ * @return the innerProperties value.
+ */
+ private LinkedStorageAccountsProperties innerProperties() {
+ return this.innerProperties;
+ }
+
+ /**
+ * Get the linkedStorageAccount property: Linked storage account resource ID.
+ *
+ * @return the linkedStorageAccount value.
+ */
+ public String linkedStorageAccount() {
+ return this.innerProperties() == null ? null : this.innerProperties().linkedStorageAccount();
+ }
+
+ /**
+ * Set the linkedStorageAccount property: Linked storage account resource ID.
+ *
+ * @param linkedStorageAccount the linkedStorageAccount value to set.
+ * @return the ComponentLinkedStorageAccountsInner object itself.
+ */
+ public ComponentLinkedStorageAccountsInner withLinkedStorageAccount(String linkedStorageAccount) {
+ if (this.innerProperties() == null) {
+ this.innerProperties = new LinkedStorageAccountsProperties();
+ }
+ this.innerProperties().withLinkedStorageAccount(linkedStorageAccount);
+ return this;
+ }
+
+ /**
+ * Validates the instance.
+ *
+ * @throws IllegalArgumentException thrown if the instance is not valid.
+ */
+ public void validate() {
+ if (innerProperties() != null) {
+ innerProperties().validate();
+ }
+ }
+}
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ComponentPurgeResponseInner.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ComponentPurgeResponseInner.java
index 17740139d0fb1..e71f197e3910f 100644
--- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ComponentPurgeResponseInner.java
+++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ComponentPurgeResponseInner.java
@@ -8,7 +8,9 @@
import com.azure.core.util.logging.ClientLogger;
import com.fasterxml.jackson.annotation.JsonProperty;
-/** Response containing operationId for a specific purge action. */
+/**
+ * Response containing operationId for a specific purge action.
+ */
@Fluent
public final class ComponentPurgeResponseInner {
/*
@@ -17,13 +19,15 @@ public final class ComponentPurgeResponseInner {
@JsonProperty(value = "operationId", required = true)
private String operationId;
- /** Creates an instance of ComponentPurgeResponseInner class. */
+ /**
+ * Creates an instance of ComponentPurgeResponseInner class.
+ */
public ComponentPurgeResponseInner() {
}
/**
* Get the operationId property: Id to use when querying for status for a particular purge operation.
- *
+ *
* @return the operationId value.
*/
public String operationId() {
@@ -32,7 +36,7 @@ public String operationId() {
/**
* Set the operationId property: Id to use when querying for status for a particular purge operation.
- *
+ *
* @param operationId the operationId value to set.
* @return the ComponentPurgeResponseInner object itself.
*/
@@ -43,15 +47,13 @@ public ComponentPurgeResponseInner withOperationId(String operationId) {
/**
* Validates the instance.
- *
+ *
* @throws IllegalArgumentException thrown if the instance is not valid.
*/
public void validate() {
if (operationId() == null) {
- throw LOGGER
- .logExceptionAsError(
- new IllegalArgumentException(
- "Missing required property operationId in model ComponentPurgeResponseInner"));
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ "Missing required property operationId in model ComponentPurgeResponseInner"));
}
}
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ComponentPurgeStatusResponseInner.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ComponentPurgeStatusResponseInner.java
index 3add07f21c1ed..f8f8086b810a8 100644
--- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ComponentPurgeStatusResponseInner.java
+++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ComponentPurgeStatusResponseInner.java
@@ -9,7 +9,9 @@
import com.azure.resourcemanager.applicationinsights.models.PurgeState;
import com.fasterxml.jackson.annotation.JsonProperty;
-/** Response containing status for a specific purge operation. */
+/**
+ * Response containing status for a specific purge operation.
+ */
@Fluent
public final class ComponentPurgeStatusResponseInner {
/*
@@ -18,13 +20,15 @@ public final class ComponentPurgeStatusResponseInner {
@JsonProperty(value = "status", required = true)
private PurgeState status;
- /** Creates an instance of ComponentPurgeStatusResponseInner class. */
+ /**
+ * Creates an instance of ComponentPurgeStatusResponseInner class.
+ */
public ComponentPurgeStatusResponseInner() {
}
/**
* Get the status property: Status of the operation represented by the requested Id.
- *
+ *
* @return the status value.
*/
public PurgeState status() {
@@ -33,7 +37,7 @@ public PurgeState status() {
/**
* Set the status property: Status of the operation represented by the requested Id.
- *
+ *
* @param status the status value to set.
* @return the ComponentPurgeStatusResponseInner object itself.
*/
@@ -44,15 +48,13 @@ public ComponentPurgeStatusResponseInner withStatus(PurgeState status) {
/**
* Validates the instance.
- *
+ *
* @throws IllegalArgumentException thrown if the instance is not valid.
*/
public void validate() {
if (status() == null) {
- throw LOGGER
- .logExceptionAsError(
- new IllegalArgumentException(
- "Missing required property status in model ComponentPurgeStatusResponseInner"));
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ "Missing required property status in model ComponentPurgeStatusResponseInner"));
}
}
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/LinkedStorageAccountsProperties.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/LinkedStorageAccountsProperties.java
new file mode 100644
index 0000000000000..9b8e79e4351fa
--- /dev/null
+++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/LinkedStorageAccountsProperties.java
@@ -0,0 +1,54 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) AutoRest Code Generator.
+
+package com.azure.resourcemanager.applicationinsights.fluent.models;
+
+import com.azure.core.annotation.Fluent;
+import com.fasterxml.jackson.annotation.JsonProperty;
+
+/**
+ * An Application Insights component linked storage account.
+ */
+@Fluent
+public final class LinkedStorageAccountsProperties {
+ /*
+ * Linked storage account resource ID
+ */
+ @JsonProperty(value = "linkedStorageAccount")
+ private String linkedStorageAccount;
+
+ /**
+ * Creates an instance of LinkedStorageAccountsProperties class.
+ */
+ public LinkedStorageAccountsProperties() {
+ }
+
+ /**
+ * Get the linkedStorageAccount property: Linked storage account resource ID.
+ *
+ * @return the linkedStorageAccount value.
+ */
+ public String linkedStorageAccount() {
+ return this.linkedStorageAccount;
+ }
+
+ /**
+ * Set the linkedStorageAccount property: Linked storage account resource ID.
+ *
+ * @param linkedStorageAccount the linkedStorageAccount value to set.
+ * @return the LinkedStorageAccountsProperties object itself.
+ */
+ public LinkedStorageAccountsProperties withLinkedStorageAccount(String linkedStorageAccount) {
+ this.linkedStorageAccount = linkedStorageAccount;
+ return this;
+ }
+
+ /**
+ * Validates the instance.
+ *
+ * @throws IllegalArgumentException thrown if the instance is not valid.
+ */
+ public void validate() {
+ }
+}
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/LiveTokenResponseInner.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/LiveTokenResponseInner.java
index e6c8a9c28385f..ef3e3b2d78788 100644
--- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/LiveTokenResponseInner.java
+++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/LiveTokenResponseInner.java
@@ -7,7 +7,9 @@
import com.azure.core.annotation.Immutable;
import com.fasterxml.jackson.annotation.JsonProperty;
-/** The response to a live token query. */
+/**
+ * The response to a live token query.
+ */
@Immutable
public final class LiveTokenResponseInner {
/*
@@ -16,13 +18,15 @@ public final class LiveTokenResponseInner {
@JsonProperty(value = "liveToken", access = JsonProperty.Access.WRITE_ONLY)
private String liveToken;
- /** Creates an instance of LiveTokenResponseInner class. */
+ /**
+ * Creates an instance of LiveTokenResponseInner class.
+ */
public LiveTokenResponseInner() {
}
/**
* Get the liveToken property: JWT token for accessing live metrics stream data.
- *
+ *
* @return the liveToken value.
*/
public String liveToken() {
@@ -31,7 +35,7 @@ public String liveToken() {
/**
* Validates the instance.
- *
+ *
* @throws IllegalArgumentException thrown if the instance is not valid.
*/
public void validate() {
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/MyWorkbookInner.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/MyWorkbookInner.java
deleted file mode 100644
index 55ff07eea9cc3..0000000000000
--- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/MyWorkbookInner.java
+++ /dev/null
@@ -1,324 +0,0 @@
-// Copyright (c) Microsoft Corporation. All rights reserved.
-// Licensed under the MIT License.
-// Code generated by Microsoft (R) AutoRest Code Generator.
-
-package com.azure.resourcemanager.applicationinsights.fluent.models;
-
-import com.azure.core.annotation.Fluent;
-import com.azure.core.management.SystemData;
-import com.azure.resourcemanager.applicationinsights.models.Kind;
-import com.azure.resourcemanager.applicationinsights.models.MyWorkbookManagedIdentity;
-import com.azure.resourcemanager.applicationinsights.models.MyWorkbookResource;
-import com.fasterxml.jackson.annotation.JsonProperty;
-import java.util.List;
-import java.util.Map;
-
-/** An Application Insights private workbook definition. */
-@Fluent
-public final class MyWorkbookInner extends MyWorkbookResource {
- /*
- * The kind of workbook. Choices are user and shared.
- */
- @JsonProperty(value = "kind")
- private Kind kind;
-
- /*
- * Metadata describing a workbook for an Azure resource.
- */
- @JsonProperty(value = "properties")
- private MyWorkbookProperties innerProperties;
-
- /*
- * Metadata pertaining to creation and last modification of the resource.
- */
- @JsonProperty(value = "systemData", access = JsonProperty.Access.WRITE_ONLY)
- private SystemData systemData;
-
- /** Creates an instance of MyWorkbookInner class. */
- public MyWorkbookInner() {
- }
-
- /**
- * Get the kind property: The kind of workbook. Choices are user and shared.
- *
- * @return the kind value.
- */
- public Kind kind() {
- return this.kind;
- }
-
- /**
- * Set the kind property: The kind of workbook. Choices are user and shared.
- *
- * @param kind the kind value to set.
- * @return the MyWorkbookInner object itself.
- */
- public MyWorkbookInner withKind(Kind kind) {
- this.kind = kind;
- return this;
- }
-
- /**
- * Get the innerProperties property: Metadata describing a workbook for an Azure resource.
- *
- * @return the innerProperties value.
- */
- private MyWorkbookProperties innerProperties() {
- return this.innerProperties;
- }
-
- /**
- * Get the systemData property: Metadata pertaining to creation and last modification of the resource.
- *
- * @return the systemData value.
- */
- public SystemData systemData() {
- return this.systemData;
- }
-
- /** {@inheritDoc} */
- @Override
- public MyWorkbookInner withIdentity(MyWorkbookManagedIdentity identity) {
- super.withIdentity(identity);
- return this;
- }
-
- /** {@inheritDoc} */
- @Override
- public MyWorkbookInner withId(String id) {
- super.withId(id);
- return this;
- }
-
- /** {@inheritDoc} */
- @Override
- public MyWorkbookInner withName(String name) {
- super.withName(name);
- return this;
- }
-
- /** {@inheritDoc} */
- @Override
- public MyWorkbookInner withType(String type) {
- super.withType(type);
- return this;
- }
-
- /** {@inheritDoc} */
- @Override
- public MyWorkbookInner withEtag(Map etag) {
- super.withEtag(etag);
- return this;
- }
-
- /** {@inheritDoc} */
- @Override
- public MyWorkbookInner withLocation(String location) {
- super.withLocation(location);
- return this;
- }
-
- /** {@inheritDoc} */
- @Override
- public MyWorkbookInner withTags(Map tags) {
- super.withTags(tags);
- return this;
- }
-
- /**
- * Get the displayName property: The user-defined name of the private workbook.
- *
- * @return the displayName value.
- */
- public String displayName() {
- return this.innerProperties() == null ? null : this.innerProperties().displayName();
- }
-
- /**
- * Set the displayName property: The user-defined name of the private workbook.
- *
- * @param displayName the displayName value to set.
- * @return the MyWorkbookInner object itself.
- */
- public MyWorkbookInner withDisplayName(String displayName) {
- if (this.innerProperties() == null) {
- this.innerProperties = new MyWorkbookProperties();
- }
- this.innerProperties().withDisplayName(displayName);
- return this;
- }
-
- /**
- * Get the serializedData property: Configuration of this particular private workbook. Configuration data is a
- * string containing valid JSON.
- *
- * @return the serializedData value.
- */
- public String serializedData() {
- return this.innerProperties() == null ? null : this.innerProperties().serializedData();
- }
-
- /**
- * Set the serializedData property: Configuration of this particular private workbook. Configuration data is a
- * string containing valid JSON.
- *
- * @param serializedData the serializedData value to set.
- * @return the MyWorkbookInner object itself.
- */
- public MyWorkbookInner withSerializedData(String serializedData) {
- if (this.innerProperties() == null) {
- this.innerProperties = new MyWorkbookProperties();
- }
- this.innerProperties().withSerializedData(serializedData);
- return this;
- }
-
- /**
- * Get the version property: This instance's version of the data model. This can change as new features are added
- * that can be marked private workbook.
- *
- * @return the version value.
- */
- public String version() {
- return this.innerProperties() == null ? null : this.innerProperties().version();
- }
-
- /**
- * Set the version property: This instance's version of the data model. This can change as new features are added
- * that can be marked private workbook.
- *
- * @param version the version value to set.
- * @return the MyWorkbookInner object itself.
- */
- public MyWorkbookInner withVersion(String version) {
- if (this.innerProperties() == null) {
- this.innerProperties = new MyWorkbookProperties();
- }
- this.innerProperties().withVersion(version);
- return this;
- }
-
- /**
- * Get the timeModified property: Date and time in UTC of the last modification that was made to this private
- * workbook definition.
- *
- * @return the timeModified value.
- */
- public String timeModified() {
- return this.innerProperties() == null ? null : this.innerProperties().timeModified();
- }
-
- /**
- * Get the category property: Workbook category, as defined by the user at creation time.
- *
- * @return the category value.
- */
- public String category() {
- return this.innerProperties() == null ? null : this.innerProperties().category();
- }
-
- /**
- * Set the category property: Workbook category, as defined by the user at creation time.
- *
- * @param category the category value to set.
- * @return the MyWorkbookInner object itself.
- */
- public MyWorkbookInner withCategory(String category) {
- if (this.innerProperties() == null) {
- this.innerProperties = new MyWorkbookProperties();
- }
- this.innerProperties().withCategory(category);
- return this;
- }
-
- /**
- * Get the tags property: A list of 0 or more tags that are associated with this private workbook definition.
- *
- * @return the tags value.
- */
- public List tagsPropertiesTags() {
- return this.innerProperties() == null ? null : this.innerProperties().tags();
- }
-
- /**
- * Set the tags property: A list of 0 or more tags that are associated with this private workbook definition.
- *
- * @param tags the tags value to set.
- * @return the MyWorkbookInner object itself.
- */
- public MyWorkbookInner withTagsPropertiesTags(List tags) {
- if (this.innerProperties() == null) {
- this.innerProperties = new MyWorkbookProperties();
- }
- this.innerProperties().withTags(tags);
- return this;
- }
-
- /**
- * Get the userId property: Unique user id of the specific user that owns this private workbook.
- *
- * @return the userId value.
- */
- public String userId() {
- return this.innerProperties() == null ? null : this.innerProperties().userId();
- }
-
- /**
- * Get the sourceId property: Optional resourceId for a source resource.
- *
- * @return the sourceId value.
- */
- public String sourceId() {
- return this.innerProperties() == null ? null : this.innerProperties().sourceId();
- }
-
- /**
- * Set the sourceId property: Optional resourceId for a source resource.
- *
- * @param sourceId the sourceId value to set.
- * @return the MyWorkbookInner object itself.
- */
- public MyWorkbookInner withSourceId(String sourceId) {
- if (this.innerProperties() == null) {
- this.innerProperties = new MyWorkbookProperties();
- }
- this.innerProperties().withSourceId(sourceId);
- return this;
- }
-
- /**
- * Get the storageUri property: BYOS Storage Account URI.
- *
- * @return the storageUri value.
- */
- public String storageUri() {
- return this.innerProperties() == null ? null : this.innerProperties().storageUri();
- }
-
- /**
- * Set the storageUri property: BYOS Storage Account URI.
- *
- * @param storageUri the storageUri value to set.
- * @return the MyWorkbookInner object itself.
- */
- public MyWorkbookInner withStorageUri(String storageUri) {
- if (this.innerProperties() == null) {
- this.innerProperties = new MyWorkbookProperties();
- }
- this.innerProperties().withStorageUri(storageUri);
- return this;
- }
-
- /**
- * Validates the instance.
- *
- * @throws IllegalArgumentException thrown if the instance is not valid.
- */
- @Override
- public void validate() {
- super.validate();
- if (innerProperties() != null) {
- innerProperties().validate();
- }
- }
-}
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/MyWorkbookProperties.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/MyWorkbookProperties.java
deleted file mode 100644
index fd8c2f01eef10..0000000000000
--- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/MyWorkbookProperties.java
+++ /dev/null
@@ -1,263 +0,0 @@
-// Copyright (c) Microsoft Corporation. All rights reserved.
-// Licensed under the MIT License.
-// Code generated by Microsoft (R) AutoRest Code Generator.
-
-package com.azure.resourcemanager.applicationinsights.fluent.models;
-
-import com.azure.core.annotation.Fluent;
-import com.azure.core.util.logging.ClientLogger;
-import com.fasterxml.jackson.annotation.JsonProperty;
-import java.util.List;
-
-/** Properties that contain a private workbook. */
-@Fluent
-public final class MyWorkbookProperties {
- /*
- * The user-defined name of the private workbook.
- */
- @JsonProperty(value = "displayName", required = true)
- private String displayName;
-
- /*
- * Configuration of this particular private workbook. Configuration data is a string containing valid JSON
- */
- @JsonProperty(value = "serializedData", required = true)
- private String serializedData;
-
- /*
- * This instance's version of the data model. This can change as new features are added that can be marked private
- * workbook.
- */
- @JsonProperty(value = "version")
- private String version;
-
- /*
- * Date and time in UTC of the last modification that was made to this private workbook definition.
- */
- @JsonProperty(value = "timeModified", access = JsonProperty.Access.WRITE_ONLY)
- private String timeModified;
-
- /*
- * Workbook category, as defined by the user at creation time.
- */
- @JsonProperty(value = "category", required = true)
- private String category;
-
- /*
- * A list of 0 or more tags that are associated with this private workbook definition
- */
- @JsonProperty(value = "tags")
- private List tags;
-
- /*
- * Unique user id of the specific user that owns this private workbook.
- */
- @JsonProperty(value = "userId", access = JsonProperty.Access.WRITE_ONLY)
- private String userId;
-
- /*
- * Optional resourceId for a source resource.
- */
- @JsonProperty(value = "sourceId")
- private String sourceId;
-
- /*
- * BYOS Storage Account URI
- */
- @JsonProperty(value = "storageUri")
- private String storageUri;
-
- /** Creates an instance of MyWorkbookProperties class. */
- public MyWorkbookProperties() {
- }
-
- /**
- * Get the displayName property: The user-defined name of the private workbook.
- *
- * @return the displayName value.
- */
- public String displayName() {
- return this.displayName;
- }
-
- /**
- * Set the displayName property: The user-defined name of the private workbook.
- *
- * @param displayName the displayName value to set.
- * @return the MyWorkbookProperties object itself.
- */
- public MyWorkbookProperties withDisplayName(String displayName) {
- this.displayName = displayName;
- return this;
- }
-
- /**
- * Get the serializedData property: Configuration of this particular private workbook. Configuration data is a
- * string containing valid JSON.
- *
- * @return the serializedData value.
- */
- public String serializedData() {
- return this.serializedData;
- }
-
- /**
- * Set the serializedData property: Configuration of this particular private workbook. Configuration data is a
- * string containing valid JSON.
- *
- * @param serializedData the serializedData value to set.
- * @return the MyWorkbookProperties object itself.
- */
- public MyWorkbookProperties withSerializedData(String serializedData) {
- this.serializedData = serializedData;
- return this;
- }
-
- /**
- * Get the version property: This instance's version of the data model. This can change as new features are added
- * that can be marked private workbook.
- *
- * @return the version value.
- */
- public String version() {
- return this.version;
- }
-
- /**
- * Set the version property: This instance's version of the data model. This can change as new features are added
- * that can be marked private workbook.
- *
- * @param version the version value to set.
- * @return the MyWorkbookProperties object itself.
- */
- public MyWorkbookProperties withVersion(String version) {
- this.version = version;
- return this;
- }
-
- /**
- * Get the timeModified property: Date and time in UTC of the last modification that was made to this private
- * workbook definition.
- *
- * @return the timeModified value.
- */
- public String timeModified() {
- return this.timeModified;
- }
-
- /**
- * Get the category property: Workbook category, as defined by the user at creation time.
- *
- * @return the category value.
- */
- public String category() {
- return this.category;
- }
-
- /**
- * Set the category property: Workbook category, as defined by the user at creation time.
- *
- * @param category the category value to set.
- * @return the MyWorkbookProperties object itself.
- */
- public MyWorkbookProperties withCategory(String category) {
- this.category = category;
- return this;
- }
-
- /**
- * Get the tags property: A list of 0 or more tags that are associated with this private workbook definition.
- *
- * @return the tags value.
- */
- public List tags() {
- return this.tags;
- }
-
- /**
- * Set the tags property: A list of 0 or more tags that are associated with this private workbook definition.
- *
- * @param tags the tags value to set.
- * @return the MyWorkbookProperties object itself.
- */
- public MyWorkbookProperties withTags(List tags) {
- this.tags = tags;
- return this;
- }
-
- /**
- * Get the userId property: Unique user id of the specific user that owns this private workbook.
- *
- * @return the userId value.
- */
- public String userId() {
- return this.userId;
- }
-
- /**
- * Get the sourceId property: Optional resourceId for a source resource.
- *
- * @return the sourceId value.
- */
- public String sourceId() {
- return this.sourceId;
- }
-
- /**
- * Set the sourceId property: Optional resourceId for a source resource.
- *
- * @param sourceId the sourceId value to set.
- * @return the MyWorkbookProperties object itself.
- */
- public MyWorkbookProperties withSourceId(String sourceId) {
- this.sourceId = sourceId;
- return this;
- }
-
- /**
- * Get the storageUri property: BYOS Storage Account URI.
- *
- * @return the storageUri value.
- */
- public String storageUri() {
- return this.storageUri;
- }
-
- /**
- * Set the storageUri property: BYOS Storage Account URI.
- *
- * @param storageUri the storageUri value to set.
- * @return the MyWorkbookProperties object itself.
- */
- public MyWorkbookProperties withStorageUri(String storageUri) {
- this.storageUri = storageUri;
- return this;
- }
-
- /**
- * Validates the instance.
- *
- * @throws IllegalArgumentException thrown if the instance is not valid.
- */
- public void validate() {
- if (displayName() == null) {
- throw LOGGER
- .logExceptionAsError(
- new IllegalArgumentException(
- "Missing required property displayName in model MyWorkbookProperties"));
- }
- if (serializedData() == null) {
- throw LOGGER
- .logExceptionAsError(
- new IllegalArgumentException(
- "Missing required property serializedData in model MyWorkbookProperties"));
- }
- if (category() == null) {
- throw LOGGER
- .logExceptionAsError(
- new IllegalArgumentException("Missing required property category in model MyWorkbookProperties"));
- }
- }
-
- private static final ClientLogger LOGGER = new ClientLogger(MyWorkbookProperties.class);
-}
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/OperationInner.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/OperationInner.java
index 4a3d048c8df7d..b1ceb31333974 100644
--- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/OperationInner.java
+++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/OperationInner.java
@@ -8,7 +8,9 @@
import com.azure.resourcemanager.applicationinsights.models.OperationDisplay;
import com.fasterxml.jackson.annotation.JsonProperty;
-/** Azure Workbooks REST API operation. */
+/**
+ * Azure Workbooks REST API operation.
+ */
@Fluent
public final class OperationInner {
/*
@@ -23,13 +25,15 @@ public final class OperationInner {
@JsonProperty(value = "display")
private OperationDisplay display;
- /** Creates an instance of OperationInner class. */
+ /**
+ * Creates an instance of OperationInner class.
+ */
public OperationInner() {
}
/**
* Get the name property: Operation name: {provider}/{resource}/{operation}.
- *
+ *
* @return the name value.
*/
public String name() {
@@ -38,7 +42,7 @@ public String name() {
/**
* Set the name property: Operation name: {provider}/{resource}/{operation}.
- *
+ *
* @param name the name value to set.
* @return the OperationInner object itself.
*/
@@ -49,7 +53,7 @@ public OperationInner withName(String name) {
/**
* Get the display property: The object that represents the operation.
- *
+ *
* @return the display value.
*/
public OperationDisplay display() {
@@ -58,7 +62,7 @@ public OperationDisplay display() {
/**
* Set the display property: The object that represents the operation.
- *
+ *
* @param display the display value to set.
* @return the OperationInner object itself.
*/
@@ -69,7 +73,7 @@ public OperationInner withDisplay(OperationDisplay display) {
/**
* Validates the instance.
- *
+ *
* @throws IllegalArgumentException thrown if the instance is not valid.
*/
public void validate() {
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/WebTestInner.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/WebTestInner.java
index 4d597cb797d67..d7362aa4812b2 100644
--- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/WebTestInner.java
+++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/WebTestInner.java
@@ -15,7 +15,9 @@
import java.util.List;
import java.util.Map;
-/** An Application Insights WebTest definition. */
+/**
+ * An Application Insights WebTest definition.
+ */
@Fluent
public final class WebTestInner extends WebtestsResource {
/*
@@ -30,13 +32,15 @@ public final class WebTestInner extends WebtestsResource {
@JsonProperty(value = "properties")
private WebTestProperties innerProperties;
- /** Creates an instance of WebTestInner class. */
+ /**
+ * Creates an instance of WebTestInner class.
+ */
public WebTestInner() {
}
/**
* Get the kind property: The kind of WebTest that this web test watches. Choices are ping, multistep and standard.
- *
+ *
* @return the kind value.
*/
public WebTestKind kind() {
@@ -45,7 +49,7 @@ public WebTestKind kind() {
/**
* Set the kind property: The kind of WebTest that this web test watches. Choices are ping, multistep and standard.
- *
+ *
* @param kind the kind value to set.
* @return the WebTestInner object itself.
*/
@@ -56,21 +60,25 @@ public WebTestInner withKind(WebTestKind kind) {
/**
* Get the innerProperties property: Metadata describing a web test for an Azure resource.
- *
+ *
* @return the innerProperties value.
*/
private WebTestProperties innerProperties() {
return this.innerProperties;
}
- /** {@inheritDoc} */
+ /**
+ * {@inheritDoc}
+ */
@Override
public WebTestInner withLocation(String location) {
super.withLocation(location);
return this;
}
- /** {@inheritDoc} */
+ /**
+ * {@inheritDoc}
+ */
@Override
public WebTestInner withTags(Map tags) {
super.withTags(tags);
@@ -80,7 +88,7 @@ public WebTestInner withTags(Map tags) {
/**
* Get the syntheticMonitorId property: Unique ID of this WebTest. This is typically the same value as the Name
* field.
- *
+ *
* @return the syntheticMonitorId value.
*/
public String syntheticMonitorId() {
@@ -90,7 +98,7 @@ public String syntheticMonitorId() {
/**
* Set the syntheticMonitorId property: Unique ID of this WebTest. This is typically the same value as the Name
* field.
- *
+ *
* @param syntheticMonitorId the syntheticMonitorId value to set.
* @return the WebTestInner object itself.
*/
@@ -104,7 +112,7 @@ public WebTestInner withSyntheticMonitorId(String syntheticMonitorId) {
/**
* Get the webTestName property: User defined name if this WebTest.
- *
+ *
* @return the webTestName value.
*/
public String webTestName() {
@@ -113,7 +121,7 @@ public String webTestName() {
/**
* Set the webTestName property: User defined name if this WebTest.
- *
+ *
* @param webTestName the webTestName value to set.
* @return the WebTestInner object itself.
*/
@@ -127,7 +135,7 @@ public WebTestInner withWebTestName(String webTestName) {
/**
* Get the description property: User defined description for this WebTest.
- *
+ *
* @return the description value.
*/
public String description() {
@@ -136,7 +144,7 @@ public String description() {
/**
* Set the description property: User defined description for this WebTest.
- *
+ *
* @param description the description value to set.
* @return the WebTestInner object itself.
*/
@@ -150,7 +158,7 @@ public WebTestInner withDescription(String description) {
/**
* Get the enabled property: Is the test actively being monitored.
- *
+ *
* @return the enabled value.
*/
public Boolean enabled() {
@@ -159,7 +167,7 @@ public Boolean enabled() {
/**
* Set the enabled property: Is the test actively being monitored.
- *
+ *
* @param enabled the enabled value to set.
* @return the WebTestInner object itself.
*/
@@ -173,7 +181,7 @@ public WebTestInner withEnabled(Boolean enabled) {
/**
* Get the frequency property: Interval in seconds between test runs for this WebTest. Default value is 300.
- *
+ *
* @return the frequency value.
*/
public Integer frequency() {
@@ -182,7 +190,7 @@ public Integer frequency() {
/**
* Set the frequency property: Interval in seconds between test runs for this WebTest. Default value is 300.
- *
+ *
* @param frequency the frequency value to set.
* @return the WebTestInner object itself.
*/
@@ -196,7 +204,7 @@ public WebTestInner withFrequency(Integer frequency) {
/**
* Get the timeout property: Seconds until this WebTest will timeout and fail. Default value is 30.
- *
+ *
* @return the timeout value.
*/
public Integer timeout() {
@@ -205,7 +213,7 @@ public Integer timeout() {
/**
* Set the timeout property: Seconds until this WebTest will timeout and fail. Default value is 30.
- *
+ *
* @param timeout the timeout value to set.
* @return the WebTestInner object itself.
*/
@@ -219,7 +227,7 @@ public WebTestInner withTimeout(Integer timeout) {
/**
* Get the webTestKind property: The kind of web test this is, valid choices are ping, multistep and standard.
- *
+ *
* @return the webTestKind value.
*/
public WebTestKind webTestKind() {
@@ -228,7 +236,7 @@ public WebTestKind webTestKind() {
/**
* Set the webTestKind property: The kind of web test this is, valid choices are ping, multistep and standard.
- *
+ *
* @param webTestKind the webTestKind value to set.
* @return the WebTestInner object itself.
*/
@@ -242,7 +250,7 @@ public WebTestInner withWebTestKind(WebTestKind webTestKind) {
/**
* Get the retryEnabled property: Allow for retries should this WebTest fail.
- *
+ *
* @return the retryEnabled value.
*/
public Boolean retryEnabled() {
@@ -251,7 +259,7 @@ public Boolean retryEnabled() {
/**
* Set the retryEnabled property: Allow for retries should this WebTest fail.
- *
+ *
* @param retryEnabled the retryEnabled value to set.
* @return the WebTestInner object itself.
*/
@@ -266,7 +274,7 @@ public WebTestInner withRetryEnabled(Boolean retryEnabled) {
/**
* Get the locations property: A list of where to physically run the tests from to give global coverage for
* accessibility of your application.
- *
+ *
* @return the locations value.
*/
public List locations() {
@@ -276,7 +284,7 @@ public List locations() {
/**
* Set the locations property: A list of where to physically run the tests from to give global coverage for
* accessibility of your application.
- *
+ *
* @param locations the locations value to set.
* @return the WebTestInner object itself.
*/
@@ -290,7 +298,7 @@ public WebTestInner withLocations(List locations) {
/**
* Get the configuration property: An XML configuration specification for a WebTest.
- *
+ *
* @return the configuration value.
*/
public WebTestPropertiesConfiguration configuration() {
@@ -299,7 +307,7 @@ public WebTestPropertiesConfiguration configuration() {
/**
* Set the configuration property: An XML configuration specification for a WebTest.
- *
+ *
* @param configuration the configuration value to set.
* @return the WebTestInner object itself.
*/
@@ -313,9 +321,9 @@ public WebTestInner withConfiguration(WebTestPropertiesConfiguration configurati
/**
* Get the provisioningState property: Current state of this component, whether or not is has been provisioned
- * within the resource group it is defined. Users cannot change this value but are able to read from it. Values will
- * include Succeeded, Deploying, Canceled, and Failed.
- *
+ * within the resource group it is defined. Users cannot change this value but are able to read from it. Values
+ * will include Succeeded, Deploying, Canceled, and Failed.
+ *
* @return the provisioningState value.
*/
public String provisioningState() {
@@ -324,7 +332,7 @@ public String provisioningState() {
/**
* Get the request property: The collection of request properties.
- *
+ *
* @return the request value.
*/
public WebTestPropertiesRequest request() {
@@ -333,7 +341,7 @@ public WebTestPropertiesRequest request() {
/**
* Set the request property: The collection of request properties.
- *
+ *
* @param request the request value to set.
* @return the WebTestInner object itself.
*/
@@ -347,7 +355,7 @@ public WebTestInner withRequest(WebTestPropertiesRequest request) {
/**
* Get the validationRules property: The collection of validation rule properties.
- *
+ *
* @return the validationRules value.
*/
public WebTestPropertiesValidationRules validationRules() {
@@ -356,7 +364,7 @@ public WebTestPropertiesValidationRules validationRules() {
/**
* Set the validationRules property: The collection of validation rule properties.
- *
+ *
* @param validationRules the validationRules value to set.
* @return the WebTestInner object itself.
*/
@@ -370,7 +378,7 @@ public WebTestInner withValidationRules(WebTestPropertiesValidationRules validat
/**
* Validates the instance.
- *
+ *
* @throws IllegalArgumentException thrown if the instance is not valid.
*/
@Override
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/WebTestProperties.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/WebTestProperties.java
index 0f7959dc39986..082aeaf7127cb 100644
--- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/WebTestProperties.java
+++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/WebTestProperties.java
@@ -14,7 +14,9 @@
import com.fasterxml.jackson.annotation.JsonProperty;
import java.util.List;
-/** Metadata describing a web test for an Azure resource. */
+/**
+ * Metadata describing a web test for an Azure resource.
+ */
@Fluent
public final class WebTestProperties {
/*
@@ -97,14 +99,16 @@ public final class WebTestProperties {
@JsonProperty(value = "ValidationRules")
private WebTestPropertiesValidationRules validationRules;
- /** Creates an instance of WebTestProperties class. */
+ /**
+ * Creates an instance of WebTestProperties class.
+ */
public WebTestProperties() {
}
/**
* Get the syntheticMonitorId property: Unique ID of this WebTest. This is typically the same value as the Name
* field.
- *
+ *
* @return the syntheticMonitorId value.
*/
public String syntheticMonitorId() {
@@ -114,7 +118,7 @@ public String syntheticMonitorId() {
/**
* Set the syntheticMonitorId property: Unique ID of this WebTest. This is typically the same value as the Name
* field.
- *
+ *
* @param syntheticMonitorId the syntheticMonitorId value to set.
* @return the WebTestProperties object itself.
*/
@@ -125,7 +129,7 @@ public WebTestProperties withSyntheticMonitorId(String syntheticMonitorId) {
/**
* Get the webTestName property: User defined name if this WebTest.
- *
+ *
* @return the webTestName value.
*/
public String webTestName() {
@@ -134,7 +138,7 @@ public String webTestName() {
/**
* Set the webTestName property: User defined name if this WebTest.
- *
+ *
* @param webTestName the webTestName value to set.
* @return the WebTestProperties object itself.
*/
@@ -145,7 +149,7 @@ public WebTestProperties withWebTestName(String webTestName) {
/**
* Get the description property: User defined description for this WebTest.
- *
+ *
* @return the description value.
*/
public String description() {
@@ -154,7 +158,7 @@ public String description() {
/**
* Set the description property: User defined description for this WebTest.
- *
+ *
* @param description the description value to set.
* @return the WebTestProperties object itself.
*/
@@ -165,7 +169,7 @@ public WebTestProperties withDescription(String description) {
/**
* Get the enabled property: Is the test actively being monitored.
- *
+ *
* @return the enabled value.
*/
public Boolean enabled() {
@@ -174,7 +178,7 @@ public Boolean enabled() {
/**
* Set the enabled property: Is the test actively being monitored.
- *
+ *
* @param enabled the enabled value to set.
* @return the WebTestProperties object itself.
*/
@@ -185,7 +189,7 @@ public WebTestProperties withEnabled(Boolean enabled) {
/**
* Get the frequency property: Interval in seconds between test runs for this WebTest. Default value is 300.
- *
+ *
* @return the frequency value.
*/
public Integer frequency() {
@@ -194,7 +198,7 @@ public Integer frequency() {
/**
* Set the frequency property: Interval in seconds between test runs for this WebTest. Default value is 300.
- *
+ *
* @param frequency the frequency value to set.
* @return the WebTestProperties object itself.
*/
@@ -205,7 +209,7 @@ public WebTestProperties withFrequency(Integer frequency) {
/**
* Get the timeout property: Seconds until this WebTest will timeout and fail. Default value is 30.
- *
+ *
* @return the timeout value.
*/
public Integer timeout() {
@@ -214,7 +218,7 @@ public Integer timeout() {
/**
* Set the timeout property: Seconds until this WebTest will timeout and fail. Default value is 30.
- *
+ *
* @param timeout the timeout value to set.
* @return the WebTestProperties object itself.
*/
@@ -225,7 +229,7 @@ public WebTestProperties withTimeout(Integer timeout) {
/**
* Get the webTestKind property: The kind of web test this is, valid choices are ping, multistep and standard.
- *
+ *
* @return the webTestKind value.
*/
public WebTestKind webTestKind() {
@@ -234,7 +238,7 @@ public WebTestKind webTestKind() {
/**
* Set the webTestKind property: The kind of web test this is, valid choices are ping, multistep and standard.
- *
+ *
* @param webTestKind the webTestKind value to set.
* @return the WebTestProperties object itself.
*/
@@ -245,7 +249,7 @@ public WebTestProperties withWebTestKind(WebTestKind webTestKind) {
/**
* Get the retryEnabled property: Allow for retries should this WebTest fail.
- *
+ *
* @return the retryEnabled value.
*/
public Boolean retryEnabled() {
@@ -254,7 +258,7 @@ public Boolean retryEnabled() {
/**
* Set the retryEnabled property: Allow for retries should this WebTest fail.
- *
+ *
* @param retryEnabled the retryEnabled value to set.
* @return the WebTestProperties object itself.
*/
@@ -266,7 +270,7 @@ public WebTestProperties withRetryEnabled(Boolean retryEnabled) {
/**
* Get the locations property: A list of where to physically run the tests from to give global coverage for
* accessibility of your application.
- *
+ *
* @return the locations value.
*/
public List locations() {
@@ -276,7 +280,7 @@ public List locations() {
/**
* Set the locations property: A list of where to physically run the tests from to give global coverage for
* accessibility of your application.
- *
+ *
* @param locations the locations value to set.
* @return the WebTestProperties object itself.
*/
@@ -287,7 +291,7 @@ public WebTestProperties withLocations(List locations) {
/**
* Get the configuration property: An XML configuration specification for a WebTest.
- *
+ *
* @return the configuration value.
*/
public WebTestPropertiesConfiguration configuration() {
@@ -296,7 +300,7 @@ public WebTestPropertiesConfiguration configuration() {
/**
* Set the configuration property: An XML configuration specification for a WebTest.
- *
+ *
* @param configuration the configuration value to set.
* @return the WebTestProperties object itself.
*/
@@ -307,9 +311,9 @@ public WebTestProperties withConfiguration(WebTestPropertiesConfiguration config
/**
* Get the provisioningState property: Current state of this component, whether or not is has been provisioned
- * within the resource group it is defined. Users cannot change this value but are able to read from it. Values will
- * include Succeeded, Deploying, Canceled, and Failed.
- *
+ * within the resource group it is defined. Users cannot change this value but are able to read from it. Values
+ * will include Succeeded, Deploying, Canceled, and Failed.
+ *
* @return the provisioningState value.
*/
public String provisioningState() {
@@ -318,7 +322,7 @@ public String provisioningState() {
/**
* Get the request property: The collection of request properties.
- *
+ *
* @return the request value.
*/
public WebTestPropertiesRequest request() {
@@ -327,7 +331,7 @@ public WebTestPropertiesRequest request() {
/**
* Set the request property: The collection of request properties.
- *
+ *
* @param request the request value to set.
* @return the WebTestProperties object itself.
*/
@@ -338,7 +342,7 @@ public WebTestProperties withRequest(WebTestPropertiesRequest request) {
/**
* Get the validationRules property: The collection of validation rule properties.
- *
+ *
* @return the validationRules value.
*/
public WebTestPropertiesValidationRules validationRules() {
@@ -347,7 +351,7 @@ public WebTestPropertiesValidationRules validationRules() {
/**
* Set the validationRules property: The collection of validation rule properties.
- *
+ *
* @param validationRules the validationRules value to set.
* @return the WebTestProperties object itself.
*/
@@ -358,30 +362,25 @@ public WebTestProperties withValidationRules(WebTestPropertiesValidationRules va
/**
* Validates the instance.
- *
+ *
* @throws IllegalArgumentException thrown if the instance is not valid.
*/
public void validate() {
if (syntheticMonitorId() == null) {
- throw LOGGER
- .logExceptionAsError(
- new IllegalArgumentException(
- "Missing required property syntheticMonitorId in model WebTestProperties"));
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ "Missing required property syntheticMonitorId in model WebTestProperties"));
}
if (webTestName() == null) {
- throw LOGGER
- .logExceptionAsError(
- new IllegalArgumentException("Missing required property webTestName in model WebTestProperties"));
+ throw LOGGER.logExceptionAsError(
+ new IllegalArgumentException("Missing required property webTestName in model WebTestProperties"));
}
if (webTestKind() == null) {
- throw LOGGER
- .logExceptionAsError(
- new IllegalArgumentException("Missing required property webTestKind in model WebTestProperties"));
+ throw LOGGER.logExceptionAsError(
+ new IllegalArgumentException("Missing required property webTestKind in model WebTestProperties"));
}
if (locations() == null) {
- throw LOGGER
- .logExceptionAsError(
- new IllegalArgumentException("Missing required property locations in model WebTestProperties"));
+ throw LOGGER.logExceptionAsError(
+ new IllegalArgumentException("Missing required property locations in model WebTestProperties"));
} else {
locations().forEach(e -> e.validate());
}
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/WorkItemConfigurationInner.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/WorkItemConfigurationInner.java
index 687c996e84b78..b8553ad5142a8 100644
--- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/WorkItemConfigurationInner.java
+++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/WorkItemConfigurationInner.java
@@ -7,7 +7,9 @@
import com.azure.core.annotation.Fluent;
import com.fasterxml.jackson.annotation.JsonProperty;
-/** Work item configuration associated with an application insights resource. */
+/**
+ * Work item configuration associated with an application insights resource.
+ */
@Fluent
public final class WorkItemConfigurationInner {
/*
@@ -40,13 +42,15 @@ public final class WorkItemConfigurationInner {
@JsonProperty(value = "ConfigProperties")
private String configProperties;
- /** Creates an instance of WorkItemConfigurationInner class. */
+ /**
+ * Creates an instance of WorkItemConfigurationInner class.
+ */
public WorkItemConfigurationInner() {
}
/**
* Get the connectorId property: Connector identifier where work item is created.
- *
+ *
* @return the connectorId value.
*/
public String connectorId() {
@@ -55,7 +59,7 @@ public String connectorId() {
/**
* Set the connectorId property: Connector identifier where work item is created.
- *
+ *
* @param connectorId the connectorId value to set.
* @return the WorkItemConfigurationInner object itself.
*/
@@ -66,7 +70,7 @@ public WorkItemConfigurationInner withConnectorId(String connectorId) {
/**
* Get the configDisplayName property: Configuration friendly name.
- *
+ *
* @return the configDisplayName value.
*/
public String configDisplayName() {
@@ -75,7 +79,7 @@ public String configDisplayName() {
/**
* Set the configDisplayName property: Configuration friendly name.
- *
+ *
* @param configDisplayName the configDisplayName value to set.
* @return the WorkItemConfigurationInner object itself.
*/
@@ -86,7 +90,7 @@ public WorkItemConfigurationInner withConfigDisplayName(String configDisplayName
/**
* Get the isDefault property: Boolean value indicating whether configuration is default.
- *
+ *
* @return the isDefault value.
*/
public Boolean isDefault() {
@@ -95,7 +99,7 @@ public Boolean isDefault() {
/**
* Set the isDefault property: Boolean value indicating whether configuration is default.
- *
+ *
* @param isDefault the isDefault value to set.
* @return the WorkItemConfigurationInner object itself.
*/
@@ -106,7 +110,7 @@ public WorkItemConfigurationInner withIsDefault(Boolean isDefault) {
/**
* Get the id property: Unique Id for work item.
- *
+ *
* @return the id value.
*/
public String id() {
@@ -115,7 +119,7 @@ public String id() {
/**
* Set the id property: Unique Id for work item.
- *
+ *
* @param id the id value to set.
* @return the WorkItemConfigurationInner object itself.
*/
@@ -126,7 +130,7 @@ public WorkItemConfigurationInner withId(String id) {
/**
* Get the configProperties property: Serialized JSON object for detailed properties.
- *
+ *
* @return the configProperties value.
*/
public String configProperties() {
@@ -135,7 +139,7 @@ public String configProperties() {
/**
* Set the configProperties property: Serialized JSON object for detailed properties.
- *
+ *
* @param configProperties the configProperties value to set.
* @return the WorkItemConfigurationInner object itself.
*/
@@ -146,7 +150,7 @@ public WorkItemConfigurationInner withConfigProperties(String configProperties)
/**
* Validates the instance.
- *
+ *
* @throws IllegalArgumentException thrown if the instance is not valid.
*/
public void validate() {
diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/WorkbookInner.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/WorkbookInner.java
index 3d38d764aea77..0b22ba3d5a0b6 100644
--- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/WorkbookInner.java
+++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/WorkbookInner.java
@@ -14,7 +14,9 @@
import java.util.List;
import java.util.Map;
-/** A workbook definition. */
+/**
+ * A workbook definition.
+ */
@Fluent
public final class WorkbookInner extends WorkbookResource {
/*
@@ -29,13 +31,15 @@ public final class WorkbookInner extends WorkbookResource {
@JsonProperty(value = "systemData", access = JsonProperty.Access.WRITE_ONLY)
private SystemData systemData;
- /** Creates an instance of WorkbookInner class. */
+ /**
+ * Creates an instance of WorkbookInner class.
+ */
public WorkbookInner() {
}
/**
* Get the innerProperties property: Metadata describing a workbook for an Azure resource.
- *
+ *
* @return the innerProperties value.
*/
private WorkbookProperties innerProperties() {
@@ -44,42 +48,52 @@ private WorkbookProperties innerProperties() {
/**
* Get the systemData property: Metadata pertaining to creation and last modification of the resource.
- *
+ *
* @return the systemData value.
*/
public SystemData systemData() {
return this.systemData;
}
- /** {@inheritDoc} */
+ /**
+ * {@inheritDoc}
+ */
@Override
public WorkbookInner withIdentity(WorkbookResourceIdentity identity) {
super.withIdentity(identity);
return this;
}
- /** {@inheritDoc} */
+ /**
+ * {@inheritDoc}
+ */
@Override
public WorkbookInner withKind(WorkbookSharedTypeKind kind) {
super.withKind(kind);
return this;
}
- /** {@inheritDoc} */
+ /**
+ * {@inheritDoc}
+ */
@Override
public WorkbookInner withEtag(String etag) {
super.withEtag(etag);
return this;
}
- /** {@inheritDoc} */
+ /**
+ * {@inheritDoc}
+ */
@Override
public WorkbookInner withLocation(String location) {
super.withLocation(location);
return this;
}
- /** {@inheritDoc} */
+ /**
+ * {@inheritDoc}
+ */
@Override
public WorkbookInner withTags(Map tags) {
super.withTags(tags);
@@ -88,7 +102,7 @@ public WorkbookInner withTags(Map tags) {
/**
* Get the displayName property: The user-defined name (display name) of the workbook.
- *
+ *
* @return the displayName value.
*/
public String displayName() {
@@ -97,7 +111,7 @@ public String displayName() {
/**
* Set the displayName property: The user-defined name (display name) of the workbook.
- *
+ *
* @param displayName the displayName value to set.
* @return the WorkbookInner object itself.
*/
@@ -112,7 +126,7 @@ public WorkbookInner withDisplayName(String displayName) {
/**
* Get the serializedData property: Configuration of this particular workbook. Configuration data is a string
* containing valid JSON.
- *
+ *
* @return the serializedData value.
*/
public String serializedData() {
@@ -122,7 +136,7 @@ public String serializedData() {
/**
* Set the serializedData property: Configuration of this particular workbook. Configuration data is a string
* containing valid JSON.
- *
+ *
* @param serializedData the serializedData value to set.
* @return the WorkbookInner object itself.
*/
@@ -135,9 +149,9 @@ public WorkbookInner withSerializedData(String serializedData) {
}
/**
- * Get the version property: Workbook schema version format, like 'Notebook/1.0', which should match the workbook in
- * serializedData.
- *
+ * Get the version property: Workbook schema version format, like 'Notebook/1.0', which should match the workbook
+ * in serializedData.
+ *
* @return the version value.
*/
public String version() {
@@ -145,9 +159,9 @@ public String version() {
}
/**
- * Set the version property: Workbook schema version format, like 'Notebook/1.0', which should match the workbook in
- * serializedData.
- *
+ * Set the version property: Workbook schema version format, like 'Notebook/1.0', which should match the workbook
+ * in serializedData.
+ *
* @param version the version value to set.
* @return the WorkbookInner object itself.
*/
@@ -162,7 +176,7 @@ public WorkbookInner withVersion(String version) {
/**
* Get the timeModified property: Date and time in UTC of the last modification that was made to this workbook
* definition.
- *
+ *
* @return the timeModified value.
*/
public OffsetDateTime timeModified() {
@@ -171,7 +185,7 @@ public OffsetDateTime timeModified() {
/**
* Get the category property: Workbook category, as defined by the user at creation time.
- *
+ *
* @return the category value.
*/
public String category() {
@@ -180,7 +194,7 @@ public String category() {
/**
* Set the category property: Workbook category, as defined by the user at creation time.
- *
+ *
* @param category the category value to set.
* @return the WorkbookInner object itself.
*/
@@ -194,7 +208,7 @@ public WorkbookInner withCategory(String category) {
/**
* Get the tags property: Being deprecated, please use the other tags field.
- *
+ *
* @return the tags value.
*/
public List tagsPropertiesTags() {
@@ -203,7 +217,7 @@ public List tagsPropertiesTags() {
/**
* Set the tags property: Being deprecated, please use the other tags field.
- *
+ *
* @param tags the tags value to set.
* @return the WorkbookInner object itself.
*/
@@ -217,7 +231,7 @@ public WorkbookInner withTagsPropertiesTags(List