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