SqlAgentOperations interface
Interface représentant une opération SqlAgent.
Propriétés
| create |
Met la nouvelle configuration SQL Agent sur l’instance. |
| get | Obtient la configuration actuelle de l’agent SQL de l’instance. |
Détails de la propriété
createOrUpdate
Met la nouvelle configuration SQL Agent sur l’instance.
createOrUpdate: (resourceGroupName: string, managedInstanceName: string, parameters: SqlAgentConfiguration, options?: SqlAgentCreateOrUpdateOptionalParams) => Promise<SqlAgentConfiguration>
Valeur de propriété
(resourceGroupName: string, managedInstanceName: string, parameters: SqlAgentConfiguration, options?: SqlAgentCreateOrUpdateOptionalParams) => Promise<SqlAgentConfiguration>
get
Obtient la configuration actuelle de l’agent SQL de l’instance.
get: (resourceGroupName: string, managedInstanceName: string, options?: SqlAgentGetOptionalParams) => Promise<SqlAgentConfiguration>
Valeur de propriété
(resourceGroupName: string, managedInstanceName: string, options?: SqlAgentGetOptionalParams) => Promise<SqlAgentConfiguration>