你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IDefinition<ParentT> Interface

Definition

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

public interface IDefinition<ParentT> : Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.Definition.IBlank<ParentT>, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.Definition.IWithAttach<ParentT>, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.Definition.IWithAutoUpgradeMinorVersion<ParentT>, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.Definition.IWithImageOrPublisher<ParentT>, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.Definition.IWithPublisher<ParentT>, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.Definition.IWithSettings<ParentT>, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.Definition.IWithTags<ParentT>, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.Definition.IWithType<ParentT>, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.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>
    interface IWithTags<'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), IWithTags(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 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 virtual machine extension.

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

Specifies tags for the virtual machine extension.

(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