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.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java