VirtualMachine.UpdateStages.WithUserData Interface
public static interface VirtualMachine.UpdateStages.WithUserData
The stage of the virtual machine update allowing to user data configurations.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withUserData(String base64EncodedUserData)
Specifies the user data for the virtual machine. |
Method Details
withUserData
public abstract VirtualMachine.Update withUserData(String base64EncodedUserData)
Specifies the user data for the virtual machine.
Parameters:
base64EncodedUserData
- the base64 encoded user data
Returns:
the next stage of the update
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Java