Interface VirtualMachineScaleSet.UpdateStages.WithCustomData
- All Known Subinterfaces:
VirtualMachineScaleSet.Update, VirtualMachineScaleSet.UpdateStages.WithApply, VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancer, VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancerBackendOrNatPool, VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancerNatPool, VirtualMachineScaleSet.UpdateStages.WithPrimaryInternetFacingLoadBalancerBackendOrNatPool, VirtualMachineScaleSet.UpdateStages.WithPrimaryInternetFacingLoadBalancerNatPool, VirtualMachineScaleSet.UpdateStages.WithPrimaryLoadBalancer, VirtualMachineScaleSet.UpdateStages.WithSystemAssignedIdentityBasedAccessOrApply
- Enclosing interface:
VirtualMachineScaleSet.UpdateStages
public static interface VirtualMachineScaleSet.UpdateStages.WithCustomData
The stage of the virtual machine scale set definition allowing to specify the custom data.
-
Method Summary
Modifier and TypeMethodDescriptionwithCustomData(String base64EncodedCustomData) Specifies the custom data for the virtual machine scale set.
-
Method Details
-
withCustomData
Specifies the custom data for the virtual machine scale set.- Parameters:
base64EncodedCustomData- the base64 encoded custom data- Returns:
- the next stage in the definition
-