ScriptPackagesOperations interface
ScriptPackages işlemlerini temsil eden arabirim.
Özellik Ayrıntıları
get
ScriptPackage alma
get: (resourceGroupName: string, privateCloudName: string, scriptPackageName: string, options?: ScriptPackagesGetOptionalParams) => Promise<ScriptPackage>
Özellik Değeri
(resourceGroupName: string, privateCloudName: string, scriptPackageName: string, options?: ScriptPackagesGetOptionalParams) => Promise<ScriptPackage>
list
ScriptPackage kaynaklarını PrivateCloud'a göre listeleme
list: (resourceGroupName: string, privateCloudName: string, options?: ScriptPackagesListOptionalParams) => PagedAsyncIterableIterator<ScriptPackage, ScriptPackage[], PageSettings>
Özellik Değeri
(resourceGroupName: string, privateCloudName: string, options?: ScriptPackagesListOptionalParams) => PagedAsyncIterableIterator<ScriptPackage, ScriptPackage[], PageSettings>