你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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 文件卷。
- emptyDir
- Object
空目录卷。
- secret
- IDictionary<String,String>
机密卷。
- gitRepo
- GitRepoVolume
Git 存储库卷。