Interface SecurityMLAnalyticsSettings
public interface SecurityMLAnalyticsSettings
Resource collection API of SecurityMLAnalyticsSettings.
-
Method Summary
Modifier and TypeMethodDescriptioncreateOrUpdate
(String resourceGroupName, String workspaceName, String settingsResourceName, SecurityMLAnalyticsSettingInner securityMLAnalyticsSetting) Creates or updates the Security ML Analytics Settings.com.azure.core.http.rest.Response<SecurityMLAnalyticsSetting>
createOrUpdateWithResponse
(String resourceGroupName, String workspaceName, String settingsResourceName, SecurityMLAnalyticsSettingInner securityMLAnalyticsSetting, com.azure.core.util.Context context) Creates or updates the Security ML Analytics Settings.void
Delete the Security ML Analytics Settings.com.azure.core.http.rest.Response<Void>
deleteWithResponse
(String resourceGroupName, String workspaceName, String settingsResourceName, com.azure.core.util.Context context) Delete the Security ML Analytics Settings.Gets the Security ML Analytics Settings.com.azure.core.http.rest.Response<SecurityMLAnalyticsSetting>
getWithResponse
(String resourceGroupName, String workspaceName, String settingsResourceName, com.azure.core.util.Context context) Gets the Security ML Analytics Settings.com.azure.core.http.rest.PagedIterable<SecurityMLAnalyticsSetting>
Gets all Security ML Analytics Settings.com.azure.core.http.rest.PagedIterable<SecurityMLAnalyticsSetting>
Gets all Security ML Analytics Settings.
-
Method Details
-
list
com.azure.core.http.rest.PagedIterable<SecurityMLAnalyticsSetting> list(String resourceGroupName, String workspaceName) Gets all Security ML Analytics Settings.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.workspaceName
- The name of the workspace.- Returns:
- all Security ML Analytics Settings as paginated response with
PagedIterable
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
list
com.azure.core.http.rest.PagedIterable<SecurityMLAnalyticsSetting> list(String resourceGroupName, String workspaceName, com.azure.core.util.Context context) Gets all Security ML Analytics Settings.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.workspaceName
- The name of the workspace.context
- The context to associate with this operation.- Returns:
- all Security ML Analytics Settings as paginated response with
PagedIterable
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
get
SecurityMLAnalyticsSetting get(String resourceGroupName, String workspaceName, String settingsResourceName) Gets the Security ML Analytics Settings.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.workspaceName
- The name of the workspace.settingsResourceName
- Security ML Analytics Settings resource name.- Returns:
- the Security ML Analytics Settings.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
getWithResponse
com.azure.core.http.rest.Response<SecurityMLAnalyticsSetting> getWithResponse(String resourceGroupName, String workspaceName, String settingsResourceName, com.azure.core.util.Context context) Gets the Security ML Analytics Settings.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.workspaceName
- The name of the workspace.settingsResourceName
- Security ML Analytics Settings resource name.context
- The context to associate with this operation.- Returns:
- the Security ML Analytics Settings along with
Response
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
createOrUpdate
SecurityMLAnalyticsSetting createOrUpdate(String resourceGroupName, String workspaceName, String settingsResourceName, SecurityMLAnalyticsSettingInner securityMLAnalyticsSetting) Creates or updates the Security ML Analytics Settings.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.workspaceName
- The name of the workspace.settingsResourceName
- Security ML Analytics Settings resource name.securityMLAnalyticsSetting
- The security ML Analytics setting.- Returns:
- security ML Analytics Setting.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
createOrUpdateWithResponse
com.azure.core.http.rest.Response<SecurityMLAnalyticsSetting> createOrUpdateWithResponse(String resourceGroupName, String workspaceName, String settingsResourceName, SecurityMLAnalyticsSettingInner securityMLAnalyticsSetting, com.azure.core.util.Context context) Creates or updates the Security ML Analytics Settings.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.workspaceName
- The name of the workspace.settingsResourceName
- Security ML Analytics Settings resource name.securityMLAnalyticsSetting
- The security ML Analytics setting.context
- The context to associate with this operation.- Returns:
- security ML Analytics Setting along with
Response
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
delete
Delete the Security ML Analytics Settings.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.workspaceName
- The name of the workspace.settingsResourceName
- Security ML Analytics Settings resource name.- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
deleteWithResponse
com.azure.core.http.rest.Response<Void> deleteWithResponse(String resourceGroupName, String workspaceName, String settingsResourceName, com.azure.core.util.Context context) Delete the Security ML Analytics Settings.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.workspaceName
- The name of the workspace.settingsResourceName
- Security ML Analytics Settings resource name.context
- The context to associate with this operation.- Returns:
- the
Response
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-