DiagnosticOperationsExtensions.GetSettingsAsync 方法 (IDiagnosticOperations)

 

获取诊断设置。

命名空间:   Microsoft.WindowsAzure
程序集:  Microsoft.WindowsAzure.Management.WebSites(Microsoft.WindowsAzure.Management.WebSites.dll 中)

语法

public static Task<DiagnosticGetResponse> GetSettingsAsync(
    this IDiagnosticOperations operations
)
public:
[ExtensionAttribute]
static Task<DiagnosticGetResponse^>^ GetSettingsAsync(
    IDiagnosticOperations^ operations
)
static member GetSettingsAsync : 
        operations:IDiagnosticOperations -> Task<DiagnosticGetResponse>
<ExtensionAttribute>
Public Shared Function GetSettingsAsync (
    operations As IDiagnosticOperations
) As Task(Of DiagnosticGetResponse)

参数

返回值

Type: System.Threading.Tasks.Task<DiagnosticGetResponse>

获取诊断设置操作响应。

请参阅

DiagnosticOperationsExtensions 类
Microsoft.WindowsAzure 命名空间

返回页首