Uses of Class
com.azure.resourcemanager.automation.models.ConnectionUpdateParameters
Package
Description
Package containing the service clients for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of ConnectionUpdateParameters in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionConnectionsClient.update
(String resourceGroupName, String automationAccountName, String connectionName, ConnectionUpdateParameters parameters) Update a connection.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 ConnectionUpdateParameters in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionConnectionUpdateParameters.withDescription
(String description) Set the description property: Gets or sets the description of the connection.ConnectionUpdateParameters.withFieldDefinitionValues
(Map<String, String> fieldDefinitionValues) Set the fieldDefinitionValues property: Gets or sets the field definition values of the connection.Set the name property: Gets or sets the name of the connection.