PUT api/Accounts/EditDestination
Changes the backup destination
Request Information
URI Parameters
None.
Body Parameters
Storage account destination model
DestinationOfAccount| Name | Description | Type | Additional information |
|---|---|---|---|
| DestinationID |
Destination ID |
globally unique identifier |
Required |
| AccountID |
Storage account ID |
globally unique identifier |
Required |
| Destination |
Destination name |
string |
Required |
| DestinationDisplayName |
Destination name to display |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DestinationID": "3a0da76f-b2f1-4ac5-809e-44bc1a40dfd4",
"AccountID": "b779cd7d-7e6d-4c1a-b30d-45fb01aa7641",
"Destination": "sample string 3",
"DestinationDisplayName": "sample string 4"
}
application/xml, text/xml
Sample:
<DestinationOfAccount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MBSAPImvc.Engine.Models"> <AccountID>b779cd7d-7e6d-4c1a-b30d-45fb01aa7641</AccountID> <Destination>sample string 3</Destination> <DestinationDisplayName>sample string 4</DestinationDisplayName> <DestinationID>3a0da76f-b2f1-4ac5-809e-44bc1a40dfd4</DestinationID> </DestinationOfAccount>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.