Share via


RemoteSupportSettings Constructors

Definition

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'

expirationTimeStampInUTC
Nullable<DateTime>

Expiration time stamp

Applies to