Click or drag to resize

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
)

Parameters

jsonp
Type: SystemString
userName
Type: SystemString
token
Type: SystemString
sharedStorageID
Type: SystemInt32
sharedStorageIQNs
Type: SystemString

Return Value

Type: Stream
Examples