Freigeben über


AutomationAccountModuleResource.GetFieldsByType 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/{automationAccountName}/modules/{moduleName}/types/{typeName}/fields
  • Vorgang IdFields_ListByType
public virtual Azure.Pageable<Azure.ResourceManager.Automation.Models.AutomationModuleField> GetFieldsByType (string typeName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetFieldsByType : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Automation.Models.AutomationModuleField>
override this.GetFieldsByType : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Automation.Models.AutomationModuleField>
Public Overridable Function GetFieldsByType (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, bei der AutomationModuleField möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Ausnahmen

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

typeName ist NULL.

Gilt für: