SqlAgentOperations interface

Rozhraní reprezentující operace SqlAgent.

Vlastnosti

createOrUpdate

Umístí novou konfiguraci SQL agenta do instance.

get

Získá aktuální konfiguraci SQL agenta v instanci.

Podrobnosti vlastnosti

createOrUpdate

Umístí novou konfiguraci SQL agenta do instance.

createOrUpdate: (resourceGroupName: string, managedInstanceName: string, parameters: SqlAgentConfiguration, options?: SqlAgentCreateOrUpdateOptionalParams) => Promise<SqlAgentConfiguration>

Hodnota vlastnosti

(resourceGroupName: string, managedInstanceName: string, parameters: SqlAgentConfiguration, options?: SqlAgentCreateOrUpdateOptionalParams) => Promise<SqlAgentConfiguration>

get

Získá aktuální konfiguraci SQL agenta v instanci.

get: (resourceGroupName: string, managedInstanceName: string, options?: SqlAgentGetOptionalParams) => Promise<SqlAgentConfiguration>

Hodnota vlastnosti

(resourceGroupName: string, managedInstanceName: string, options?: SqlAgentGetOptionalParams) => Promise<SqlAgentConfiguration>