Freigeben über


AutomationAccountModuleResource.GetFieldsByModuleAndType Methode

Definition

Ruft eine Liste von Feldern eines bestimmten Typs ab, der durch den Modulnamen identifiziert wird.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccounts/{automationAccountName}/modules/{moduleName}/objectDataTypes/{typeName}/fields
  • Vorgangs-IdObjectDataTypes_ListFieldsByModuleAndType
public virtual Azure.Pageable<Azure.ResourceManager.Automation.Models.AutomationModuleField> GetFieldsByModuleAndType (string typeName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetFieldsByModuleAndType : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Automation.Models.AutomationModuleField>
override this.GetFieldsByModuleAndType : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Automation.Models.AutomationModuleField>
Public Overridable Function GetFieldsByModuleAndType (typeName As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AutomationModuleField)

Parameter

typeName
String

Der Name des Typs.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von AutomationModuleField , die mehrere Dienstanforderungen durchlaufen kann.

Ausnahmen

typeName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

typeName ist NULL.

Gilt für: