WorkspaceManagedIdentitySqlControlSettingsClient Interface

public interface WorkspaceManagedIdentitySqlControlSettingsClient

An instance of this class provides access to all the operations defined in WorkspaceManagedIdentitySqlControlSettingsClient.

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<ManagedIdentitySqlControlSettingsModelInner>,ManagedIdentitySqlControlSettingsModelInner> beginCreateOrUpdate(String resourceGroupName, String workspaceName, ManagedIdentitySqlControlSettingsModelInner managedIdentitySqlControlSettings)

Create or update Managed Identity Sql Control Settings.

abstract SyncPoller<PollResult<ManagedIdentitySqlControlSettingsModelInner>,ManagedIdentitySqlControlSettingsModelInner> beginCreateOrUpdate(String resourceGroupName, String workspaceName, ManagedIdentitySqlControlSettingsModelInner managedIdentitySqlControlSettings, Context context)

Create or update Managed Identity Sql Control Settings.

abstract ManagedIdentitySqlControlSettingsModelInner createOrUpdate(String resourceGroupName, String workspaceName, ManagedIdentitySqlControlSettingsModelInner managedIdentitySqlControlSettings)

Create or update Managed Identity Sql Control Settings.

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

Create or update Managed Identity Sql Control Settings.

abstract ManagedIdentitySqlControlSettingsModelInner get(String resourceGroupName, String workspaceName)

Get Managed Identity Sql Control Settings.

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

Get Managed Identity Sql Control Settings.

Method Details

beginCreateOrUpdate

public abstract SyncPoller<>,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<T,U> for polling of managed Identity Sql Control Settings.

beginCreateOrUpdate

public abstract SyncPoller<>,ManagedIdentitySqlControlSettingsModelInner> beginCreateOrUpdate(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:

the SyncPoller<T,U> for polling of managed Identity Sql Control Settings.

createOrUpdate

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

createOrUpdate

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

getWithResponse

public abstract Response 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