Dela via


FieldsOperationsExtensions.ListByTypeAsync Metod

Definition

Hämta en lista med fält av en viss typ som identifieras med modulnamnet. http://aka.ms/azureautomationsdk/typefieldoperations

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Automation.Models.TypeField>> ListByTypeAsync (this Microsoft.Azure.Management.Automation.IFieldsOperations operations, string resourceGroupName, string automationAccountName, string moduleName, string typeName, System.Threading.CancellationToken cancellationToken = default);
static member ListByTypeAsync : Microsoft.Azure.Management.Automation.IFieldsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.Automation.Models.TypeField>>
<Extension()>
Public Function ListByTypeAsync (operations As IFieldsOperations, resourceGroupName As String, automationAccountName As String, moduleName As String, typeName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of TypeField))

Parametrar

operations
IFieldsOperations

Åtgärdsgruppen för den här tilläggsmetoden.

resourceGroupName
String

Namnet på en Azure-resursgrupp.

automationAccountName
String

Namnet på Automation-kontot.

moduleName
String

Namnet på modulen.

typeName
String

Namnet på typen.

cancellationToken
CancellationToken

Annulleringstoken.

Returer

Gäller för