Partilhar via


OperationalInsightsWorkspaceResource.DisableIntelligencePackAsync Método

Definição

Desabilitar um pacote de inteligência para determinado workspace.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/intelligencePacks/{intelligencePackName}/Disable
  • IdIntelligencePacks_Disable de operação
public virtual System.Threading.Tasks.Task<Azure.Response> DisableIntelligencePackAsync (string intelligencePackName, System.Threading.CancellationToken cancellationToken = default);
abstract member DisableIntelligencePackAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.DisableIntelligencePackAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function DisableIntelligencePackAsync (intelligencePackName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

Parâmetros

intelligencePackName
String

O nome do pacote de inteligência a ser desabilitado.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

intelligencePackName é uma cadeia de caracteres vazia e era esperado que não estivesse vazio.

intelligencePackName é nulo.

Aplica-se a