Uses of Class
com.azure.resourcemanager.automation.fluent.models.ConnectionInner
Package
Description
Package containing the service clients for AutomationClient.
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of ConnectionInner in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionConnectionsClient.createOrUpdate
(String resourceGroupName, String automationAccountName, String connectionName, ConnectionCreateOrUpdateParameters parameters) Create or update a connection.ConnectionsClient.get
(String resourceGroupName, String automationAccountName, String connectionName) Retrieve the connection identified by connection name.ConnectionsClient.update
(String resourceGroupName, String automationAccountName, String connectionName, ConnectionUpdateParameters parameters) Update a connection.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ConnectionInner>
ConnectionsClient.createOrUpdateWithResponse
(String resourceGroupName, String automationAccountName, String connectionName, ConnectionCreateOrUpdateParameters parameters, com.azure.core.util.Context context) Create or update a connection.com.azure.core.http.rest.Response<ConnectionInner>
ConnectionsClient.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<ConnectionInner>
ConnectionsClient.listByAutomationAccount
(String resourceGroupName, String automationAccountName) Retrieve a list of connections.com.azure.core.http.rest.PagedIterable<ConnectionInner>
ConnectionsClient.listByAutomationAccount
(String resourceGroupName, String automationAccountName, com.azure.core.util.Context context) Retrieve a list of connections.com.azure.core.http.rest.Response<ConnectionInner>
ConnectionsClient.updateWithResponse
(String resourceGroupName, String automationAccountName, String connectionName, ConnectionUpdateParameters parameters, com.azure.core.util.Context context) Update a connection. -
Uses of ConnectionInner in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionConnectionInner.withConnectionType
(ConnectionTypeAssociationProperty connectionType) Set the connectionType property: Gets or sets the connectionType of the connection.ConnectionInner.withDescription
(String description) Set the description property: Gets or sets the description. -
Uses of ConnectionInner in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionConnection.innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.ConnectionInner object.Modifier and TypeMethodDescriptionConnectionListResult.value()
Get the value property: Gets or sets a list of connection.Modifier and TypeMethodDescriptionConnectionListResult.withValue
(List<ConnectionInner> value) Set the value property: Gets or sets a list of connection.