### 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:the value of the private settings entry
name: value type:the next stage of the update
type: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(HashMapthe private settings
name: settings type:the next stage of the update
type:Specifies private settings.
syntax: public Update withProtectedSettings(HashMapthe key of a public settings entry
name: key type:the value of the public settings entry
name: value type:the next stage of the update
type: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(HashMapthe public settings
name: settings type:the next stage of the update
type:Specifies public settings.
syntax: public Update withPublicSettings(HashMapThe stage of the virtual machine extension update allowing to add or update public and private settings.
metadata: {}