次の方法で共有


NetworkCloudVirtualMachineData コンストラクター

定義

NetworkCloudVirtualMachineData の新しいインスタンスを初期化します。

public NetworkCloudVirtualMachineData (Azure.Core.AzureLocation location, Azure.ResourceManager.NetworkCloud.Models.ExtendedLocation extendedLocation, string adminUsername, Azure.ResourceManager.NetworkCloud.Models.NetworkAttachment cloudServicesNetworkAttachment, long cpuCores, long memorySizeInGB, Azure.ResourceManager.NetworkCloud.Models.NetworkCloudStorageProfile storageProfile, string vmImage);
new Azure.ResourceManager.NetworkCloud.NetworkCloudVirtualMachineData : Azure.Core.AzureLocation * Azure.ResourceManager.NetworkCloud.Models.ExtendedLocation * string * Azure.ResourceManager.NetworkCloud.Models.NetworkAttachment * int64 * int64 * Azure.ResourceManager.NetworkCloud.Models.NetworkCloudStorageProfile * string -> Azure.ResourceManager.NetworkCloud.NetworkCloudVirtualMachineData
Public Sub New (location As AzureLocation, extendedLocation As ExtendedLocation, adminUsername As String, cloudServicesNetworkAttachment As NetworkAttachment, cpuCores As Long, memorySizeInGB As Long, storageProfile As NetworkCloudStorageProfile, vmImage As String)

パラメーター

location
AzureLocation

場所。

extendedLocation
ExtendedLocation

リソースに関連付けられているクラスターの拡張場所。

adminUsername
String

ssh 公開キーを承認されたキーに追加する管理者の名前。

cloudServicesNetworkAttachment
NetworkAttachment

仮想マシンのプラットフォーム レベルのサービスを提供するクラウド サービス ネットワーク。

cpuCores
Int64

仮想マシン内の CPU コアの数。

memorySizeInGB
Int64

仮想マシンのメモリ サイズ (GB 単位)。

storageProfile
NetworkCloudStorageProfile

仮想マシンに関連するディスクに関するサイズとその他のパラメーターを指定するストレージ プロファイル。

vmImage
String

イメージのプルに使用される完全な URL とタグ表記を使用して、OS ディスクに現在プロビジョニングされている仮想マシン イメージ。

例外

extendedLocationadminUsernamecloudServicesNetworkAttachmentstorageProfile または vmImage が null です。

適用対象