ObjectDataTypesOperationsExtensions.ListFieldsByType Method

Definition

Retrieve a list of fields of a given type across all accessible modules. http://aka.ms/azureautomationsdk/objectdatatypeoperations

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Automation.Models.TypeField> ListFieldsByType (this Microsoft.Azure.Management.Automation.IObjectDataTypesOperations operations, string resourceGroupName, string automationAccountName, string typeName);
static member ListFieldsByType : Microsoft.Azure.Management.Automation.IObjectDataTypesOperations * string * string * string -> seq<Microsoft.Azure.Management.Automation.Models.TypeField>
<Extension()>
Public Function ListFieldsByType (operations As IObjectDataTypesOperations, resourceGroupName As String, automationAccountName As String, typeName As String) As 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.

typeName
String

The name of type.

Returns

Applies to