你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VirtualMachineScaleSetExtensionProfile Class
- java.
lang. Object - com.
microsoft. azure. management. compute. VirtualMachineScaleSetExtensionProfile
- com.
public class VirtualMachineScaleSetExtensionProfile
Describes a virtual machine scale set extension profile.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<VirtualMachineScaleSetExtensionInner> |
extensions()
Get the extensions value. |
Virtual |
withExtensions(List<VirtualMachineScaleSetExtensionInner> extensions)
Set the extensions value. |
Method Details
extensions
public List
Get the extensions value.
Returns:
the extensions value
withExtensions
public VirtualMachineScaleSetExtensionProfile withExtensions(List
Set the extensions value.
Parameters:
extensions
- the extensions value to set
Returns:
the VirtualMachineScaleSetExtensionProfile object itself.