Compartir vía


WindowsConfiguration Class

  • java.lang.Object
    • com.microsoft.azure.management.compute.WindowsConfiguration

public class WindowsConfiguration

Describes Windows Configuration of the OS Profile.

Method Summary

Modifier and Type Method and Description
List<AdditionalUnattendContent> additionalUnattendContent()

Get the additionalUnattendContent value.

Boolean enableAutomaticUpdates()

Get the enableAutomaticUpdates value.

Boolean provisionVMAgent()

Get the provisionVMAgent value.

String timeZone()

Get the timeZone value.

WinRMConfiguration winRM()

Get the winRM value.

WindowsConfiguration withAdditionalUnattendContent(List<AdditionalUnattendContent> additionalUnattendContent)

Set the additionalUnattendContent value.

WindowsConfiguration withEnableAutomaticUpdates(Boolean enableAutomaticUpdates)

Set the enableAutomaticUpdates value.

WindowsConfiguration withProvisionVMAgent(Boolean provisionVMAgent)

Set the provisionVMAgent value.

WindowsConfiguration withTimeZone(String timeZone)

Set the timeZone value.

WindowsConfiguration withWinRM(WinRMConfiguration winRM)

Set the winRM value.

Method Details

additionalUnattendContent

public List additionalUnattendContent()

Get the additionalUnattendContent value.

Returns:

the additionalUnattendContent value

enableAutomaticUpdates

public Boolean enableAutomaticUpdates()

Get the enableAutomaticUpdates value.

Returns:

the enableAutomaticUpdates value

provisionVMAgent

public Boolean provisionVMAgent()

Get the provisionVMAgent value.

Returns:

the provisionVMAgent value

timeZone

public String timeZone()

Get the timeZone value.

Returns:

the timeZone value

winRM

public WinRMConfiguration winRM()

Get the winRM value.

Returns:

the winRM value

withAdditionalUnattendContent

public WindowsConfiguration withAdditionalUnattendContent(List additionalUnattendContent)

Set the additionalUnattendContent value.

Parameters:

additionalUnattendContent - the additionalUnattendContent value to set

Returns:

the WindowsConfiguration object itself.

withEnableAutomaticUpdates

public WindowsConfiguration withEnableAutomaticUpdates(Boolean enableAutomaticUpdates)

Set the enableAutomaticUpdates value.

Parameters:

enableAutomaticUpdates - the enableAutomaticUpdates value to set

Returns:

the WindowsConfiguration object itself.

withProvisionVMAgent

public WindowsConfiguration withProvisionVMAgent(Boolean provisionVMAgent)

Set the provisionVMAgent value.

Parameters:

provisionVMAgent - the provisionVMAgent value to set

Returns:

the WindowsConfiguration object itself.

withTimeZone

public WindowsConfiguration withTimeZone(String timeZone)

Set the timeZone value.

Parameters:

timeZone - the timeZone value to set

Returns:

the WindowsConfiguration object itself.

withWinRM

public WindowsConfiguration withWinRM(WinRMConfiguration winRM)

Set the winRM value.

Parameters:

winRM - the winRM value to set

Returns:

the WindowsConfiguration object itself.

Applies to