NodeReportsOperationsExtensions.GetContentAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
依節點識別碼和報表識別碼擷取 Dsc 節點報告。 http://aka.ms/azureautomationsdk/dscnodereportoperations
public static System.Threading.Tasks.Task<object> GetContentAsync (this Microsoft.Azure.Management.Automation.INodeReportsOperations operations, string resourceGroupName, string automationAccountName, string nodeId, string reportId, System.Threading.CancellationToken cancellationToken = default);
static member GetContentAsync : Microsoft.Azure.Management.Automation.INodeReportsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<obj>
<Extension()>
Public Function GetContentAsync (operations As INodeReportsOperations, resourceGroupName As String, automationAccountName As String, nodeId As String, reportId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Object)
參數
- operations
- INodeReportsOperations
這個擴充方法的作業群組。
- resourceGroupName
- String
Azure 資源群組的名稱。
- automationAccountName
- String
自動化帳戶的名稱。
- nodeId
- String
Dsc 節點識別碼。
- reportId
- String
報表識別碼。
- cancellationToken
- CancellationToken
取消語彙基元。