Interface WorkspaceManagedIdentitySqlControlSettingsClient
-
public interface WorkspaceManagedIdentitySqlControlSettingsClient
An instance of this class provides access to all the operations defined in WorkspaceManagedIdentitySqlControlSettingsClient.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ManagedIdentitySqlControlSettingsModelInner>,ManagedIdentitySqlControlSettingsModelInner>
beginCreateOrUpdate(String resourceGroupName, String workspaceName, ManagedIdentitySqlControlSettingsModelInner managedIdentitySqlControlSettings)
Create or update Managed Identity Sql Control Settings.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ManagedIdentitySqlControlSettingsModelInner>,ManagedIdentitySqlControlSettingsModelInner>
beginCreateOrUpdate(String resourceGroupName, String workspaceName, ManagedIdentitySqlControlSettingsModelInner managedIdentitySqlControlSettings, com.azure.core.util.Context context)
Create or update Managed Identity Sql Control Settings.ManagedIdentitySqlControlSettingsModelInner
createOrUpdate(String resourceGroupName, String workspaceName, ManagedIdentitySqlControlSettingsModelInner managedIdentitySqlControlSettings)
Create or update Managed Identity Sql Control Settings.ManagedIdentitySqlControlSettingsModelInner
createOrUpdate(String resourceGroupName, String workspaceName, ManagedIdentitySqlControlSettingsModelInner managedIdentitySqlControlSettings, com.azure.core.util.Context context)
Create or update Managed Identity Sql Control Settings.ManagedIdentitySqlControlSettingsModelInner
get(String resourceGroupName, String workspaceName)
Get Managed Identity Sql Control Settings.com.azure.core.http.rest.Response<ManagedIdentitySqlControlSettingsModelInner>
getWithResponse(String resourceGroupName, String workspaceName, com.azure.core.util.Context context)
Get Managed Identity Sql Control Settings.
-
-
-
Method Detail
-
get
ManagedIdentitySqlControlSettingsModelInner get(String resourceGroupName, String workspaceName)
Get Managed Identity Sql Control Settings.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.workspaceName
- The name of the workspace.- Returns:
- managed Identity Sql Control 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<ManagedIdentitySqlControlSettingsModelInner> getWithResponse(String resourceGroupName, String workspaceName, com.azure.core.util.Context context)
Get Managed Identity Sql Control 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:
- managed Identity Sql Control 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.
-
beginCreateOrUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ManagedIdentitySqlControlSettingsModelInner>,ManagedIdentitySqlControlSettingsModelInner> beginCreateOrUpdate(String resourceGroupName, String workspaceName, ManagedIdentitySqlControlSettingsModelInner managedIdentitySqlControlSettings)
Create or update Managed Identity Sql Control Settings.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.workspaceName
- The name of the workspace.managedIdentitySqlControlSettings
- Managed Identity Sql Control Settings.- Returns:
- the
SyncPoller
for polling of managed Identity Sql Control 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.
-
beginCreateOrUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ManagedIdentitySqlControlSettingsModelInner>,ManagedIdentitySqlControlSettingsModelInner> beginCreateOrUpdate(String resourceGroupName, String workspaceName, ManagedIdentitySqlControlSettingsModelInner managedIdentitySqlControlSettings, com.azure.core.util.Context context)
Create or update Managed Identity Sql Control Settings.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.workspaceName
- The name of the workspace.managedIdentitySqlControlSettings
- Managed Identity Sql Control Settings.context
- The context to associate with this operation.- Returns:
- the
SyncPoller
for polling of managed Identity Sql Control 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.
-
createOrUpdate
ManagedIdentitySqlControlSettingsModelInner createOrUpdate(String resourceGroupName, String workspaceName, ManagedIdentitySqlControlSettingsModelInner managedIdentitySqlControlSettings)
Create or update Managed Identity Sql Control Settings.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.workspaceName
- The name of the workspace.managedIdentitySqlControlSettings
- Managed Identity Sql Control Settings.- Returns:
- managed Identity Sql Control 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.
-
createOrUpdate
ManagedIdentitySqlControlSettingsModelInner createOrUpdate(String resourceGroupName, String workspaceName, ManagedIdentitySqlControlSettingsModelInner managedIdentitySqlControlSettings, com.azure.core.util.Context context)
Create or update Managed Identity Sql Control Settings.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.workspaceName
- The name of the workspace.managedIdentitySqlControlSettings
- Managed Identity Sql Control Settings.context
- The context to associate with this operation.- Returns:
- managed Identity Sql Control 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.
-
-