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

IDefinition 接口

定义

整个映像定义。

public interface IDefinition : Microsoft.Azure.Management.Compute.Fluent.VirtualMachineCustomImage.Definition.IBlank, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineCustomImage.Definition.IWithCreateAndDataDiskImageOSDiskSettings, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineCustomImage.Definition.IWithGroup, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineCustomImage.Definition.IWithHyperVGeneration, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithCreatableResourceGroup<Microsoft.Azure.Management.Compute.Fluent.VirtualMachineCustomImage.Definition.IWithHyperVGeneration>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.Compute.Fluent.VirtualMachineCustomImage.Definition.IWithHyperVGeneration>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithGroup<Microsoft.Azure.Management.Compute.Fluent.VirtualMachineCustomImage.Definition.IWithHyperVGeneration>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithNewResourceGroup<Microsoft.Azure.Management.Compute.Fluent.VirtualMachineCustomImage.Definition.IWithHyperVGeneration>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithRegion<Microsoft.Azure.Management.Compute.Fluent.VirtualMachineCustomImage.Definition.IWithGroup>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.Compute.Fluent.VirtualMachineCustomImage.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineCustomImage>
type IDefinition = interface
    interface IBlank
    interface IDefinitionWithRegion<IWithGroup>
    interface IWithGroup
    interface IWithGroup<IWithHyperVGeneration>
    interface IWithExistingResourceGroup<IWithHyperVGeneration>
    interface IWithNewResourceGroup<IWithHyperVGeneration>
    interface IWithCreatableResourceGroup<IWithHyperVGeneration>
    interface IWithHyperVGeneration
    interface IWithOSDiskImageSourceAltVirtualMachineSource
    interface IWithOSDiskImageSource
    interface IWithSourceVirtualMachine
    interface IWithCreateAndDataDiskImageOSDiskSettings
    interface IWithCreate
    interface IWithZoneResilient
    interface IBeta
    interface ICreatable<IVirtualMachineCustomImage>
    interface IIndexable
    interface IDefinitionWithTags<IWithCreate>
    interface IWithOSDiskSettings
    interface IWithDataDiskImage
Public Interface IDefinition
Implements IBeta, IBlank, ICreatable(Of IVirtualMachineCustomImage), IDefinitionWithRegion(Of IWithGroup), IDefinitionWithTags(Of IWithCreate), IWithCreatableResourceGroup(Of IWithHyperVGeneration), IWithCreateAndDataDiskImageOSDiskSettings, IWithExistingResourceGroup(Of IWithHyperVGeneration), IWithGroup, IWithGroup(Of IWithHyperVGeneration), IWithHyperVGeneration, IWithNewResourceGroup(Of IWithHyperVGeneration)
实现

属性

Key

整个映像定义。

(继承自 IIndexable)
Name

获取可创建资源的名称。

(继承自 ICreatable<T>)

方法

Create()

执行创建请求。

(继承自 ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

将请求放入队列,并允许 HTTP 客户端在系统资源可用时执行该请求。

(继承自 ICreatable<T>)
DefineDataDiskImage()

开始定义要添加到映像的新数据磁盘映像。

(继承自 IWithDataDiskImage)
FromVirtualMachine(IVirtualMachine)

使用虚拟机的 OS 和数据磁盘作为此映像的 OS 磁盘映像和数据磁盘映像的源。

(继承自 IWithSourceVirtualMachine)
FromVirtualMachine(String)

使用虚拟机的 OS 磁盘和数据磁盘作为此映像的 OS 磁盘映像和数据磁盘映像的源。

(继承自 IWithSourceVirtualMachine)
WithDataDiskImageFromManagedDisk(String)

添加一个数据磁盘映像,其中现有托管磁盘作为源。

(继承自 IWithDataDiskImage)
WithDataDiskImageFromSnapshot(String)

添加具有现有快照作为源的数据磁盘映像。

(继承自 IWithDataDiskImage)
WithDataDiskImageFromVhd(String)

添加以虚拟硬盘作为源的数据磁盘映像。

(继承自 IWithDataDiskImage)
WithExistingResourceGroup(IResourceGroup)

将资源与现有资源组相关联。

(继承自 IWithExistingResourceGroup<T>)
WithExistingResourceGroup(String)

将资源与现有资源组相关联。

(继承自 IWithExistingResourceGroup<T>)
WithHyperVGeneration(HyperVGenerationTypes)

指定 Hyper-V 映像生成。

(继承自 IWithHyperVGeneration)
WithLinuxFromDisk(IDisk, OperatingSystemStateTypes)

指定 OS 磁盘映像的 Linux 源托管磁盘。

(继承自 IWithOSDiskImageSource)
WithLinuxFromDisk(String, OperatingSystemStateTypes)

指定 OS 磁盘映像的 Linux 源托管磁盘。

(继承自 IWithOSDiskImageSource)
WithLinuxFromSnapshot(ISnapshot, OperatingSystemStateTypes)

指定 OS 磁盘映像的 Linux 源快照。

(继承自 IWithOSDiskImageSource)
WithLinuxFromSnapshot(String, OperatingSystemStateTypes)

指定 OS 磁盘映像的 Linux 源快照。

(继承自 IWithOSDiskImageSource)
WithLinuxFromVhd(String, OperatingSystemStateTypes)

指定 OS 磁盘映像的 Linux 源本机 VHD。

(继承自 IWithOSDiskImageSource)
WithNewResourceGroup()

整个映像定义。

(继承自 IWithNewResourceGroup<T>)
WithNewResourceGroup(ICreatable<IResourceGroup>)

根据指定的定义创建一个新的资源组来放置资源。

(继承自 IWithCreatableResourceGroup<T>)
WithNewResourceGroup(String)

整个映像定义。

(继承自 IWithNewResourceGroup<T>)
WithOSDiskCaching(CachingTypes)

指定 OS 磁盘的缓存类型。

(继承自 IWithOSDiskSettings)
WithOSDiskSizeInGB(Int32)

指定 OS 磁盘的大小(以 GB 为单位)。

(继承自 IWithOSDiskSettings)
WithRegion(Region)

指定资源的区域。

(继承自 IDefinitionWithRegion<T>)
WithRegion(String)

按名称指定资源的区域。

(继承自 IDefinitionWithRegion<T>)
WithTag(String, String)

将标记添加到资源。

(继承自 IDefinitionWithTags<T>)
WithTags(IDictionary<String,String>)

将资源的标记指定为 {@link Map}。

(继承自 IDefinitionWithTags<T>)
WithWindowsFromDisk(IDisk, OperatingSystemStateTypes)

指定 OS 磁盘映像的 Windows 源托管磁盘。

(继承自 IWithOSDiskImageSource)
WithWindowsFromDisk(String, OperatingSystemStateTypes)

指定 OS 磁盘映像的 Windows 源托管磁盘。

(继承自 IWithOSDiskImageSource)
WithWindowsFromSnapshot(ISnapshot, OperatingSystemStateTypes)

指定 OS 磁盘映像的 Windows 源快照。

(继承自 IWithOSDiskImageSource)
WithWindowsFromSnapshot(String, OperatingSystemStateTypes)

指定 OS 磁盘映像的 Windows 源快照。

(继承自 IWithOSDiskImageSource)
WithWindowsFromVhd(String, OperatingSystemStateTypes)

指定 OS 磁盘映像的 Windows 源本机 VHD。

(继承自 IWithOSDiskImageSource)
WithZoneResilient()

指定应为映像启用区域复原。

(继承自 IWithZoneResilient)

适用于