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

ISnapshot 接口

定义

Azure 托管快照的不可变客户端表示形式。

public interface ISnapshot : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IGroupableResource<Microsoft.Azure.Management.Compute.Fluent.IComputeManager,Microsoft.Azure.Management.Compute.Fluent.Models.SnapshotInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Compute.Fluent.Models.SnapshotInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Compute.Fluent.IComputeManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Compute.Fluent.ISnapshot>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Compute.Fluent.Snapshot.Update.IUpdate>
type ISnapshot = interface
    interface IGroupableResource<IComputeManager, SnapshotInner>
    interface IResource
    interface IIndexable
    interface IHasId
    interface IHasName
    interface IHasResourceGroup
    interface IHasManager<IComputeManager>
    interface IHasInner<SnapshotInner>
    interface IRefreshable<ISnapshot>
    interface IUpdatable<IUpdate>
Public Interface ISnapshot
Implements IGroupableResource(Of IComputeManager, SnapshotInner), IHasInner(Of SnapshotInner), IHasManager(Of IComputeManager), IRefreshable(Of ISnapshot), IUpdatable(Of IUpdate)
实现

属性

CreationMethod

获取快照创建方法。

Id

获取资源 ID 字符串

(继承自 IHasId)
Incremental

获取或设置快照是否为增量。 同一磁盘上的增量快照比完整快照占用的空间少,可以进行差异。

Inner

Azure 托管快照的不可变客户端表示形式。

(继承自 IHasInner<T>)
Key

Azure 托管快照的不可变客户端表示形式。

(继承自 IIndexable)
Manager

获取此资源类型的管理器客户端类型。

(继承自 IHasManager<ManagerT>)
Name

获取资源的名称

(继承自 IHasName)
OSType

获取快照中的操作系统类型。

Region

Azure 托管快照的不可变客户端表示形式。

(继承自 IResource)
RegionName

Azure 托管快照的不可变客户端表示形式。

(继承自 IResource)
ResourceGroupName

Azure 托管快照的不可变客户端表示形式。

(继承自 IHasResourceGroup)
SizeInGB

获取磁盘大小(以 GB 为单位)。

Sku

获取改用 Snapshot.skuType () 。

SkuType

获取快照 SKU 类型。

Source

获取从中创建快照的源的详细信息。

Tags

Azure 托管快照的不可变客户端表示形式。

(继承自 IResource)
Type

Azure 托管快照的不可变客户端表示形式。

(继承自 IResource)

方法

GrantAccess(Int32)

授予对快照的访问权限。

GrantAccessAsync(Int32, CancellationToken)

以异步方式授予对快照的访问权限。

Refresh()

刷新资源以与 Azure 同步。

(继承自 IRefreshable<T>)
RefreshAsync(CancellationToken)

刷新资源以与 Azure 同步。

(继承自 IRefreshable<T>)
RevokeAccess()

撤销授予快照的访问权限。

RevokeAccessAsync(CancellationToken)

以异步方式撤销授予快照的访问权限。

Update()

Azure 托管快照的不可变客户端表示形式。

(继承自 IUpdatable<T>)

适用于