Interface WorkspaceManagedSqlServerDedicatedSqlMinimalTlsSettings


public interface WorkspaceManagedSqlServerDedicatedSqlMinimalTlsSettings
Resource collection API of WorkspaceManagedSqlServerDedicatedSqlMinimalTlsSettings.
  • Method Details

    • update

      DedicatedSQLminimalTlsSettings 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

      DedicatedSQLminimalTlsSettings 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<DedicatedSQLminimalTlsSettings> 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

      DedicatedSQLminimalTlsSettings 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<DedicatedSQLminimalTlsSettings> 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<DedicatedSQLminimalTlsSettings> 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.