IJsonpWsEndUserSetEnqueueModifySharedStorage Method
|
By the method SetEnqueueModifySharedStorage you can modify a network storage size
Namespace:
Aruba.Cloud.WsEndUser
Assembly:
Aruba.Cloud.WsEndUser (in Aruba.Cloud.WsEndUser.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "SetEnqueueModifySharedStorage/{jsonp}/{userName}/{token}?sharedStorageID={sharedStorageID}&quantity={quantity}")]
Stream SetEnqueueModifySharedStorage(
string jsonp,
string userName,
string token,
string sharedStorageID,
string quantity
)<OperationContractAttribute>
<WebGetAttribute(ResponseFormat := WebMessageFormat.Json, UriTemplate := "SetEnqueueModifySharedStorage/{jsonp}/{userName}/{token}?sharedStorageID={sharedStorageID}&quantity={quantity}")>
Function SetEnqueueModifySharedStorage (
jsonp As String,
userName As String,
token As String,
sharedStorageID As String,
quantity As String
) As Stream[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat::Json, UriTemplate = L"SetEnqueueModifySharedStorage/{jsonp}/{userName}/{token}?sharedStorageID={sharedStorageID}&quantity={quantity}")]
Stream^ SetEnqueueModifySharedStorage(
String^ jsonp,
String^ userName,
String^ token,
String^ sharedStorageID,
String^ quantity
)[<OperationContractAttribute>]
[<WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "SetEnqueueModifySharedStorage/{jsonp}/{userName}/{token}?sharedStorageID={sharedStorageID}&quantity={quantity}")>]
abstract SetEnqueueModifySharedStorage :
jsonp : string *
userName : string *
token : string *
sharedStorageID : string *
quantity : string -> Stream
function SetEnqueueModifySharedStorage(
jsonp : String,
userName : String,
token : String,
sharedStorageID : String,
quantity : String
) : Stream
Parameters
- jsonp
- Type: SystemString
- userName
- Type: SystemString
- token
- Type: SystemString
- sharedStorageID
- Type: SystemString
- quantity
- Type: SystemString
Return Value
Type:
Stream
Examples
See Also