Aracılığıyla paylaş


DscNodeConfigurationOperationsExtensions.GetAsync Yöntem

Tanım

Aşırı Yüklemeler

GetAsync(IDscNodeConfigurationOperations, String, String, String)
GetAsync(IDscNodeConfigurationOperations, String, String, String, CancellationToken)

Düğüm yapılandırmasına göre Dsc düğüm yapılandırmalarını alın. http://aka.ms/azureautomationsdk/dscnodeconfigurations

GetAsync(IDscNodeConfigurationOperations, String, String, String)

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.DscNodeConfigurationGetResponse> GetAsync (this Microsoft.Azure.Management.Automation.IDscNodeConfigurationOperations operations, string resourceGroupName, string automationAccount, string nodeConfigurationName);
static member GetAsync : Microsoft.Azure.Management.Automation.IDscNodeConfigurationOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.DscNodeConfigurationGetResponse>
<Extension()>
Public Function GetAsync (operations As IDscNodeConfigurationOperations, resourceGroupName As String, automationAccount As String, nodeConfigurationName As String) As Task(Of DscNodeConfigurationGetResponse)

Parametreler

resourceGroupName
String
automationAccount
String
nodeConfigurationName
String

Döndürülenler

Şunlara uygulanır

GetAsync(IDscNodeConfigurationOperations, String, String, String, CancellationToken)

Düğüm yapılandırmasına göre Dsc düğüm yapılandırmalarını alın. http://aka.ms/azureautomationsdk/dscnodeconfigurations

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.DscNodeConfiguration> GetAsync (this Microsoft.Azure.Management.Automation.IDscNodeConfigurationOperations operations, string resourceGroupName, string automationAccountName, string nodeConfigurationName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Automation.IDscNodeConfigurationOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.DscNodeConfiguration>
<Extension()>
Public Function GetAsync (operations As IDscNodeConfigurationOperations, resourceGroupName As String, automationAccountName As String, nodeConfigurationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DscNodeConfiguration)

Parametreler

operations
IDscNodeConfigurationOperations

Bu uzantı yönteminin işlem grubu.

resourceGroupName
String

Azure Kaynak grubunun adı.

automationAccountName
String

Otomasyon hesabının adı.

nodeConfigurationName
String

Dsc düğümü yapılandırma adı.

cancellationToken
CancellationToken

İptal belirteci.

Döndürülenler

Şunlara uygulanır