AutomationAccountResource.GetAutomationAccountModuleAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Rufen Sie das durch den Modulnamen identifizierte Modul ab.
- Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/modules/{moduleName}
- Vorgang IdModule_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.AutomationAccountModuleResource>> GetAutomationAccountModuleAsync (string moduleName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAutomationAccountModuleAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.AutomationAccountModuleResource>>
override this.GetAutomationAccountModuleAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.AutomationAccountModuleResource>>
Public Overridable Function GetAutomationAccountModuleAsync (moduleName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AutomationAccountModuleResource))
Parameter
- moduleName
- String
Der Modulname.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
moduleName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
moduleName
ist NULL.