ConnectionOperationsOperations interface

Interface representing a ConnectionOperations operations.

Properties

createOrUpdate

Create or update a connection.

delete

Delete the connection.

get

Retrieve the connection identified by connection name.

listByAutomationAccount

Retrieve a list of connections.

update

Update a connection.

Property Details

createOrUpdate

Create or update a connection.

createOrUpdate: (resourceGroupName: string, automationAccountName: string, connectionName: string, parameters: ConnectionCreateOrUpdateParameters, options?: ConnectionOperationsCreateOrUpdateOptionalParams) => Promise<Connection>

Property Value

(resourceGroupName: string, automationAccountName: string, connectionName: string, parameters: ConnectionCreateOrUpdateParameters, options?: ConnectionOperationsCreateOrUpdateOptionalParams) => Promise<Connection>

delete

Delete the connection.

delete: (resourceGroupName: string, automationAccountName: string, connectionName: string, options?: ConnectionOperationsDeleteOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, automationAccountName: string, connectionName: string, options?: ConnectionOperationsDeleteOptionalParams) => Promise<void>

get

Retrieve the connection identified by connection name.

get: (resourceGroupName: string, automationAccountName: string, connectionName: string, options?: ConnectionOperationsGetOptionalParams) => Promise<Connection>

Property Value

(resourceGroupName: string, automationAccountName: string, connectionName: string, options?: ConnectionOperationsGetOptionalParams) => Promise<Connection>

listByAutomationAccount

Retrieve a list of connections.

listByAutomationAccount: (resourceGroupName: string, automationAccountName: string, options?: ConnectionOperationsListByAutomationAccountOptionalParams) => PagedAsyncIterableIterator<Connection, Connection[], PageSettings>

Property Value

(resourceGroupName: string, automationAccountName: string, options?: ConnectionOperationsListByAutomationAccountOptionalParams) => PagedAsyncIterableIterator<Connection, Connection[], PageSettings>

update

Update a connection.

update: (resourceGroupName: string, automationAccountName: string, connectionName: string, parameters: ConnectionUpdateParameters, options?: ConnectionOperationsUpdateOptionalParams) => Promise<Connection>

Property Value

(resourceGroupName: string, automationAccountName: string, connectionName: string, parameters: ConnectionUpdateParameters, options?: ConnectionOperationsUpdateOptionalParams) => Promise<Connection>