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

VirtualMachineOSImageOperationsExtensions 类

定义

服务管理 API 提供对许多功能的可编程访问,这些功能通过管理门户提供。 服务管理 API 是一个 REST API。 所有 API 操作都通过 SSL 执行,并使用 X.509 v3 证书相互进行身份验证。 (有关详细信息,请参阅 http://msdn.microsoft.com/en-us/library/windowsazure/ee460799.aspx)

public static class VirtualMachineOSImageOperationsExtensions
type VirtualMachineOSImageOperationsExtensions = class
Public Module VirtualMachineOSImageOperationsExtensions
继承
VirtualMachineOSImageOperationsExtensions

方法

BeginSharing(IVirtualMachineOSImageOperations, String, String)

共享已复制的 OS 映像。 此操作仅适用于发布者。 你必须在 Windows Azure 中注册为映像发布者才能调用此映像。

BeginSharingAsync(IVirtualMachineOSImageOperations, String, String)

共享已复制的 OS 映像。 此操作仅适用于发布者。 你必须在 Windows Azure 中注册为映像发布者才能调用此映像。

BeginUnreplicating(IVirtualMachineOSImageOperations, String)

将 OS 映像取消复制到多个目标位置。 此操作仅适用于发布者。 你必须在 Windows Azure 中注册为映像发布者才能调用此映像。 注意:该操作将删除用户 OS 映像的已发布副本。 它不会删除实际用户 OS 映像。 若要删除实际用户 OS 映像,发布者必须调用“删除 OS 映像”。

BeginUnreplicatingAsync(IVirtualMachineOSImageOperations, String)

将 OS 映像取消复制到多个目标位置。 此操作仅适用于发布者。 你必须在 Windows Azure 中注册为映像发布者才能调用此映像。 注意:该操作将删除用户 OS 映像的已发布副本。 它不会删除实际用户 OS 映像。 若要删除实际用户 OS 映像,发布者必须调用“删除 OS 映像”。

Create(IVirtualMachineOSImageOperations, VirtualMachineOSImageCreateParameters)

“创建 OS 映像”操作添加一个操作系统映像,该映像存储在存储帐户中,可从映像存储库获取。 (有关详细信息,请参阅 http://msdn.microsoft.com/en-us/library/windowsazure/jj157192.aspx)

CreateAsync(IVirtualMachineOSImageOperations, VirtualMachineOSImageCreateParameters)

“创建 OS 映像”操作添加一个操作系统映像,该映像存储在存储帐户中,可从映像存储库获取。 (有关详细信息,请参阅 http://msdn.microsoft.com/en-us/library/windowsazure/jj157192.aspx)

Delete(IVirtualMachineOSImageOperations, String, Boolean)

删除 OS 映像操作会从映像存储库中删除指定的 OS 映像。 (有关详细信息,请参阅 http://msdn.microsoft.com/en-us/library/windowsazure/jj157203.aspx)

DeleteAsync(IVirtualMachineOSImageOperations, String, Boolean)

删除 OS 映像操作会从映像存储库中删除指定的 OS 映像。 (有关详细信息,请参阅 http://msdn.microsoft.com/en-us/library/windowsazure/jj157203.aspx)

Get(IVirtualMachineOSImageOperations, String)

“获取 OS 映像”操作从映像存储库中检索操作系统映像的详细信息。 (有关详细信息,请参阅 http://msdn.microsoft.com/en-us/library/windowsazure/jj157191.aspx)

GetAsync(IVirtualMachineOSImageOperations, String)

“获取 OS 映像”操作从映像存储库中检索操作系统映像的详细信息。 (有关详细信息,请参阅 http://msdn.microsoft.com/en-us/library/windowsazure/jj157191.aspx)

GetDetails(IVirtualMachineOSImageOperations, String)

获取 OS 映像的属性及其复制详细信息。 此操作仅适用于发布者。 你必须在 Windows Azure 中注册为映像发布者才能调用此映像。

GetDetailsAsync(IVirtualMachineOSImageOperations, String)

获取 OS 映像的属性及其复制详细信息。 此操作仅适用于发布者。 你必须在 Windows Azure 中注册为映像发布者才能调用此映像。

List(IVirtualMachineOSImageOperations)

列出 OS 映像操作从映像存储库中检索操作系统映像的列表。 (有关详细信息,请参阅 http://msdn.microsoft.com/en-us/library/windowsazure/jj157191.aspx)

ListAsync(IVirtualMachineOSImageOperations)

列出 OS 映像操作从映像存储库中检索操作系统映像的列表。 (有关详细信息,请参阅 http://msdn.microsoft.com/en-us/library/windowsazure/jj157191.aspx)

Replicate(IVirtualMachineOSImageOperations, String, VirtualMachineOSImageReplicateParameters)

将 OS 映像复制到多个目标位置。 此操作仅适用于发布者。 你必须在 Windows Azure 中注册为映像发布者才能调用此映像。

ReplicateAsync(IVirtualMachineOSImageOperations, String, VirtualMachineOSImageReplicateParameters)

将 OS 映像复制到多个目标位置。 此操作仅适用于发布者。 你必须在 Windows Azure 中注册为映像发布者才能调用此映像。

Share(IVirtualMachineOSImageOperations, String, String)

共享已复制的 OS 映像。 此操作仅适用于发布者。 你必须在 Windows Azure 中注册为映像发布者才能调用此映像。

ShareAsync(IVirtualMachineOSImageOperations, String, String)

共享已复制的 OS 映像。 此操作仅适用于发布者。 你必须在 Windows Azure 中注册为映像发布者才能调用此映像。

Unreplicate(IVirtualMachineOSImageOperations, String)

将 OS 映像取消复制到多个目标位置。 此操作仅适用于发布者。 你必须在 Windows Azure 中注册为映像发布者才能调用此映像。 注意:该操作将删除用户 OS 映像的已发布副本。 它不会删除实际用户 OS 映像。 若要删除实际用户 OS 映像,发布者必须调用“删除 OS 映像”。

UnreplicateAsync(IVirtualMachineOSImageOperations, String)

将 OS 映像取消复制到多个目标位置。 此操作仅适用于发布者。 你必须在 Windows Azure 中注册为映像发布者才能调用此映像。 注意:该操作将删除用户 OS 映像的已发布副本。 它不会删除实际用户 OS 映像。 若要删除实际用户 OS 映像,发布者必须调用“删除 OS 映像”。

Update(IVirtualMachineOSImageOperations, String, VirtualMachineOSImageUpdateParameters)

更新 OS 映像操作更新映像存储库中的 OS 映像。 (有关详细信息,请参阅 http://msdn.microsoft.com/en-us/library/windowsazure/jj157198.aspx)

UpdateAsync(IVirtualMachineOSImageOperations, String, VirtualMachineOSImageUpdateParameters)

更新 OS 映像操作更新映像存储库中的 OS 映像。 (有关详细信息,请参阅 http://msdn.microsoft.com/en-us/library/windowsazure/jj157198.aspx)

适用于