Volume コンストラクター

定義

オーバーロード

Volume()

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

Volume(String, AzureFileVolume, Object, IDictionary<String,String>, GitRepoVolume)

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

Volume()

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

public Volume ();
Public Sub New ()

適用対象

Volume(String, AzureFileVolume, Object, IDictionary<String,String>, GitRepoVolume)

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

public Volume (string name, Microsoft.Azure.Management.ContainerInstance.Models.AzureFileVolume azureFile = default, object emptyDir = default, System.Collections.Generic.IDictionary<string,string> secret = default, Microsoft.Azure.Management.ContainerInstance.Models.GitRepoVolume gitRepo = default);
new Microsoft.Azure.Management.ContainerInstance.Models.Volume : string * Microsoft.Azure.Management.ContainerInstance.Models.AzureFileVolume * obj * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.ContainerInstance.Models.GitRepoVolume -> Microsoft.Azure.Management.ContainerInstance.Models.Volume
Public Sub New (name As String, Optional azureFile As AzureFileVolume = Nothing, Optional emptyDir As Object = Nothing, Optional secret As IDictionary(Of String, String) = Nothing, Optional gitRepo As GitRepoVolume = Nothing)

パラメーター

name
String

ボリュームの名前。

azureFile
AzureFileVolume

Azure File ボリューム。

emptyDir
Object

空のディレクトリ ボリューム。

secret
IDictionary<String,String>

シークレット ボリューム。

gitRepo
GitRepoVolume

Git リポジトリ ボリューム。

適用対象