Interface VirtualMachineExtension.UpdateStages.WithSettings

    • Method Detail

      • withPublicSetting

        VirtualMachineExtension.Update withPublicSetting​(String key,
                                                         Object value)
        Specifies a public settings entry.
        Parameters:
        key - the key of a public settings entry
        value - the value of the public settings entry
        Returns:
        the next stage of the update
      • withProtectedSetting

        VirtualMachineExtension.Update withProtectedSetting​(String key,
                                                            Object value)
        Specifies a private settings entry.
        Parameters:
        key - the key of a private settings entry
        value - the value of the private settings entry
        Returns:
        the next stage of the update