WorkspaceManagedSqlServerDedicatedSQLMinimalTlsSettings interface

Interface representing a WorkspaceManagedSqlServerDedicatedSQLMinimalTlsSettings.

Methods

beginUpdate(string, string, string, DedicatedSQLminimalTlsSettings, WorkspaceManagedSqlServerDedicatedSQLMinimalTlsSettingsUpdateOptionalParams)

Update workspace managed sql server's minimal tls settings.

beginUpdateAndWait(string, string, string, DedicatedSQLminimalTlsSettings, WorkspaceManagedSqlServerDedicatedSQLMinimalTlsSettingsUpdateOptionalParams)

Update workspace managed sql server's minimal tls settings.

get(string, string, string, WorkspaceManagedSqlServerDedicatedSQLMinimalTlsSettingsGetOptionalParams)

Get workspace managed sql server's minimal tls settings.

list(string, string, WorkspaceManagedSqlServerDedicatedSQLMinimalTlsSettingsListOptionalParams)

List workspace managed sql server's minimal tls settings.

Method Details

beginUpdate(string, string, string, DedicatedSQLminimalTlsSettings, WorkspaceManagedSqlServerDedicatedSQLMinimalTlsSettingsUpdateOptionalParams)

Update workspace managed sql server's minimal tls settings.

function beginUpdate(resourceGroupName: string, workspaceName: string, dedicatedSQLminimalTlsSettingsName: string, parameters: DedicatedSQLminimalTlsSettings, options?: WorkspaceManagedSqlServerDedicatedSQLMinimalTlsSettingsUpdateOptionalParams): Promise<PollerLike<PollOperationState<DedicatedSQLminimalTlsSettings>, DedicatedSQLminimalTlsSettings>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

workspaceName

string

The name of the workspace.

dedicatedSQLminimalTlsSettingsName

string

The name of the dedicated sql minimal tls settings.

parameters
DedicatedSQLminimalTlsSettings

minimal tls settings

Returns

beginUpdateAndWait(string, string, string, DedicatedSQLminimalTlsSettings, WorkspaceManagedSqlServerDedicatedSQLMinimalTlsSettingsUpdateOptionalParams)

Update workspace managed sql server's minimal tls settings.

function beginUpdateAndWait(resourceGroupName: string, workspaceName: string, dedicatedSQLminimalTlsSettingsName: string, parameters: DedicatedSQLminimalTlsSettings, options?: WorkspaceManagedSqlServerDedicatedSQLMinimalTlsSettingsUpdateOptionalParams): Promise<DedicatedSQLminimalTlsSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

workspaceName

string

The name of the workspace.

dedicatedSQLminimalTlsSettingsName

string

The name of the dedicated sql minimal tls settings.

parameters
DedicatedSQLminimalTlsSettings

minimal tls settings

Returns

get(string, string, string, WorkspaceManagedSqlServerDedicatedSQLMinimalTlsSettingsGetOptionalParams)

Get workspace managed sql server's minimal tls settings.

function get(resourceGroupName: string, workspaceName: string, dedicatedSQLminimalTlsSettingsName: string, options?: WorkspaceManagedSqlServerDedicatedSQLMinimalTlsSettingsGetOptionalParams): Promise<DedicatedSQLminimalTlsSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

workspaceName

string

The name of the workspace.

dedicatedSQLminimalTlsSettingsName

string

The name of the dedicated sql minimal tls settings.

Returns

list(string, string, WorkspaceManagedSqlServerDedicatedSQLMinimalTlsSettingsListOptionalParams)

List workspace managed sql server's minimal tls settings.

function list(resourceGroupName: string, workspaceName: string, options?: WorkspaceManagedSqlServerDedicatedSQLMinimalTlsSettingsListOptionalParams): PagedAsyncIterableIterator<DedicatedSQLminimalTlsSettings, DedicatedSQLminimalTlsSettings[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

workspaceName

string

The name of the workspace.

Returns