IObjectDataTypeOperations.ListFieldsByTypeAsync(String, String, String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieve a list of fields of a given type across all accessible modules. (see http://aka.ms/azureautomationsdk/objectdatatypeoperations for more information)
public System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.TypeFieldListResponse> ListFieldsByTypeAsync (string resourceGroupName, string automationAccount, string typeName, System.Threading.CancellationToken cancellationToken);
abstract member ListFieldsByTypeAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.TypeFieldListResponse>
Parameters
- resourceGroupName
- System.String
The name of the resource group
- automationAccount
- System.String
The automation account name.
- typeName
- System.String
The name of type.
- cancellationToken
- System.Threading.CancellationToken
Cancellation token.
Returns
- System.Threading.Tasks.Task<TypeFieldListResponse>
The response model for the list fields operation.