FileServerCreateParameters 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
FileServerCreateParameters() |
初始化 FileServerCreateParameters 類別的新實例。 |
FileServerCreateParameters(String, SshConfiguration, DataDisks, ResourceId) |
初始化 FileServerCreateParameters 類別的新實例。 |
FileServerCreateParameters()
初始化 FileServerCreateParameters 類別的新實例。
public FileServerCreateParameters ();
Public Sub New ()
適用於
FileServerCreateParameters(String, SshConfiguration, DataDisks, ResourceId)
初始化 FileServerCreateParameters 類別的新實例。
public FileServerCreateParameters (string vmSize, Microsoft.Azure.Management.BatchAI.Models.SshConfiguration sshConfiguration, Microsoft.Azure.Management.BatchAI.Models.DataDisks dataDisks, Microsoft.Azure.Management.BatchAI.Models.ResourceId subnet = default);
new Microsoft.Azure.Management.BatchAI.Models.FileServerCreateParameters : string * Microsoft.Azure.Management.BatchAI.Models.SshConfiguration * Microsoft.Azure.Management.BatchAI.Models.DataDisks * Microsoft.Azure.Management.BatchAI.Models.ResourceId -> Microsoft.Azure.Management.BatchAI.Models.FileServerCreateParameters
Public Sub New (vmSize As String, sshConfiguration As SshConfiguration, dataDisks As DataDisks, Optional subnet As ResourceId = Nothing)
參數
- vmSize
- String
VM 大小。
- sshConfiguration
- SshConfiguration
SSH 組態。
- dataDisks
- DataDisks
資料磁片。
- subnet
- ResourceId
子網識別碼。