ObjectDataTypesOperationsExtensions.ListFieldsByModuleAndTypeAsync Method

Definition

Retrieve a list of fields of a given type identified by module name. http://aka.ms/azureautomationsdk/objectdatatypeoperations

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

Parameters

operations
IObjectDataTypesOperations

The operations group for this extension method.

resourceGroupName
String

Name of an Azure Resource group.

automationAccountName
String

The name of the automation account.

moduleName
String

The name of module.

typeName
String

The name of type.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to