forked from Azure/azure-sdk-for-java
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CodeGen from PR 19903 in Azure/azure-rest-api-specs
Merge dd310d477e8c829309f5d41c8cd1215e7b2ed187 into bd05dd03d03343e1942fd2bc6a6e21946a3e307c
- Loading branch information
SDKAuto
committed
Jul 22, 2022
1 parent
f4a1528
commit c74e2b8
Showing
175 changed files
with
4,973 additions
and
759 deletions.
There are no files selected for viewing
4 changes: 3 additions & 1 deletion
4
sdk/securityinsights/azure-resourcemanager-securityinsights/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
577 changes: 370 additions & 207 deletions
577
sdk/securityinsights/azure-resourcemanager-securityinsights/SAMPLE.md
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
142 changes: 142 additions & 0 deletions
142
.../com/azure/resourcemanager/securityinsights/fluent/SecurityMLAnalyticsSettingsClient.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,142 @@ | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. | ||
// Code generated by Microsoft (R) AutoRest Code Generator. | ||
|
||
package com.azure.resourcemanager.securityinsights.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.securityinsights.fluent.models.SecurityMLAnalyticsSettingInner; | ||
|
||
/** An instance of this class provides access to all the operations defined in SecurityMLAnalyticsSettingsClient. */ | ||
public interface SecurityMLAnalyticsSettingsClient { | ||
/** | ||
* Gets all Security ML Analytics Settings. | ||
* | ||
* @param resourceGroupName The name of the resource group. The name is case insensitive. | ||
* @param workspaceName The name of the workspace. | ||
* @throws IllegalArgumentException thrown if parameters fail the validation. | ||
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. | ||
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. | ||
* @return all Security ML Analytics Settings as paginated response with {@link PagedIterable}. | ||
*/ | ||
@ServiceMethod(returns = ReturnType.COLLECTION) | ||
PagedIterable<SecurityMLAnalyticsSettingInner> list(String resourceGroupName, String workspaceName); | ||
|
||
/** | ||
* Gets all Security ML Analytics Settings. | ||
* | ||
* @param resourceGroupName The name of the resource group. The name is case insensitive. | ||
* @param workspaceName The name of the workspace. | ||
* @param context The context to associate with this operation. | ||
* @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 Security ML Analytics Settings as paginated response with {@link PagedIterable}. | ||
*/ | ||
@ServiceMethod(returns = ReturnType.COLLECTION) | ||
PagedIterable<SecurityMLAnalyticsSettingInner> list( | ||
String resourceGroupName, String workspaceName, Context context); | ||
|
||
/** | ||
* Gets the Security ML Analytics Settings. | ||
* | ||
* @param resourceGroupName The name of the resource group. The name is case insensitive. | ||
* @param workspaceName The name of the workspace. | ||
* @param settingsResourceName Security ML Analytics Settings resource name. | ||
* @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 Security ML Analytics Settings. | ||
*/ | ||
@ServiceMethod(returns = ReturnType.SINGLE) | ||
SecurityMLAnalyticsSettingInner get(String resourceGroupName, String workspaceName, String settingsResourceName); | ||
|
||
/** | ||
* Gets the Security ML Analytics Settings. | ||
* | ||
* @param resourceGroupName The name of the resource group. The name is case insensitive. | ||
* @param workspaceName The name of the workspace. | ||
* @param settingsResourceName Security ML Analytics Settings resource name. | ||
* @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 Security ML Analytics Settings along with {@link Response}. | ||
*/ | ||
@ServiceMethod(returns = ReturnType.SINGLE) | ||
Response<SecurityMLAnalyticsSettingInner> getWithResponse( | ||
String resourceGroupName, String workspaceName, String settingsResourceName, Context context); | ||
|
||
/** | ||
* Creates or updates the Security ML Analytics Settings. | ||
* | ||
* @param resourceGroupName The name of the resource group. The name is case insensitive. | ||
* @param workspaceName The name of the workspace. | ||
* @param settingsResourceName Security ML Analytics Settings resource name. | ||
* @param securityMLAnalyticsSetting The security ML Analytics setting. | ||
* @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 security ML Analytics Setting. | ||
*/ | ||
@ServiceMethod(returns = ReturnType.SINGLE) | ||
SecurityMLAnalyticsSettingInner createOrUpdate( | ||
String resourceGroupName, | ||
String workspaceName, | ||
String settingsResourceName, | ||
SecurityMLAnalyticsSettingInner securityMLAnalyticsSetting); | ||
|
||
/** | ||
* Creates or updates the Security ML Analytics Settings. | ||
* | ||
* @param resourceGroupName The name of the resource group. The name is case insensitive. | ||
* @param workspaceName The name of the workspace. | ||
* @param settingsResourceName Security ML Analytics Settings resource name. | ||
* @param securityMLAnalyticsSetting The security ML Analytics setting. | ||
* @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 security ML Analytics Setting along with {@link Response}. | ||
*/ | ||
@ServiceMethod(returns = ReturnType.SINGLE) | ||
Response<SecurityMLAnalyticsSettingInner> createOrUpdateWithResponse( | ||
String resourceGroupName, | ||
String workspaceName, | ||
String settingsResourceName, | ||
SecurityMLAnalyticsSettingInner securityMLAnalyticsSetting, | ||
Context context); | ||
|
||
/** | ||
* Delete the Security ML Analytics Settings. | ||
* | ||
* @param resourceGroupName The name of the resource group. The name is case insensitive. | ||
* @param workspaceName The name of the workspace. | ||
* @param settingsResourceName Security ML Analytics Settings resource name. | ||
* @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 workspaceName, String settingsResourceName); | ||
|
||
/** | ||
* Delete the Security ML Analytics Settings. | ||
* | ||
* @param resourceGroupName The name of the resource group. The name is case insensitive. | ||
* @param workspaceName The name of the workspace. | ||
* @param settingsResourceName Security ML Analytics Settings resource name. | ||
* @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<Void> deleteWithResponse( | ||
String resourceGroupName, String workspaceName, String settingsResourceName, Context context); | ||
} |
Oops, something went wrong.