Uses of Interface
com.azure.resourcemanager.automation.models.Connection
Packages that use Connection
Package
Description
Package containing the data models for AutomationClient.
-
Uses of Connection in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return ConnectionModifier and TypeMethodDescriptionConnection.Update.apply()
Executes the update request.Connection.Update.apply
(com.azure.core.util.Context context) Executes the update request.Connection.DefinitionStages.WithCreate.create()
Executes the create request.Connection.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Retrieve the connection identified by connection name.Retrieve the connection identified by connection name.Connection.refresh()
Refreshes the resource to sync with Azure.Connection.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 ConnectionModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<Connection> Connections.getByIdWithResponse
(String id, com.azure.core.util.Context context) Retrieve the connection identified by connection name.com.azure.core.http.rest.Response
<Connection> Connections.getWithResponse
(String resourceGroupName, String automationAccountName, String connectionName, com.azure.core.util.Context context) Retrieve the connection identified by connection name.com.azure.core.http.rest.PagedIterable
<Connection> Connections.listByAutomationAccount
(String resourceGroupName, String automationAccountName) Retrieve a list of connections.com.azure.core.http.rest.PagedIterable
<Connection> Connections.listByAutomationAccount
(String resourceGroupName, String automationAccountName, com.azure.core.util.Context context) Retrieve a list of connections.