MonitorExtensions.GetDiagnosticSettingAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
GetDiagnosticSettingAsync(ArmResource, String, CancellationToken) |
取得指定資源的使用中診斷設定。 要求路徑:/{resourceUri}/providers/Microsoft.Insights/diagnosticSettings/{name} 作業識別碼:DiagnosticSettings_Get |
GetDiagnosticSettingAsync(ArmClient, ResourceIdentifier, String, CancellationToken) |
取得指定資源的使用中診斷設定。
|
GetDiagnosticSettingAsync(ArmResource, String, CancellationToken)
取得指定資源的使用中診斷設定。 要求路徑:/{resourceUri}/providers/Microsoft.Insights/diagnosticSettings/{name} 作業識別碼:DiagnosticSettings_Get
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Monitor.DiagnosticSettingResource>> GetDiagnosticSettingAsync (this Azure.ResourceManager.ArmResource armResource, string name, System.Threading.CancellationToken cancellationToken = default);
static member GetDiagnosticSettingAsync : Azure.ResourceManager.ArmResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Monitor.DiagnosticSettingResource>>
<Extension()>
Public Function GetDiagnosticSettingAsync (armResource As ArmResource, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DiagnosticSettingResource))
參數
- armResource
- ArmResource
方法 ArmResource 將對其執行的實例。
- name
- String
診斷設定的名稱。
- cancellationToken
- CancellationToken
要使用的取消權杖。
傳回
例外狀況
name
是空字串,預期為非空白。
name
為 null。
適用於
GetDiagnosticSettingAsync(ArmClient, ResourceIdentifier, String, CancellationToken)
取得指定資源的使用中診斷設定。
- 要求路徑/{resourceUri}/providers/Microsoft.Insights/diagnosticSettings/{name}
- 作業IdDiagnosticSettings_Get
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Monitor.DiagnosticSettingResource>> GetDiagnosticSettingAsync (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string name, System.Threading.CancellationToken cancellationToken = default);
static member GetDiagnosticSettingAsync : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Monitor.DiagnosticSettingResource>>
<Extension()>
Public Function GetDiagnosticSettingAsync (client As ArmClient, scope As ResourceIdentifier, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DiagnosticSettingResource))
參數
- scope
- ResourceIdentifier
資源將套用的範圍。
- name
- String
診斷設定的名稱。
- cancellationToken
- CancellationToken
要使用的取消權杖。
傳回
例外狀況
name
是空字串,預期為非空白。
name
為 null。