Uses of Class
com.azure.resourcemanager.automation.models.ConnectionUpdateParameters
Packages that use 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
Methods in com.azure.resourcemanager.automation.fluent with parameters of type ConnectionUpdateParametersModifier 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
Methods in com.azure.resourcemanager.automation.models that return ConnectionUpdateParametersModifier and TypeMethodDescriptionstatic ConnectionUpdateParameters
ConnectionUpdateParameters.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ConnectionUpdateParameters from the JsonReader.ConnectionUpdateParameters.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.