Megosztás a következőn keresztül:


FieldsOperationsExtensions.ListByTypeAsync Metódus

Definíció

Lekérheti egy adott típusú, modulnévvel azonosított mezők listáját. 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))

Paraméterek

operations
IFieldsOperations

A bővítménymetódus műveleti csoportja.

resourceGroupName
String

Egy Azure-erőforráscsoport neve.

automationAccountName
String

Az Automation-fiók neve.

moduleName
String

A modul neve.

typeName
String

A típus neve.

cancellationToken
CancellationToken

A lemondási jogkivonat.

Válaszok

A következőre érvényes: