Tenants - Patch
修補 Azure Sphere 租使用者。
PATCH https://prod.core.sphere.azure.net/v2/tenants/{tenantId}
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
tenant
|
path | True |
string uuid |
要修補之租使用者的 GUID。 |
要求本文
名稱 | 類型 | Description |
---|---|---|
Name |
string |
租使用者的名稱 - 這會向使用者顯示,並可用來厘清擁有多個 Azure Sphere 租使用者的使用者。 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
成功時修補的物件。 |
|
400 Bad Request |
錯誤詳細資料的集合。 |
|
404 Not Found |
錯誤詳細資料的集合。 |
|
500 Internal Server Error |
錯誤詳細資料的集合。 |
|
Other Status Codes |
錯誤詳細資料的集合。 |
定義
名稱 | Description |
---|---|
Public |
|
Tenant |
|
Tenant |
PublicApiErrorDetails
名稱 | 類型 | Description |
---|---|---|
Detail |
string |
這種問題的特定人類可讀說明。 |
ErrorCode |
string |
定義錯誤的 PublicApiErrorCode 字串表示。 |
Extensions |
取得延伸模組成員的字典。問題類型定義可能會擴充具有其他成員的問題詳細資料物件。 延伸模組成員會出現在與問題類型其他成員相同的命名空間中。 |
|
Instance |
string |
識別問題特定出現的 URI 參考。如果取值,它可能不會產生進一步的資訊。 |
Status |
integer |
HTTP 狀態碼 ([RFC7231],第 6 節) 由源伺服器在發生問題時產生。 |
Title |
string |
問題類型的簡短、人類可讀摘要。除非當地語系化用途 (使用主動式內容交涉,否則不應該從發生問題變更為發生問題;請參閱[RFC7231],第 3.4 節) 。 |
Type |
string |
識別問題類型的 URI 參考 [RFC3986]。 此規格鼓勵取值時,它會為問題類型提供人類看得懂的檔 (,例如使用 HTML [W3C]。REC-html5-20141028]) 。 當這個成員不存在時,其值會假設為空白。 |
TenantIdentity
名稱 | 類型 | Description |
---|---|---|
Id |
string |
取得租使用者的識別碼。 |
Name |
string |
取得租使用者的易記名稱。 |
Roles |
string[] |
取得租使用者中使用者的角色。 |
TenantPatchRequest
名稱 | 類型 | Description |
---|---|---|
Name |
string |
租使用者的名稱 - 這會向使用者顯示,並可用來厘清擁有多個 Azure Sphere 租使用者的使用者。 |