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
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2022-11-02 UTC
[null,null,["อัปเดตล่าสุด 2022-11-02 UTC"],[[["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"]]