### YamlMime:JavaType methods: - fullName: com.microsoft.azure.management.compute.VirtualMachineExtension.UpdateStages.WithSettings.withProtectedSetting(String key, Object value) name: withProtectedSetting(String key, Object value) nameWithType: VirtualMachineExtension.UpdateStages.WithSettings.withProtectedSetting(String key, Object value) parameters: - description:

the key of a private settings entry

name: key type: - description:

the value of the private settings entry

name: value type: returns: description:

the next stage of the update

type: summary: >-

Specifies a private settings entry.

syntax: public Update withProtectedSetting(String key, Object value) uid: com.microsoft.azure.management.compute.VirtualMachineExtension.UpdateStages.WithSettings.withProtectedSetting(String,Object) - fullName: com.microsoft.azure.management.compute.VirtualMachineExtension.UpdateStages.WithSettings.withProtectedSettings(HashMap settings) name: withProtectedSettings(HashMap settings) nameWithType: VirtualMachineExtension.UpdateStages.WithSettings.withProtectedSettings(HashMap settings) parameters: - description:

the private settings

name: settings type: returns: description:

the next stage of the update

type: summary: >-

Specifies private settings.

syntax: public Update withProtectedSettings(HashMap settings) uid: com.microsoft.azure.management.compute.VirtualMachineExtension.UpdateStages.WithSettings.withProtectedSettings(HashMap) - fullName: com.microsoft.azure.management.compute.VirtualMachineExtension.UpdateStages.WithSettings.withPublicSetting(String key, Object value) name: withPublicSetting(String key, Object value) nameWithType: VirtualMachineExtension.UpdateStages.WithSettings.withPublicSetting(String key, Object value) parameters: - description:

the key of a public settings entry

name: key type: - description:

the value of the public settings entry

name: value type: returns: description:

the next stage of the update

type: summary: >-

Specifies a public settings entry.

syntax: public Update withPublicSetting(String key, Object value) uid: com.microsoft.azure.management.compute.VirtualMachineExtension.UpdateStages.WithSettings.withPublicSetting(String,Object) - fullName: com.microsoft.azure.management.compute.VirtualMachineExtension.UpdateStages.WithSettings.withPublicSettings(HashMap settings) name: withPublicSettings(HashMap settings) nameWithType: VirtualMachineExtension.UpdateStages.WithSettings.withPublicSettings(HashMap settings) parameters: - description:

the public settings

name: settings type: returns: description:

the next stage of the update

type: summary: >-

Specifies public settings.

syntax: public Update withPublicSettings(HashMap settings) uid: com.microsoft.azure.management.compute.VirtualMachineExtension.UpdateStages.WithSettings.withPublicSettings(HashMap) nameWithType: VirtualMachineExtension.UpdateStages.WithSettings syntax: public interface WithSettings type: interface uid: com.microsoft.azure.management.compute.VirtualMachineExtension.UpdateStages.WithSettings fullName: com.microsoft.azure.management.compute.VirtualMachineExtension.UpdateStages.WithSettings name: VirtualMachineExtension.UpdateStages.WithSettings package: com.microsoft.azure.management.compute summary:

The stage of the virtual machine extension update allowing to add or update public and private settings.

metadata: {}