IUpdate Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The entirety of virtual machine scale set extension update as a part of parent virtual machine scale set update.
public interface IUpdate : Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSetExtension.Update.IWithAutoUpgradeMinorVersion, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSetExtension.Update.IWithSettings, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Update.IUpdate>
type IUpdate = interface
interface ISettable<IUpdate>
interface IWithAutoUpgradeMinorVersion
interface IWithSettings
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithAutoUpgradeMinorVersion, IWithSettings
- Implements
Methods
Parent() | (Inherited from ISettable<ParentT>) |
WithMinorVersionAutoUpgrade() |
Enables auto-upgrading of the extension with minor versions. (Inherited from IWithAutoUpgradeMinorVersion) |
WithoutMinorVersionAutoUpgrade() |
Disables auto upgrading of the extension with minor versions. (Inherited from IWithAutoUpgradeMinorVersion) |
WithProtectedSetting(String, Object) |
Specifies a private settings entry. (Inherited from IWithSettings) |
WithProtectedSettings(IDictionary<String,Object>) |
Specifies private settings. (Inherited from IWithSettings) |
WithPublicSetting(String, Object) |
Specifies a public settings entry. (Inherited from IWithSettings) |
WithPublicSettings(IDictionary<String,Object>) |
Specifies public settings. (Inherited from IWithSettings) |
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET