مشاركة عبر


Python2Package class

فئة تمثل Python2Package.

المنشئون

Python2Package(AutomationClientContext)

إنشاء Python2Package.

الأساليب

createOrUpdate(string, string, string, PythonPackageCreateParameters, RequestOptionsBase)

إنشاء أو تحديث حزمة python 2 التي تم تعريفها بواسطة اسم الحزمة.

createOrUpdate(string, string, string, PythonPackageCreateParameters, RequestOptionsBase, ServiceCallback<Module>)
createOrUpdate(string, string, string, PythonPackageCreateParameters, ServiceCallback<Module>)
deleteMethod(string, string, string, RequestOptionsBase)

احذف حزمة python 2 بالاسم.

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, string, ServiceCallback<void>)
get(string, string, string, RequestOptionsBase)

استرداد حزمة python 2 التي تم تعريفها بواسطة اسم الحزمة.

get(string, string, string, RequestOptionsBase, ServiceCallback<Module>)
get(string, string, string, ServiceCallback<Module>)
listByAutomationAccount(string, string, RequestOptionsBase)

استرداد قائمة حزم python 2.

listByAutomationAccount(string, string, RequestOptionsBase, ServiceCallback<ModuleListResult>)
listByAutomationAccount(string, string, ServiceCallback<ModuleListResult>)
listByAutomationAccountNext(string, RequestOptionsBase)

استرداد قائمة حزم python 2.

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<ModuleListResult>)
listByAutomationAccountNext(string, ServiceCallback<ModuleListResult>)
update(string, string, string, PythonPackageUpdateParameters, RequestOptionsBase)

تحديث حزمة python 2 التي تم تعريفها بواسطة اسم الحزمة.

update(string, string, string, PythonPackageUpdateParameters, RequestOptionsBase, ServiceCallback<Module>)
update(string, string, string, PythonPackageUpdateParameters, ServiceCallback<Module>)

تفاصيل المنشئ

Python2Package(AutomationClientContext)

إنشاء Python2Package.

new Python2Package(client: AutomationClientContext)

المعلمات

client
AutomationClientContext

الرجوع إلى عميل الخدمة.

تفاصيل الأسلوب

createOrUpdate(string, string, string, PythonPackageCreateParameters, RequestOptionsBase)

إنشاء أو تحديث حزمة python 2 التي تم تعريفها بواسطة اسم الحزمة.

function createOrUpdate(resourceGroupName: string, automationAccountName: string, packageName: string, parameters: PythonPackageCreateParameters, options?: RequestOptionsBase): Promise<Python2PackageCreateOrUpdateResponse>

المعلمات

resourceGroupName

string

اسم مجموعة موارد Azure.

automationAccountName

string

اسم حساب التنفيذ التلقائي.

packageName

string

اسم حزمة python.

parameters
PythonPackageCreateParameters

معلمات إنشاء أو تحديث لحزمة python.

options
RequestOptionsBase

المعلمات الاختيارية

المرتجعات

وعد<Models.Python2PackageCreateOrUpdateResponse>

createOrUpdate(string, string, string, PythonPackageCreateParameters, RequestOptionsBase, ServiceCallback<Module>)

function createOrUpdate(resourceGroupName: string, automationAccountName: string, packageName: string, parameters: PythonPackageCreateParameters, options: RequestOptionsBase, callback: ServiceCallback<Module>)

المعلمات

resourceGroupName

string

اسم مجموعة موارد Azure.

automationAccountName

string

اسم حساب التنفيذ التلقائي.

packageName

string

اسم حزمة python.

parameters
PythonPackageCreateParameters

معلمات إنشاء أو تحديث لحزمة python.

options
RequestOptionsBase

المعلمات الاختيارية

callback

ServiceCallback<Module>

رد الاتصال

createOrUpdate(string, string, string, PythonPackageCreateParameters, ServiceCallback<Module>)

function createOrUpdate(resourceGroupName: string, automationAccountName: string, packageName: string, parameters: PythonPackageCreateParameters, callback: ServiceCallback<Module>)

المعلمات

resourceGroupName

string

اسم مجموعة موارد Azure.

automationAccountName

string

اسم حساب التنفيذ التلقائي.

packageName

string

اسم حزمة python.

parameters
PythonPackageCreateParameters

معلمات إنشاء أو تحديث لحزمة python.

callback

ServiceCallback<Module>

رد الاتصال

deleteMethod(string, string, string, RequestOptionsBase)

احذف حزمة python 2 بالاسم.

function deleteMethod(resourceGroupName: string, automationAccountName: string, packageName: string, options?: RequestOptionsBase): Promise<RestResponse>

المعلمات

resourceGroupName

string

اسم مجموعة موارد Azure.

automationAccountName

string

اسم حساب التنفيذ التلقائي.

packageName

string

اسم حزمة python.

options
RequestOptionsBase

المعلمات الاختيارية

المرتجعات

Promise<RestResponse>

وعد<msRest.RestResponse>

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, automationAccountName: string, packageName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

المعلمات

resourceGroupName

string

اسم مجموعة موارد Azure.

automationAccountName

string

اسم حساب التنفيذ التلقائي.

packageName

string

اسم حزمة python.

options
RequestOptionsBase

المعلمات الاختيارية

callback

ServiceCallback<void>

رد الاتصال

deleteMethod(string, string, string, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, automationAccountName: string, packageName: string, callback: ServiceCallback<void>)

المعلمات

resourceGroupName

string

اسم مجموعة موارد Azure.

automationAccountName

string

اسم حساب التنفيذ التلقائي.

packageName

string

اسم حزمة python.

callback

ServiceCallback<void>

رد الاتصال

get(string, string, string, RequestOptionsBase)

استرداد حزمة python 2 التي تم تعريفها بواسطة اسم الحزمة.

function get(resourceGroupName: string, automationAccountName: string, packageName: string, options?: RequestOptionsBase): Promise<Python2PackageGetResponse>

المعلمات

resourceGroupName

string

اسم مجموعة موارد Azure.

automationAccountName

string

اسم حساب التنفيذ التلقائي.

packageName

string

اسم حزمة python.

options
RequestOptionsBase

المعلمات الاختيارية

المرتجعات

وعد<Models.Python2PackageGetResponse>

get(string, string, string, RequestOptionsBase, ServiceCallback<Module>)

function get(resourceGroupName: string, automationAccountName: string, packageName: string, options: RequestOptionsBase, callback: ServiceCallback<Module>)

المعلمات

resourceGroupName

string

اسم مجموعة موارد Azure.

automationAccountName

string

اسم حساب التنفيذ التلقائي.

packageName

string

اسم حزمة python.

options
RequestOptionsBase

المعلمات الاختيارية

callback

ServiceCallback<Module>

رد الاتصال

get(string, string, string, ServiceCallback<Module>)

function get(resourceGroupName: string, automationAccountName: string, packageName: string, callback: ServiceCallback<Module>)

المعلمات

resourceGroupName

string

اسم مجموعة موارد Azure.

automationAccountName

string

اسم حساب التنفيذ التلقائي.

packageName

string

اسم حزمة python.

callback

ServiceCallback<Module>

رد الاتصال

listByAutomationAccount(string, string, RequestOptionsBase)

استرداد قائمة حزم python 2.

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: RequestOptionsBase): Promise<Python2PackageListByAutomationAccountResponse>

المعلمات

resourceGroupName

string

اسم مجموعة موارد Azure.

automationAccountName

string

اسم حساب التنفيذ التلقائي.

options
RequestOptionsBase

المعلمات الاختيارية

المرتجعات

وعد<Models.Python2PackageListByAutomationAccountResponse>

listByAutomationAccount(string, string, RequestOptionsBase, ServiceCallback<ModuleListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<ModuleListResult>)

المعلمات

resourceGroupName

string

اسم مجموعة موارد Azure.

automationAccountName

string

اسم حساب التنفيذ التلقائي.

options
RequestOptionsBase

المعلمات الاختيارية

callback

ServiceCallback<ModuleListResult>

رد الاتصال

listByAutomationAccount(string, string, ServiceCallback<ModuleListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<ModuleListResult>)

المعلمات

resourceGroupName

string

اسم مجموعة موارد Azure.

automationAccountName

string

اسم حساب التنفيذ التلقائي.

callback

ServiceCallback<ModuleListResult>

رد الاتصال

listByAutomationAccountNext(string, RequestOptionsBase)

استرداد قائمة حزم python 2.

function listByAutomationAccountNext(nextPageLink: string, options?: RequestOptionsBase): Promise<Python2PackageListByAutomationAccountNextResponse>

المعلمات

nextPageLink

string

NextLink من عملية الاستدعاء الناجحة السابقة إلى القائمة.

options
RequestOptionsBase

المعلمات الاختيارية

المرتجعات

وعد<Models.Python2PackageListByAutomationAccountNextResponse>

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<ModuleListResult>)

function listByAutomationAccountNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<ModuleListResult>)

المعلمات

nextPageLink

string

NextLink من عملية الاستدعاء الناجحة السابقة إلى القائمة.

options
RequestOptionsBase

المعلمات الاختيارية

callback

ServiceCallback<ModuleListResult>

رد الاتصال

listByAutomationAccountNext(string, ServiceCallback<ModuleListResult>)

function listByAutomationAccountNext(nextPageLink: string, callback: ServiceCallback<ModuleListResult>)

المعلمات

nextPageLink

string

NextLink من عملية الاستدعاء الناجحة السابقة إلى القائمة.

callback

ServiceCallback<ModuleListResult>

رد الاتصال

update(string, string, string, PythonPackageUpdateParameters, RequestOptionsBase)

تحديث حزمة python 2 التي تم تعريفها بواسطة اسم الحزمة.

function update(resourceGroupName: string, automationAccountName: string, packageName: string, parameters: PythonPackageUpdateParameters, options?: RequestOptionsBase): Promise<Python2PackageUpdateResponse>

المعلمات

resourceGroupName

string

اسم مجموعة موارد Azure.

automationAccountName

string

اسم حساب التنفيذ التلقائي.

packageName

string

اسم حزمة python.

parameters
PythonPackageUpdateParameters

معلمات التحديث لحزمة python.

options
RequestOptionsBase

المعلمات الاختيارية

المرتجعات

وعد<Models.Python2PackageUpdateResponse>

update(string, string, string, PythonPackageUpdateParameters, RequestOptionsBase, ServiceCallback<Module>)

function update(resourceGroupName: string, automationAccountName: string, packageName: string, parameters: PythonPackageUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<Module>)

المعلمات

resourceGroupName

string

اسم مجموعة موارد Azure.

automationAccountName

string

اسم حساب التنفيذ التلقائي.

packageName

string

اسم حزمة python.

parameters
PythonPackageUpdateParameters

معلمات التحديث لحزمة python.

options
RequestOptionsBase

المعلمات الاختيارية

callback

ServiceCallback<Module>

رد الاتصال

update(string, string, string, PythonPackageUpdateParameters, ServiceCallback<Module>)

function update(resourceGroupName: string, automationAccountName: string, packageName: string, parameters: PythonPackageUpdateParameters, callback: ServiceCallback<Module>)

المعلمات

resourceGroupName

string

اسم مجموعة موارد Azure.

automationAccountName

string

اسم حساب التنفيذ التلقائي.

packageName

string

اسم حزمة python.

parameters
PythonPackageUpdateParameters

معلمات التحديث لحزمة python.

callback

ServiceCallback<Module>

رد الاتصال