IUpdateDefinition<ParentT> Interface

Definition

The entirety of a virtual machine extension definition as a part of parent update.

public interface IUpdateDefinition<ParentT> : Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.UpdateDefinition.IBlank<ParentT>, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.UpdateDefinition.IWithAttach<ParentT>, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.UpdateDefinition.IWithAutoUpgradeMinorVersion<ParentT>, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.UpdateDefinition.IWithImageOrPublisher<ParentT>, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.UpdateDefinition.IWithPublisher<ParentT>, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.UpdateDefinition.IWithSettings<ParentT>, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.UpdateDefinition.IWithTags<ParentT>, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.UpdateDefinition.IWithType<ParentT>, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.UpdateDefinition.IWithVersion<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>
type IUpdateDefinition<'ParentT> = interface
    interface IBlank<'ParentT>
    interface IWithImageOrPublisher<'ParentT>
    interface IWithPublisher<'ParentT>
    interface IWithType<'ParentT>
    interface IWithVersion<'ParentT>
    interface IWithAttach<'ParentT>
    interface IInUpdate<'ParentT>
    interface IWithAutoUpgradeMinorVersion<'ParentT>
    interface IWithSettings<'ParentT>
    interface IWithTags<'ParentT>
Public Interface IUpdateDefinition(Of ParentT)
Implements IBlank(Of ParentT), IInUpdate(Of ParentT), IWithAttach(Of ParentT), IWithAutoUpgradeMinorVersion(Of ParentT), IWithImageOrPublisher(Of ParentT), IWithPublisher(Of ParentT), IWithSettings(Of ParentT), IWithTags(Of ParentT), IWithType(Of ParentT), IWithVersion(Of ParentT)

Type Parameters

ParentT

The stage of the parent update to return to after attaching this definition.

Implements

Methods

Attach() (Inherited from IInUpdate<ParentT>)
WithImage(IVirtualMachineExtensionImage)

Specifies the virtual machine extension image to use.

(Inherited from IWithImageOrPublisher<ParentT>)
WithMinorVersionAutoUpgrade()

Enables auto upgrade of the extension.

(Inherited from IWithAutoUpgradeMinorVersion<ParentT>)
WithoutMinorVersionAutoUpgrade()

Disables auto upgrade of the extension.

(Inherited from IWithAutoUpgradeMinorVersion<ParentT>)
WithProtectedSetting(String, Object)

Specifies a private settings entry.

(Inherited from IWithSettings<ParentT>)
WithProtectedSettings(IDictionary<String,Object>)

Specifies private settings.

(Inherited from IWithSettings<ParentT>)
WithPublicSetting(String, Object)

Specifies a public settings entry.

(Inherited from IWithSettings<ParentT>)
WithPublicSettings(IDictionary<String,Object>)

Specifies public settings.

(Inherited from IWithSettings<ParentT>)
WithPublisher(String)

Specifies the name of the virtual machine extension image publisher.

(Inherited from IWithPublisher<ParentT>)
WithTag(String, String)

Adds a tag to the resource.

(Inherited from IWithTags<ParentT>)
WithTags(IDictionary<String,String>)

Specifies tags for the resource.

(Inherited from IWithTags<ParentT>)
WithType(String)

Specifies the type of the virtual machine extension image.

(Inherited from IWithType<ParentT>)
WithVersion(String)

Specifies the version of the virtual machine image extension.

(Inherited from IWithVersion<ParentT>)

Applies to