Modify Streaming Properties
workspaces_modify_streaming_properties | R Documentation |
Modifies the specified streaming properties¶
Description¶
Modifies the specified streaming properties.
Usage¶
Arguments¶
ResourceId
[required] The identifier of the resource.
StreamingProperties
The streaming properties to configure.
Value¶
An empty list.
Request syntax¶
svc$modify_streaming_properties(
ResourceId = "string",
StreamingProperties = list(
StreamingExperiencePreferredProtocol = "TCP"|"UDP",
UserSettings = list(
list(
Action = "CLIPBOARD_COPY_FROM_LOCAL_DEVICE"|"CLIPBOARD_COPY_TO_LOCAL_DEVICE"|"PRINTING_TO_LOCAL_DEVICE"|"SMART_CARD",
Permission = "ENABLED"|"DISABLED",
MaximumLength = 123
)
),
StorageConnectors = list(
list(
ConnectorType = "HOME_FOLDER",
Status = "ENABLED"|"DISABLED"
)
)
)
)