Compartilhar via


RemoteSupportSettings Construtores

Definição

Sobrecargas

RemoteSupportSettings()

Inicializa uma nova instância da classe RemoteSupportSettings.

RemoteSupportSettings(String, String, Nullable<DateTime>)

Inicializa uma nova instância da classe RemoteSupportSettings.

RemoteSupportSettings()

Inicializa uma nova instância da classe RemoteSupportSettings.

public RemoteSupportSettings();
Public Sub New ()

Aplica-se a

RemoteSupportSettings(String, String, Nullable<DateTime>)

Inicializa uma nova instância da classe RemoteSupportSettings.

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)

Parâmetros

remoteApplicationType
String

Tipo de aplicativo remoto. Os valores possíveis incluem: 'Powershell', 'WAC', 'LocalUI', 'AllApplications'

accessLevel
String

Nível de acesso permitido para esse tipo de aplicativo remoto. Os valores possíveis incluem: 'None', 'ReadOnly', 'ReadWrite', 'FullAccess'

expirationTimeStampInUTC
Nullable<DateTime>

Carimbo de data/hora de expiração

Aplica-se a