SqlServerResource.GetServiceObjective(String, CancellationToken) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém um objetivo de serviço de banco de dados.
- Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/serviceObjectives/{serviceObjectiveName}
- IdServiceObjectives_Get de operação
public virtual Azure.Response<Azure.ResourceManager.Sql.ServiceObjectiveResource> GetServiceObjective (string serviceObjectiveName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetServiceObjective : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.ServiceObjectiveResource>
override this.GetServiceObjective : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.ServiceObjectiveResource>
Public Overridable Function GetServiceObjective (serviceObjectiveName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ServiceObjectiveResource)
Parâmetros
- serviceObjectiveName
- String
O nome do objetivo de serviço a ser recuperado.
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.
Retornos
Exceções
serviceObjectiveName
é uma cadeia de caracteres vazia e era esperado que não estivesse vazio.
serviceObjectiveName
é nulo.