Aracılığıyla paylaş


BestPracticesVersions interface

BestPracticesVersions'i temsil eden arabirim.

Yöntemler

get(string, string, BestPracticesVersionsGetOptionalParams)

Otomatik Yönetim en iyi uygulama sürümü hakkında bilgi alma

listByTenant(string, BestPracticesVersionsListByTenantOptionalParams)

Otomatik Yönetim en iyi yöntemler sürümlerinin listesini alma

Yöntem Ayrıntıları

get(string, string, BestPracticesVersionsGetOptionalParams)

Otomatik Yönetim en iyi uygulama sürümü hakkında bilgi alma

function get(bestPracticeName: string, versionName: string, options?: BestPracticesVersionsGetOptionalParams): Promise<BestPractice>

Parametreler

bestPracticeName

string

Otomatik yönet en iyi yöntem adı.

versionName

string

Otomatik yönet en iyi yöntem sürüm adı.

options
BestPracticesVersionsGetOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<BestPractice>

listByTenant(string, BestPracticesVersionsListByTenantOptionalParams)

Otomatik Yönetim en iyi yöntemler sürümlerinin listesini alma

function listByTenant(bestPracticeName: string, options?: BestPracticesVersionsListByTenantOptionalParams): PagedAsyncIterableIterator<BestPractice, BestPractice[], PageSettings>

Parametreler

bestPracticeName

string

Otomatik yönet en iyi yöntem adı.

options
BestPracticesVersionsListByTenantOptionalParams

Seçenekler parametreleri.

Döndürülenler