Volume コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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.Fluent.Models.AzureFileVolume azureFile = default, object emptyDir = default, System.Collections.Generic.IDictionary<string,string> secret = default, Microsoft.Azure.Management.ContainerInstance.Fluent.Models.GitRepoVolume gitRepo = default);
new Microsoft.Azure.Management.ContainerInstance.Fluent.Models.Volume : string * Microsoft.Azure.Management.ContainerInstance.Fluent.Models.AzureFileVolume * obj * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.ContainerInstance.Fluent.Models.GitRepoVolume -> Microsoft.Azure.Management.ContainerInstance.Fluent.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 リポジトリ ボリューム。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET