RemoteSupportSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
RemoteApplicationType for which remote support settings is being modified
public class RemoteSupportSettings
type RemoteSupportSettings = class
Public Class RemoteSupportSettings
- Inheritance
-
RemoteSupportSettings
Constructors
RemoteSupportSettings() |
Initializes a new instance of the RemoteSupportSettings class. |
RemoteSupportSettings(String, String, Nullable<DateTime>) |
Initializes a new instance of the RemoteSupportSettings class. |
Properties
AccessLevel |
Gets or sets access level allowed for this remote application type. Possible values include: 'None', 'ReadOnly', 'ReadWrite', 'FullAccess' |
ExpirationTimeStampInUTC |
Gets or sets expiration time stamp |
RemoteApplicationType |
Gets or sets remote application type. Possible values include: 'Powershell', 'WAC', 'LocalUI', 'AllApplications' |
Applies to
Azure SDK for .NET