Interface WorkspaceManagedSqlServerDedicatedSqlMinimalTlsSettingsClient


public interface WorkspaceManagedSqlServerDedicatedSqlMinimalTlsSettingsClient
An instance of this class provides access to all the operations defined in WorkspaceManagedSqlServerDedicatedSqlMinimalTlsSettingsClient.
  • Method Details

    • beginUpdate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DedicatedSQLminimalTlsSettingsInner>,DedicatedSQLminimalTlsSettingsInner> beginUpdate(String resourceGroupName, String workspaceName, DedicatedSqlMinimalTlsSettingsName dedicatedSQLminimalTlsSettingsName, DedicatedSQLminimalTlsSettingsInner parameters)
      Update server's tls settings.

      Update workspace managed sql server's minimal tls settings.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      dedicatedSQLminimalTlsSettingsName - The name of the dedicated sql minimal tls settings.
      parameters - minimal tls settings.
      Returns:
      the SyncPoller for polling of dedicated Sql Minimal Tls Settings Info.
      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.
    • beginUpdate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DedicatedSQLminimalTlsSettingsInner>,DedicatedSQLminimalTlsSettingsInner> beginUpdate(String resourceGroupName, String workspaceName, DedicatedSqlMinimalTlsSettingsName dedicatedSQLminimalTlsSettingsName, DedicatedSQLminimalTlsSettingsInner parameters, com.azure.core.util.Context context)
      Update server's tls settings.

      Update workspace managed sql server's minimal tls settings.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      dedicatedSQLminimalTlsSettingsName - The name of the dedicated sql minimal tls settings.
      parameters - minimal tls settings.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for polling of dedicated Sql Minimal Tls Settings Info.
      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.
    • update

      DedicatedSQLminimalTlsSettingsInner update(String resourceGroupName, String workspaceName, DedicatedSqlMinimalTlsSettingsName dedicatedSQLminimalTlsSettingsName, DedicatedSQLminimalTlsSettingsInner parameters)
      Update server's tls settings.

      Update workspace managed sql server's minimal tls settings.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      dedicatedSQLminimalTlsSettingsName - The name of the dedicated sql minimal tls settings.
      parameters - minimal tls settings.
      Returns:
      dedicated Sql Minimal Tls Settings Info.
      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.
    • update

      DedicatedSQLminimalTlsSettingsInner update(String resourceGroupName, String workspaceName, DedicatedSqlMinimalTlsSettingsName dedicatedSQLminimalTlsSettingsName, DedicatedSQLminimalTlsSettingsInner parameters, com.azure.core.util.Context context)
      Update server's tls settings.

      Update workspace managed sql server's minimal tls settings.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      dedicatedSQLminimalTlsSettingsName - The name of the dedicated sql minimal tls settings.
      parameters - minimal tls settings.
      context - The context to associate with this operation.
      Returns:
      dedicated Sql Minimal Tls Settings Info.
      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<DedicatedSQLminimalTlsSettingsInner> getWithResponse(String resourceGroupName, String workspaceName, String dedicatedSQLminimalTlsSettingsName, com.azure.core.util.Context context)
      Get server's minimal tls settings.

      Get workspace managed sql server's minimal tls settings.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      dedicatedSQLminimalTlsSettingsName - The name of the dedicated sql minimal tls settings.
      context - The context to associate with this operation.
      Returns:
      workspace managed sql server's minimal tls 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.
    • get

      DedicatedSQLminimalTlsSettingsInner get(String resourceGroupName, String workspaceName, String dedicatedSQLminimalTlsSettingsName)
      Get server's minimal tls settings.

      Get workspace managed sql server's minimal tls settings.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      dedicatedSQLminimalTlsSettingsName - The name of the dedicated sql minimal tls settings.
      Returns:
      workspace managed sql server's minimal tls 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.
    • list

      com.azure.core.http.rest.PagedIterable<DedicatedSQLminimalTlsSettingsInner> list(String resourceGroupName, String workspaceName)
      List workspace server's minimal tls settings.

      List workspace managed sql server's minimal tls settings.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      Returns:
      a list of the server's dedicated sql minimal tls 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<DedicatedSQLminimalTlsSettingsInner> list(String resourceGroupName, String workspaceName, com.azure.core.util.Context context)
      List workspace server's minimal tls settings.

      List workspace managed sql server's minimal tls 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:
      a list of the server's dedicated sql minimal tls 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.