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 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة 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"]]