Interface Fields
public interface Fields
Resource collection API of Fields.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<TypeField>
listByType
(String resourceGroupName, String automationAccountName, String moduleName, String typeName) Retrieve a list of fields of a given type identified by module name.com.azure.core.http.rest.PagedIterable<TypeField>
listByType
(String resourceGroupName, String automationAccountName, String moduleName, String typeName, com.azure.core.util.Context context) Retrieve a list of fields of a given type identified by module name.
-
Method Details
-
listByType
com.azure.core.http.rest.PagedIterable<TypeField> listByType(String resourceGroupName, String automationAccountName, String moduleName, String typeName) Retrieve a list of fields of a given type identified by module name.- Parameters:
resourceGroupName
- Name of an Azure Resource group.automationAccountName
- The name of the automation account.moduleName
- The name of module.typeName
- The name of type.- Returns:
- the response model for the list fields operation as paginated response with
PagedIterable
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
listByType
com.azure.core.http.rest.PagedIterable<TypeField> listByType(String resourceGroupName, String automationAccountName, String moduleName, String typeName, com.azure.core.util.Context context) Retrieve a list of fields of a given type identified by module name.- Parameters:
resourceGroupName
- Name of an Azure Resource group.automationAccountName
- The name of the automation account.moduleName
- The name of module.typeName
- The name of type.context
- The context to associate with this operation.- Returns:
- the response model for the list fields operation as paginated response with
PagedIterable
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-