BestPracticesVersions interface
BestPracticesVersions'i temsil eden arabirim.
Yöntemler
| get(string, string, Best |
Otomatik Yönetim en iyi uygulama sürümü hakkında bilgi alma |
| list |
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ı.
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ı.
Seçenekler parametreleri.