ServerAdvisorsOperations interface

Bir ServerAdvisors operasyonlarını temsil eden arayüz.

Özellikler

get

Bir sunucu danışmanı buluyor.

listByServer

Sunucu danışmanlarının listesini alıyor.

update

Bir sunucu danışmanını güncelliyor.

Özellik Ayrıntıları

get

Bir sunucu danışmanı buluyor.

get: (resourceGroupName: string, serverName: string, advisorName: string, options?: ServerAdvisorsGetOptionalParams) => Promise<Advisor>

Özellik Değeri

(resourceGroupName: string, serverName: string, advisorName: string, options?: ServerAdvisorsGetOptionalParams) => Promise<Advisor>

listByServer

Sunucu danışmanlarının listesini alıyor.

listByServer: (resourceGroupName: string, serverName: string, options?: ServerAdvisorsListByServerOptionalParams) => Promise<Advisor[]>

Özellik Değeri

(resourceGroupName: string, serverName: string, options?: ServerAdvisorsListByServerOptionalParams) => Promise<Advisor[]>

update

Bir sunucu danışmanını güncelliyor.

update: (resourceGroupName: string, serverName: string, advisorName: string, parameters: Advisor, options?: ServerAdvisorsUpdateOptionalParams) => Promise<Advisor>

Özellik Değeri

(resourceGroupName: string, serverName: string, advisorName: string, parameters: Advisor, options?: ServerAdvisorsUpdateOptionalParams) => Promise<Advisor>