次の方法で共有


RemoteSupportSettings コンストラクター

定義

オーバーロード

RemoteSupportSettings()

RemoteSupportSettings クラスの新しいインスタンスを初期化します。

RemoteSupportSettings(String, String, Nullable<DateTime>)

RemoteSupportSettings クラスの新しいインスタンスを初期化します。

RemoteSupportSettings()

RemoteSupportSettings クラスの新しいインスタンスを初期化します。

public RemoteSupportSettings ();
Public Sub New ()

適用対象

RemoteSupportSettings(String, String, Nullable<DateTime>)

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)

パラメーター

remoteApplicationType
String

リモート アプリケーションの種類。 使用できる値は、'Powershell'、'WAC'、'LocalUI'、'AllApplications' です。

accessLevel
String

このリモート アプリケーションの種類に対して許可されるアクセス レベル。 使用できる値は、'None'、'ReadOnly'、'ReadWrite'、'FullAccess' です。

expirationTimeStampInUTC
Nullable<DateTime>

有効期限のタイムスタンプ

適用対象