ConnectionTypeOperations class

Class representing a ConnectionTypeOperations.

Constructors

ConnectionTypeOperations(AutomationClientContext)

Create a ConnectionTypeOperations.

Methods

createOrUpdate(string, string, string, ConnectionTypeCreateOrUpdateParameters, RequestOptionsBase)

Create a connection type.

createOrUpdate(string, string, string, ConnectionTypeCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<ConnectionType>)
createOrUpdate(string, string, string, ConnectionTypeCreateOrUpdateParameters, ServiceCallback<ConnectionType>)
deleteMethod(string, string, string, RequestOptionsBase)

Delete the connection type.

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, string, ServiceCallback<void>)
get(string, string, string, RequestOptionsBase)

Retrieve the connection type identified by connection type name.

get(string, string, string, RequestOptionsBase, ServiceCallback<ConnectionType>)
get(string, string, string, ServiceCallback<ConnectionType>)
listByAutomationAccount(string, string, RequestOptionsBase)

Retrieve a list of connection types.

listByAutomationAccount(string, string, RequestOptionsBase, ServiceCallback<ConnectionTypeListResult>)
listByAutomationAccount(string, string, ServiceCallback<ConnectionTypeListResult>)
listByAutomationAccountNext(string, RequestOptionsBase)

Retrieve a list of connection types.

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<ConnectionTypeListResult>)
listByAutomationAccountNext(string, ServiceCallback<ConnectionTypeListResult>)

Constructor Details

ConnectionTypeOperations(AutomationClientContext)

Create a ConnectionTypeOperations.

new ConnectionTypeOperations(client: AutomationClientContext)

Parameters

client
AutomationClientContext

Reference to the service client.

Method Details

createOrUpdate(string, string, string, ConnectionTypeCreateOrUpdateParameters, RequestOptionsBase)

Create a connection type.

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

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
RequestOptionsBase

The optional parameters

Returns

Promise<Models.ConnectionTypeCreateOrUpdateResponse>

createOrUpdate(string, string, string, ConnectionTypeCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<ConnectionType>)

function createOrUpdate(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, parameters: ConnectionTypeCreateOrUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<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
RequestOptionsBase

The optional parameters

callback

ServiceCallback<ConnectionType>

The callback

createOrUpdate(string, string, string, ConnectionTypeCreateOrUpdateParameters, ServiceCallback<ConnectionType>)

function createOrUpdate(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, parameters: ConnectionTypeCreateOrUpdateParameters, callback: ServiceCallback<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.

callback

ServiceCallback<ConnectionType>

The callback

deleteMethod(string, string, string, RequestOptionsBase)

Delete the connection type.

function deleteMethod(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, options?: RequestOptionsBase): Promise<RestResponse>

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
RequestOptionsBase

The optional parameters

Returns

Promise<RestResponse>

Promise<msRest.RestResponse>

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, options: RequestOptionsBase, callback: ServiceCallback<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
RequestOptionsBase

The optional parameters

callback

ServiceCallback<void>

The callback

deleteMethod(string, string, string, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, callback: ServiceCallback<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.

callback

ServiceCallback<void>

The callback

get(string, string, string, RequestOptionsBase)

Retrieve the connection type identified by connection type name.

function get(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, options?: RequestOptionsBase): Promise<ConnectionTypeGetResponse>

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
RequestOptionsBase

The optional parameters

Returns

Promise<Models.ConnectionTypeGetResponse>

get(string, string, string, RequestOptionsBase, ServiceCallback<ConnectionType>)

function get(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, options: RequestOptionsBase, callback: ServiceCallback<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
RequestOptionsBase

The optional parameters

callback

ServiceCallback<ConnectionType>

The callback

get(string, string, string, ServiceCallback<ConnectionType>)

function get(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, callback: ServiceCallback<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.

callback

ServiceCallback<ConnectionType>

The callback

listByAutomationAccount(string, string, RequestOptionsBase)

Retrieve a list of connection types.

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: RequestOptionsBase): Promise<ConnectionTypeListByAutomationAccountResponse>

Parameters

resourceGroupName

string

Name of an Azure Resource group.

automationAccountName

string

The name of the automation account.

options
RequestOptionsBase

The optional parameters

Returns

Promise<Models.ConnectionTypeListByAutomationAccountResponse>

listByAutomationAccount(string, string, RequestOptionsBase, ServiceCallback<ConnectionTypeListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<ConnectionTypeListResult>)

Parameters

resourceGroupName

string

Name of an Azure Resource group.

automationAccountName

string

The name of the automation account.

options
RequestOptionsBase

The optional parameters

callback

ServiceCallback<ConnectionTypeListResult>

The callback

listByAutomationAccount(string, string, ServiceCallback<ConnectionTypeListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<ConnectionTypeListResult>)

Parameters

resourceGroupName

string

Name of an Azure Resource group.

automationAccountName

string

The name of the automation account.

callback

ServiceCallback<ConnectionTypeListResult>

The callback

listByAutomationAccountNext(string, RequestOptionsBase)

Retrieve a list of connection types.

function listByAutomationAccountNext(nextPageLink: string, options?: RequestOptionsBase): Promise<ConnectionTypeListByAutomationAccountNextResponse>

Parameters

nextPageLink

string

The NextLink from the previous successful call to List operation.

options
RequestOptionsBase

The optional parameters

Returns

Promise<Models.ConnectionTypeListByAutomationAccountNextResponse>

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<ConnectionTypeListResult>)

function listByAutomationAccountNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<ConnectionTypeListResult>)

Parameters

nextPageLink

string

The NextLink from the previous successful call to List operation.

options
RequestOptionsBase

The optional parameters

callback

ServiceCallback<ConnectionTypeListResult>

The callback

listByAutomationAccountNext(string, ServiceCallback<ConnectionTypeListResult>)

function listByAutomationAccountNext(nextPageLink: string, callback: ServiceCallback<ConnectionTypeListResult>)

Parameters

nextPageLink

string

The NextLink from the previous successful call to List operation.

callback

ServiceCallback<ConnectionTypeListResult>

The callback