次の方法で共有


FileSourceInfo コンストラクター

定義

オーバーロード

FileSourceInfo()

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

FileSourceInfo(String)

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

FileSourceInfo()

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

public FileSourceInfo();
Public Sub New ()

適用対象

FileSourceInfo(String)

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

public FileSourceInfo(string shareId);
new Microsoft.Azure.Management.EdgeGateway.Models.FileSourceInfo : string -> Microsoft.Azure.Management.EdgeGateway.Models.FileSourceInfo
Public Sub New (shareId As String)

パラメーター

shareId
String

ファイル共有 ID。

適用対象