你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MockableMonitorArmClient.GetDiagnosticSetting Method

Definition

Gets the active diagnostic settings for the specified resource.

  • Request Path: /{resourceUri}/providers/Microsoft.Insights/diagnosticSettings/{name}
  • Operation Id: DiagnosticSettings_Get
  • Default Api Version: 2021-05-01-preview
  • Resource: DiagnosticSettingResource
public virtual Azure.Response<Azure.ResourceManager.Monitor.DiagnosticSettingResource> GetDiagnosticSetting(Azure.Core.ResourceIdentifier scope, string name, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDiagnosticSetting : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Monitor.DiagnosticSettingResource>
override this.GetDiagnosticSetting : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Monitor.DiagnosticSettingResource>
Public Overridable Function GetDiagnosticSetting (scope As ResourceIdentifier, name As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DiagnosticSettingResource)

Parameters

scope
ResourceIdentifier

The scope that the resource will apply against.

name
String

The name of the diagnostic setting.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

name is null.

name is an empty string, and was expected to be non-empty.

Applies to