REST Resource: nodes.nodes
资源:节点
JSON 表示法 |
{
"name": string,
"displayName": string,
"sasUserIds": [
string
]
} |
字段 |
name |
string
仅供输出。资源名称。
|
displayName |
string
节点的显示名称。
|
sasUserIds[] |
string
属于此节点的设备使用的用户 ID。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2022-11-02。
[null,null,["最后更新时间 (UTC):2022-11-02。"],[[["A Node resource represents a device or a group of devices and is identified by its name, display name, and user IDs."],["You can manage Nodes using various methods such as creating, deleting, retrieving, listing, moving, and updating them."],["The JSON representation of a Node includes its name, display name, and an array of SAS user IDs."],["Node resources have properties like 'name' for unique identification, 'displayName' for user-friendly representation, and 'sasUserIds' for associated users."]]],["Nodes are resources represented in JSON with fields including `name`, `displayName`, and `sasUserIds`. Available methods allow for node management: `create`, `delete`, `get`, `list`, `move`, and `patch`. The `create` method creates a new node. `delete` removes a node. `get` retrieves a node, and `list` enumerates nodes. `move` repositions a node under another node or customer, while `patch` updates an existing node.\n"]]