WorkspaceManagedIdentitySqlControlSettings Interface

public interface WorkspaceManagedIdentitySqlControlSettings

Resource collection API of WorkspaceManagedIdentitySqlControlSettings.

Method Summary

Modifier and Type Method and Description
abstract ManagedIdentitySqlControlSettingsModel createOrUpdate(String resourceGroupName, String workspaceName, ManagedIdentitySqlControlSettingsModelInner managedIdentitySqlControlSettings)

Create or update Managed Identity Sql Control Settings.

abstract ManagedIdentitySqlControlSettingsModel createOrUpdate(String resourceGroupName, String workspaceName, ManagedIdentitySqlControlSettingsModelInner managedIdentitySqlControlSettings, Context context)

Create or update Managed Identity Sql Control Settings.

abstract ManagedIdentitySqlControlSettingsModel get(String resourceGroupName, String workspaceName)

Get Managed Identity Sql Control Settings.

abstract Response<ManagedIdentitySqlControlSettingsModel> getWithResponse(String resourceGroupName, String workspaceName, Context context)

Get Managed Identity Sql Control Settings.

Method Details

createOrUpdate

public abstract ManagedIdentitySqlControlSettingsModel 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.

createOrUpdate

public abstract ManagedIdentitySqlControlSettingsModel createOrUpdate(String resourceGroupName, String workspaceName, ManagedIdentitySqlControlSettingsModelInner managedIdentitySqlControlSettings, 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.

get

public abstract ManagedIdentitySqlControlSettingsModel 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.

getWithResponse

public abstract Response<ManagedIdentitySqlControlSettingsModel> getWithResponse(String resourceGroupName, String workspaceName, 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<T>.

Applies to