AzureFileVolume コンストラクター

定義

オーバーロード

AzureFileVolume()

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

AzureFileVolume(String, String, Nullable<Boolean>, String)

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

AzureFileVolume()

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

public AzureFileVolume ();
Public Sub New ()

適用対象

AzureFileVolume(String, String, Nullable<Boolean>, String)

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

public AzureFileVolume (string shareName, string storageAccountName, bool? readOnlyProperty = default, string storageAccountKey = default);
new Microsoft.Azure.Management.ContainerInstance.Models.AzureFileVolume : string * string * Nullable<bool> * string -> Microsoft.Azure.Management.ContainerInstance.Models.AzureFileVolume
Public Sub New (shareName As String, storageAccountName As String, Optional readOnlyProperty As Nullable(Of Boolean) = Nothing, Optional storageAccountKey As String = Nothing)

パラメーター

shareName
String

ボリュームとしてマウントされる Azure ファイル共有の名前。

storageAccountName
String

Azure ファイル共有が含まれているストレージ アカウントの名前。

readOnlyProperty
Nullable<Boolean>

ボリュームとしてマウントされている Azure ファイル共有が読み取り専用かどうかを示すフラグ。

storageAccountKey
String

Azure ファイル共有にアクセスするために使用されるストレージ アカウント アクセス キー。

適用対象