RemoteSupportSettings Constructors
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.
Overloads
RemoteSupportSettings() |
Initializes a new instance of the RemoteSupportSettings class. |
RemoteSupportSettings(String, String, Nullable<DateTime>) |
Initializes a new instance of the RemoteSupportSettings class. |
RemoteSupportSettings()
Initializes a new instance of the RemoteSupportSettings class.
public RemoteSupportSettings ();
Public Sub New ()
Applies to
RemoteSupportSettings(String, String, Nullable<DateTime>)
Initializes a new instance of the RemoteSupportSettings class.
public RemoteSupportSettings (string remoteApplicationType = default, string accessLevel = default, DateTime? expirationTimeStampInUTC = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.RemoteSupportSettings : string * string * Nullable<DateTime> -> Microsoft.Azure.Management.DataBoxEdge.Models.RemoteSupportSettings
Public Sub New (Optional remoteApplicationType As String = Nothing, Optional accessLevel As String = Nothing, Optional expirationTimeStampInUTC As Nullable(Of DateTime) = Nothing)
Parameters
- remoteApplicationType
- String
Remote application type. Possible values include: 'Powershell', 'WAC', 'LocalUI', 'AllApplications'
- accessLevel
- String
Access level allowed for this remote application type. Possible values include: 'None', 'ReadOnly', 'ReadWrite', 'FullAccess'