IJsonpWsEndUserSetEnqueueRemoveIQNSharedStorage Method
|
By the method SetEnqueueRemoveIQNSharedStorage you can remove a IQN to a network storage
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 = "SetEnqueueRemoveIQNSharedStorage/{jsonp}/{userName}/{token}?sharedStorageID={sharedStorageID}&sharedStorageIQNs={sharedStorageIQNs}")]
Stream SetEnqueueRemoveIQNSharedStorage(
string jsonp,
string userName,
string token,
int sharedStorageID,
string sharedStorageIQNs
)<OperationContractAttribute>
<WebGetAttribute(ResponseFormat := WebMessageFormat.Json, UriTemplate := "SetEnqueueRemoveIQNSharedStorage/{jsonp}/{userName}/{token}?sharedStorageID={sharedStorageID}&sharedStorageIQNs={sharedStorageIQNs}")>
Function SetEnqueueRemoveIQNSharedStorage (
jsonp As String,
userName As String,
token As String,
sharedStorageID As Integer,
sharedStorageIQNs As String
) As Stream[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat::Json, UriTemplate = L"SetEnqueueRemoveIQNSharedStorage/{jsonp}/{userName}/{token}?sharedStorageID={sharedStorageID}&sharedStorageIQNs={sharedStorageIQNs}")]
Stream^ SetEnqueueRemoveIQNSharedStorage(
String^ jsonp,
String^ userName,
String^ token,
int sharedStorageID,
String^ sharedStorageIQNs
)[<OperationContractAttribute>]
[<WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "SetEnqueueRemoveIQNSharedStorage/{jsonp}/{userName}/{token}?sharedStorageID={sharedStorageID}&sharedStorageIQNs={sharedStorageIQNs}")>]
abstract SetEnqueueRemoveIQNSharedStorage :
jsonp : string *
userName : string *
token : string *
sharedStorageID : int *
sharedStorageIQNs : string -> Stream
function SetEnqueueRemoveIQNSharedStorage(
jsonp : String,
userName : String,
token : String,
sharedStorageID : int,
sharedStorageIQNs : String
) : Stream
Parameters
- jsonp
- Type: SystemString
- userName
- Type: SystemString
- token
- Type: SystemString
- sharedStorageID
- Type: SystemInt32
- sharedStorageIQNs
- Type: SystemString
Return Value
Type:
Stream
Examples
See Also