Resource: Deployment
The Deployment.
| JSON representation | |
|---|---|
{ "name" : string , "displayName" : string , "sasUserIds" : [ string ] , "defaultBillingMode" : enum ( |
|
| Fields | |
|---|---|
name
|
Output only. Resource name. |
displayName
|
The deployment's display name. |
sasUserIds[]
|
User ID used by the devices belonging to this deployment. Each deployment should be associated with one unique user ID. |
defaultBillingMode
|
Default billing mode for the deployment and devices under it. |
allowedBillingModes[]
|
The allowed billing modes under this deployment. |
Methods |
|
|---|---|
|
Deletes a deployment
. |
|
Returns a requested deployment
. |
|
Lists deployments
. |
|
Moves a deployment
under another node
or customer
. |
|
Updates an existing deployment
. |

