次の方法で共有


IWithComputerNamePrefix.WithComputerNamePrefix(String) メソッド

定義

スケール セット内の仮想マシンの名前を自動生成するために使用する名前プレフィックスを指定します。

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithCreate WithComputerNamePrefix (string namePrefix);
abstract member WithComputerNamePrefix : string -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithCreate
Public Function WithComputerNamePrefix (namePrefix As String) As IWithCreate

パラメーター

namePrefix
String

スケール セット内の仮想マシンの自動生成された名前のプレフィックス。

戻り値

適用対象