IDefinition<ParentT> Interface

Definition

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

public interface IDefinition<ParentT> : Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSetExtension.Definition.IBlank<ParentT>, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSetExtension.Definition.IWithAttach<ParentT>, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSetExtension.Definition.IWithAutoUpgradeMinorVersion<ParentT>, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSetExtension.Definition.IWithImageOrPublisher<ParentT>, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSetExtension.Definition.IWithPublisher<ParentT>, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSetExtension.Definition.IWithSettings<ParentT>, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSetExtension.Definition.IWithType<ParentT>, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSetExtension.Definition.IWithVersion<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IDefinition<'ParentT> = interface
    interface IBlank<'ParentT>
    interface IWithImageOrPublisher<'ParentT>
    interface IWithPublisher<'ParentT>
    interface IWithType<'ParentT>
    interface IWithVersion<'ParentT>
    interface IWithAttach<'ParentT>
    interface IInDefinition<'ParentT>
    interface IWithAutoUpgradeMinorVersion<'ParentT>
    interface IWithSettings<'ParentT>
Public Interface IDefinition(Of ParentT)
Implements IBlank(Of ParentT), IInDefinition(Of ParentT), IWithAttach(Of ParentT), IWithAutoUpgradeMinorVersion(Of ParentT), IWithImageOrPublisher(Of ParentT), IWithPublisher(Of ParentT), IWithSettings(Of ParentT), IWithType(Of ParentT), IWithVersion(Of ParentT)

Type Parameters

ParentT

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

Implements

Methods

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

Specifies the virtual machine scale set extension image to use.

(Inherited from IWithImageOrPublisher<ParentT>)
WithMinorVersionAutoUpgrade()

Enables auto upgrading of the extension with minor versions.

(Inherited from IWithAutoUpgradeMinorVersion<ParentT>)
WithoutMinorVersionAutoUpgrade()

Disables auto upgrading the extension with minor versions.

(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 publisher of the virtual machine scale set extension image.

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

Specifies the type of the virtual machine scale set extension image.

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

Specifies the version of the virtual machine scale set image extension.

(Inherited from IWithVersion<ParentT>)

Applies to