次の方法で共有


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>)

適用対象