FieldsOperationsExtensions.ListByType Method

Definition

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

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Automation.Models.TypeField> ListByType (this Microsoft.Azure.Management.Automation.IFieldsOperations operations, string resourceGroupName, string automationAccountName, string moduleName, string typeName);
static member ListByType : Microsoft.Azure.Management.Automation.IFieldsOperations * string * string * string * string -> seq<Microsoft.Azure.Management.Automation.Models.TypeField>
<Extension()>
Public Function ListByType (operations As IFieldsOperations, resourceGroupName As String, automationAccountName As String, moduleName As String, typeName As String) As IEnumerable(Of TypeField)

Parameters

operations
IFieldsOperations

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.

Returns

Applies to