CloudApplianceInner Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CloudApplianceInner() | |
CloudApplianceInner(String, String, String, Nullable<Boolean>, Nullable<Boolean>, String, String, String, String, String, String) |
CloudApplianceInner()
public CloudApplianceInner ();
Public Sub New ()
Applies to
CloudApplianceInner(String, String, String, Nullable<Boolean>, Nullable<Boolean>, String, String, String, String, String, String)
public CloudApplianceInner (string name, string vnetRegion, string vnetName = default, bool? isVnetDnsConfigured = default, bool? isVnetExpressConfigured = default, string subnetName = default, string storageAccountName = default, string storageAccountType = default, string vmType = default, string vmImageName = default, string modelNumber = default);
new Microsoft.Azure.Management.StorSimple.Fluent.Models.CloudApplianceInner : string * string * string * Nullable<bool> * Nullable<bool> * string * string * string * string * string * string -> Microsoft.Azure.Management.StorSimple.Fluent.Models.CloudApplianceInner
Public Sub New (name As String, vnetRegion As String, Optional vnetName As String = Nothing, Optional isVnetDnsConfigured As Nullable(Of Boolean) = Nothing, Optional isVnetExpressConfigured As Nullable(Of Boolean) = Nothing, Optional subnetName As String = Nothing, Optional storageAccountName As String = Nothing, Optional storageAccountType As String = Nothing, Optional vmType As String = Nothing, Optional vmImageName As String = Nothing, Optional modelNumber As String = Nothing)
Parameters
- name
- String
- vnetRegion
- String
- vnetName
- String
- subnetName
- String
- storageAccountName
- String
- storageAccountType
- String
- vmType
- String
- vmImageName
- String
- modelNumber
- String
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET