SqlAgentOperations interface
Interface representing a SqlAgent operations.
Properties
| create |
Puts new sql agent configuration to instance. |
| get | Gets current instance sql agent configuration. |
Property Details
createOrUpdate
Puts new sql agent configuration to instance.
createOrUpdate: (resourceGroupName: string, managedInstanceName: string, parameters: SqlAgentConfiguration, options?: SqlAgentCreateOrUpdateOptionalParams) => Promise<SqlAgentConfiguration>
Property Value
(resourceGroupName: string, managedInstanceName: string, parameters: SqlAgentConfiguration, options?: SqlAgentCreateOrUpdateOptionalParams) => Promise<SqlAgentConfiguration>
get
Gets current instance sql agent configuration.
get: (resourceGroupName: string, managedInstanceName: string, options?: SqlAgentGetOptionalParams) => Promise<SqlAgentConfiguration>
Property Value
(resourceGroupName: string, managedInstanceName: string, options?: SqlAgentGetOptionalParams) => Promise<SqlAgentConfiguration>