Uses of Interface
com.azure.resourcemanager.automation.models.AutomationAccount
Packages that use AutomationAccount
Package
Description
Package containing the data models for AutomationClient.
-
Uses of AutomationAccount in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return AutomationAccountModifier and TypeMethodDescriptionAutomationAccount.Update.apply()
Executes the update request.AutomationAccount.Update.apply
(com.azure.core.util.Context context) Executes the update request.AutomationAccount.DefinitionStages.WithCreate.create()
Executes the create request.AutomationAccount.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Get information about an Automation Account.AutomationAccounts.getByResourceGroup
(String resourceGroupName, String automationAccountName) Get information about an Automation Account.AutomationAccount.refresh()
Refreshes the resource to sync with Azure.AutomationAccount.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.automation.models that return types with arguments of type AutomationAccountModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<AutomationAccount> AutomationAccounts.getByIdWithResponse
(String id, com.azure.core.util.Context context) Get information about an Automation Account.com.azure.core.http.rest.Response
<AutomationAccount> AutomationAccounts.getByResourceGroupWithResponse
(String resourceGroupName, String automationAccountName, com.azure.core.util.Context context) Get information about an Automation Account.com.azure.core.http.rest.PagedIterable
<AutomationAccount> AutomationAccounts.list()
Lists the Automation Accounts within an Azure subscription.com.azure.core.http.rest.PagedIterable
<AutomationAccount> AutomationAccounts.list
(com.azure.core.util.Context context) Lists the Automation Accounts within an Azure subscription.com.azure.core.http.rest.PagedIterable
<AutomationAccount> AutomationAccounts.listByResourceGroup
(String resourceGroupName) Retrieve a list of accounts within a given resource group.com.azure.core.http.rest.PagedIterable
<AutomationAccount> AutomationAccounts.listByResourceGroup
(String resourceGroupName, com.azure.core.util.Context context) Retrieve a list of accounts within a given resource group.