ConnectionTypeOperationsOperations interface
Interface representing a ConnectionTypeOperations operations.
Properties
| create |
Create a connection type. |
| delete | Delete the connection type. |
| get | Retrieve the connection type identified by connection type name. |
| list |
Retrieve a list of connection types. |
Property Details
createOrUpdate
Create a connection type.
createOrUpdate: (resourceGroupName: string, automationAccountName: string, connectionTypeName: string, parameters: ConnectionTypeCreateOrUpdateParameters, options?: ConnectionTypeOperationsCreateOrUpdateOptionalParams) => Promise<ConnectionType>
Property Value
(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, parameters: ConnectionTypeCreateOrUpdateParameters, options?: ConnectionTypeOperationsCreateOrUpdateOptionalParams) => Promise<ConnectionType>
delete
Delete the connection type.
delete: (resourceGroupName: string, automationAccountName: string, connectionTypeName: string, options?: ConnectionTypeOperationsDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, options?: ConnectionTypeOperationsDeleteOptionalParams) => Promise<void>
get
Retrieve the connection type identified by connection type name.
get: (resourceGroupName: string, automationAccountName: string, connectionTypeName: string, options?: ConnectionTypeOperationsGetOptionalParams) => Promise<ConnectionType>
Property Value
(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, options?: ConnectionTypeOperationsGetOptionalParams) => Promise<ConnectionType>
listByAutomationAccount
Retrieve a list of connection types.
listByAutomationAccount: (resourceGroupName: string, automationAccountName: string, options?: ConnectionTypeOperationsListByAutomationAccountOptionalParams) => PagedAsyncIterableIterator<ConnectionType, ConnectionType[], PageSettings>
Property Value
(resourceGroupName: string, automationAccountName: string, options?: ConnectionTypeOperationsListByAutomationAccountOptionalParams) => PagedAsyncIterableIterator<ConnectionType, ConnectionType[], PageSettings>