Sdílet prostřednictvím


ConnectionTypeOperations interface

Interface representing a ConnectionTypeOperations.

Methods

createOrUpdate(string, string, string, ConnectionTypeCreateOrUpdateParameters, ConnectionTypeCreateOrUpdateOptionalParams)

Create a connection type.

delete(string, string, string, ConnectionTypeDeleteOptionalParams)

Delete the connection type.

get(string, string, string, ConnectionTypeGetOptionalParams)

Retrieve the connection type identified by connection type name.

listByAutomationAccount(string, string, ConnectionTypeListByAutomationAccountOptionalParams)

Retrieve a list of connection types.

Method Details

createOrUpdate(string, string, string, ConnectionTypeCreateOrUpdateParameters, ConnectionTypeCreateOrUpdateOptionalParams)

Create a connection type.

function createOrUpdate(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, parameters: ConnectionTypeCreateOrUpdateParameters, options?: ConnectionTypeCreateOrUpdateOptionalParams): Promise<ConnectionType>

Parameters

resourceGroupName

string

Name of an Azure Resource group.

automationAccountName

string

The name of the automation account.

connectionTypeName

string

The parameters supplied to the create or update connection type operation.

parameters
ConnectionTypeCreateOrUpdateParameters

The parameters supplied to the create or update connection type operation.

options
ConnectionTypeCreateOrUpdateOptionalParams

The options parameters.

Returns

Promise<ConnectionType>

delete(string, string, string, ConnectionTypeDeleteOptionalParams)

Delete the connection type.

function delete(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, options?: ConnectionTypeDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

Name of an Azure Resource group.

automationAccountName

string

The name of the automation account.

connectionTypeName

string

The name of connection type.

options
ConnectionTypeDeleteOptionalParams

The options parameters.

Returns

Promise<void>

get(string, string, string, ConnectionTypeGetOptionalParams)

Retrieve the connection type identified by connection type name.

function get(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, options?: ConnectionTypeGetOptionalParams): Promise<ConnectionType>

Parameters

resourceGroupName

string

Name of an Azure Resource group.

automationAccountName

string

The name of the automation account.

connectionTypeName

string

The name of connection type.

options
ConnectionTypeGetOptionalParams

The options parameters.

Returns

Promise<ConnectionType>

listByAutomationAccount(string, string, ConnectionTypeListByAutomationAccountOptionalParams)

Retrieve a list of connection types.

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: ConnectionTypeListByAutomationAccountOptionalParams): PagedAsyncIterableIterator<ConnectionType, ConnectionType[], PageSettings>

Parameters

resourceGroupName

string

Name of an Azure Resource group.

automationAccountName

string

The name of the automation account.

options
ConnectionTypeListByAutomationAccountOptionalParams

The options parameters.

Returns