你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithCustomData.WithCustomData(String) 方法

定义

指定虚拟机规模集的自定义数据。

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

参数

base64EncodedCustomData
String

base64 编码的自定义数据。

返回

适用于