WindowsConfiguration Class
- java.
lang. Object - com.
microsoft. azure. management. compute. WindowsConfiguration
- com.
public class WindowsConfiguration
Describes Windows Configuration of the OS Profile.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Additional |
additionalUnattendContent()
Get the additionalUnattendContent value. |
Boolean |
enableAutomaticUpdates()
Get the enableAutomaticUpdates value. |
Boolean |
provisionVMAgent()
Get the provisionVMAgent value. |
String |
timeZone()
Get the timeZone value. |
Win |
winRM()
Get the winRM value. |
Windows |
withAdditionalUnattendContent(List<AdditionalUnattendContent> additionalUnattendContent)
Set the additionalUnattendContent value. |
Windows |
withEnableAutomaticUpdates(Boolean enableAutomaticUpdates)
Set the enableAutomaticUpdates value. |
Windows |
withProvisionVMAgent(Boolean provisionVMAgent)
Set the provisionVMAgent value. |
Windows |
withTimeZone(String timeZone)
Set the timeZone value. |
Windows |
withWinRM(WinRMConfiguration winRM)
Set the winRM value. |
Method Details
additionalUnattendContent
public List
Get the additionalUnattendContent value.
Returns:
enableAutomaticUpdates
public Boolean enableAutomaticUpdates()
Get the enableAutomaticUpdates value.
Returns:
provisionVMAgent
public Boolean provisionVMAgent()
Get the provisionVMAgent value.
Returns:
timeZone
public String timeZone()
Get the timeZone value.
Returns:
winRM
public WinRMConfiguration winRM()
Get the winRM value.
Returns:
withAdditionalUnattendContent
public WindowsConfiguration withAdditionalUnattendContent(List
Set the additionalUnattendContent value.
Parameters:
Returns:
withEnableAutomaticUpdates
public WindowsConfiguration withEnableAutomaticUpdates(Boolean enableAutomaticUpdates)
Set the enableAutomaticUpdates value.
Parameters:
Returns:
withProvisionVMAgent
public WindowsConfiguration withProvisionVMAgent(Boolean provisionVMAgent)
Set the provisionVMAgent value.
Parameters:
Returns:
withTimeZone
public WindowsConfiguration withTimeZone(String timeZone)
Set the timeZone value.
Parameters:
Returns:
withWinRM
public WindowsConfiguration withWinRM(WinRMConfiguration winRM)
Set the winRM value.
Parameters:
Returns:
Applies to
Azure SDK for Java