更新訂用帳戶的共同管理員 (租使用者訂用帳戶)
適用于:Windows Azure Pack
更新訂用帳戶的共同管理員。
要求
以您的服務管理 API 端點位址取代 < ServiceMgmt > 。 將 SubscriptionId > 取代 < 為訂用帳戶的識別碼。
方法 |
要求 URI |
HTTP 版本 |
---|---|---|
PATCH |
<HTTPs:// ServiceMgmt > :30005/subscriptions/ < SubscriptionId> |
HTTP/1.1 |
URI 參數
無。
要求標頭
下表描述必要的和選用的要求標頭。
要求 H\header |
描述 |
---|---|
授權:持有人 |
必要。 授權持有人權杖。 |
x-ms-principal-id: |
必要。 主體識別碼。 |
x-ms-client-request-id: |
選擇性。 用戶端要求識別碼。 |
x-ms-client-session-id: |
選擇性。 用戶端會話識別碼。 |
x-ms-principal-liveid: |
選擇性。 主體 Live 識別碼。 |
要求本文
下表說明要求主體的元素。
元素名稱 |
描述 |
---|---|
AccountAdminLiveId |
帳戶管理員的 Microsoft 帳戶識別碼。 |
AccountAdminLivePuid |
帳戶管理員的 Passport 帳戶識別碼。 |
AccountId |
帳戶識別碼。 |
FriendlyName |
友善名稱。 |
OfferCategory |
供應專案類別。 |
OfferInfo |
供應專案資訊 |
OfferType |
供應專案類型。 |
ReasonCode |
原因代碼。 |
ServiceAdminLiveEmailId |
服務管理員的 Microsoft 帳戶識別碼。 |
ServiceAdminLivePuid |
服務管理員的 Passport 帳戶識別碼。 |
SubscriptionId |
訂用帳戶識別碼。 |
狀態 |
訂用帳戶狀態。 |
PlanId |
計畫識別碼。 |
CoAdminNames |
已更新的共同管理員清單。 |
回應
回應包括 HTTP 狀態碼、一組回應標頭和回應主體。
狀態碼
成功的作業會傳回狀態碼 200 (OK)。
如需狀態碼的相關資訊,請參閱狀態和錯誤碼 (Windows Azure Pack Service Management) 。
回應標頭
此作業的回應包括標準 HTTP 標頭。 所有標準標頭都符合 HTTP/1.1 通訊協定規格。
回應本文
無。
範例
下列程式碼範例顯示 更新訂閱共同管理員 要求。
PATCH https://<Computer>:30004/subscriptions/512d113d-44e0-4fb4-81d1-2770be611d14 HTTP/1.1
Authorization: Bearer <Token>
x-ms-client-request-id: babfb1c5-7e86-437f-b77d-508c4ced7146-2013-06-28 19:39:03Z
x-ms-client-session-id: 36d65d7b-42b5-4fc0-8334-93c10e7a90f2
x-ms-principal-id: <COMPUTER>\Administrator
Accept-Language: en-US
x-ms-principal-liveid: <COMPUTER>\Administrator
Content-Type: application/json; charset=utf-8
Host: <Computer>:30004
Content-Length: 375
Expect: 100-continue
{
"AccountAdminLiveEmailId": null,
"AccountAdminLivePuid": null,
"AccountId": "00000000-0000-0000-0000-000000000000",
"FriendlyName": null,
"OfferCategory": null,
"OfferInfo": null,
"OfferType": 0,
"ReasonCode": null,
"ServiceAdminLiveEmailId": null,
"ServiceAdminLivePuid": null,
"SubscriptionId": "512d113d-44e0-4fb4-81d1-2770be611d14",
"Status": null,
"PlanId": null,
"CoAdminNames": [
"aaa@bbb.com"
]
}
下列程式碼範例顯示 更新訂閱共同管理員 回應。
{
"SubscriptionID": "512d113d-44e0-4fb4-81d1-2770be611d14",
"SubscriptionName": "WebWeb",
"AccountAdminLiveEmailId": "aaa@ccc.com",
"ServiceAdminLiveEmailId": null,
"CoAdminNames": [
"aaa@bbb.com"
],
"AddOnReferences": [
],
"AddOns": [
],
"State": 1,
"QuotaSyncState": 0,
"ActivationSyncState": 2,
"PlanId": "WebWehig9z4ua",
"Services": [
{
"Type": "webspaces",
"State": "registered",
"QuotaSyncState": 0,
"ActivationSyncState": 0,
"BaseQuotaSettings": [
{
"Key": "BytesReceived_Shared_WebSpace_Limited",
"Value": "{\"ComputeMode\":0,\"CustomActionName\":null,\"EnforcementScope\":0,\"ExceededAction\":0,\"Limit\":-1,\"Period\":1440,\"QuotaName\":\"BytesReceived\",\"ResourceName\":\"BytesReceived\",\"SiteMode\":\"Limited\",\"Unit\":1,\"WebPlan\":null}"
},
{
"Key": "NumberOfVirtualWorkers_Dedicated_WebSpace_NULL",
"Value": "{\"ComputeMode\":1,\"CustomActionName\":null,\"EnforcementScope\":0,\"ExceededAction\":0,\"Limit\":-1,\"Period\":1440,\"QuotaName\":\"NumberOfVirtualWorkers\",\"ResourceName\":\"NumberOfVirtualWorkers\",\"SiteMode\":null,\"Unit\":1,\"WebPlan\":null}"
}
]
},
{
"Type": "sqlservers",
"State": "registered",
"QuotaSyncState": 0,
"ActivationSyncState": 0,
"BaseQuotaSettings": [
{
"Key": "Editions",
"Value": "[{\"displayName\":\"Default\",\"groupName\":\"Default\",\"resourceCount\":\"10\",\"resourceSize\":\"1024\",\"resourceSizeLimit\":\"1024\",\"offerEditionId\":\"062713061814\",\"groupType\":null}]"
}
]
},
{
"Type": "mysqlservers",
"State": "registered",
"QuotaSyncState": 0,
"ActivationSyncState": 2,
"BaseQuotaSettings": [
{
"Key": "Editions",
"Value": "[{\"displayName\":\"Default\",\"groupName\":\"Default\",\"resourceCount\":\"10\",\"resourceSize\":\"1024\",\"offerEditionId\":\"062713061814\",\"groupType\":null}]"
}
]
}
],
"LastErrorMessage": null,
"Features": null,
"OfferFriendlyName": "WebWeb",
"OfferCategory": null,
"Created": "2013-06-28T19:26:03.373"
}