Method: customers.deployments.create
درخواست HTTP
POST https://sasportal.googleapis.com/v1alpha1/{parent=customers/*}/deployments
URL از دستور GRPC Transcoding استفاده می کند.
پارامترهای مسیر
مولفه های |
---|
parent | string ضروری. نام منبع والد که در آن استقرار قرار است ایجاد شود. |
درخواست بدن
بدنه درخواست شامل یک نمونه از Deployment
است.
بدن پاسخگو
در صورت موفقیت آمیز بودن، بدنه پاسخ حاوی نمونه جدیدی از Deployment
است.
محدوده مجوز
به محدوده OAuth زیر نیاز دارد:
-
https://www.googleapis.com/auth/sasportal
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2022-11-02 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2022-11-02 بهوقت ساعت هماهنگ جهانی."],[[["Creates a new deployment resource within a specified parent resource using an HTTP POST request."],["The request should contain the deployment details in the body and specify the parent resource in the URL path."],["A successful response will include the newly created deployment resource details."],["Authorization requires the `https://www.googleapis.com/auth/sasportal` OAuth scope."]]],["A new deployment is created using a `POST` request to a specific URL: `https://sasportal.googleapis.com/v1alpha1/{parent=customers/*}/deployments`. The `parent` path parameter, a string, is required to specify the resource name. The request body needs a `Deployment` instance. A successful response returns a new `Deployment` instance. This process needs `https://www.googleapis.com/auth/sasportal` authorization scope.\n"]]