DeploymentsOperations interface
واجهة تمثل عمليات التوزيع.
تفاصيل الخاصية
get
الحصول على نموذج منشور.
get: (name: string, options?: DeploymentsGetOptionalParams) => Promise<DeploymentUnion>
قيمة الخاصية
(name: string, options?: DeploymentsGetOptionalParams) => Promise<DeploymentUnion>
list
سرد جميع النماذج الموزعة في المشروع
list: (options?: DeploymentsListOptionalParams) => PagedAsyncIterableIterator<DeploymentUnion, DeploymentUnion[], PageSettings>
قيمة الخاصية
(options?: DeploymentsListOptionalParams) => PagedAsyncIterableIterator<DeploymentUnion, DeploymentUnion[], PageSettings>