次の方法で共有


IDefinition インターフェイス

定義

マネージド スナップショット定義の全体。

public interface IDefinition : Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IBlank, Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithCreate, Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithGroup, Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithSnapshotSource, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithCreatableResourceGroup<Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithSnapshotSource>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithSnapshotSource>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithGroup<Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithSnapshotSource>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithNewResourceGroup<Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithSnapshotSource>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithRegion<Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithGroup>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Compute.Fluent.ISnapshot>
type IDefinition = interface
    interface IBlank
    interface IDefinitionWithRegion<IWithGroup>
    interface IWithGroup
    interface IWithGroup<IWithSnapshotSource>
    interface IWithExistingResourceGroup<IWithSnapshotSource>
    interface IWithNewResourceGroup<IWithSnapshotSource>
    interface IWithCreatableResourceGroup<IWithSnapshotSource>
    interface IWithSnapshotSource
    interface IWithWindowsSnapshotSource
    interface IWithLinuxSnapshotSource
    interface IWithDataSnapshotSource
    interface IWithDataSnapshotFromVhd
    interface IWithDataSnapshotFromDisk
    interface IWithDataSnapshotFromSnapshot
    interface IWithCreate
    interface ICreatable<ISnapshot>
    interface IIndexable
    interface IDefinitionWithTags<IWithCreate>
    interface IWithSize
    interface IWithIncremental
    interface IWithSku
Public Interface IDefinition
Implements IBlank, ICreatable(Of ISnapshot), IDefinitionWithRegion(Of IWithGroup), IDefinitionWithTags(Of IWithCreate), IWithCreatableResourceGroup(Of IWithSnapshotSource), IWithCreate, IWithExistingResourceGroup(Of IWithSnapshotSource), IWithGroup, IWithGroup(Of IWithSnapshotSource), IWithNewResourceGroup(Of IWithSnapshotSource), IWithSnapshotSource
実装

プロパティ

Key

マネージド スナップショット定義の全体。

(継承元 IIndexable)
Name

作成可能なリソースの名前を取得します。

(継承元 ICreatable<T>)

メソッド

Create()

作成要求を実行します。

(継承元 ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

要求をキューに格納し、システム リソースが使用可能になったときに HTTP クライアントが要求を実行できるようにします。

(継承元 ICreatable<T>)
WithDataFromDisk(IDisk)

ソース データマネージド ディスクを指定します。

(継承元 IWithDataSnapshotFromDisk)
WithDataFromDisk(String)

ソース データマネージド ディスクの ID を指定します。

(継承元 IWithDataSnapshotFromDisk)
WithDataFromSnapshot(ISnapshot)

ソース データマネージド スナップショットを指定します。

(継承元 IWithDataSnapshotFromSnapshot)
WithDataFromSnapshot(String)

ソース データマネージド スナップショットを指定します。

(継承元 IWithDataSnapshotFromSnapshot)
WithDataFromVhd(String, String)

ソース データ VHD とストレージ アカウント ID を指定します。

(継承元 IWithDataSnapshotFromVhd)
WithExistingResourceGroup(IResourceGroup)

リソースを既存のリソース グループに関連付けます。

(継承元 IWithExistingResourceGroup<T>)
WithExistingResourceGroup(String)

リソースを既存のリソース グループに関連付けます。

(継承元 IWithExistingResourceGroup<T>)
WithIncremental(Boolean)

スナップショットが増分であるかどうかを指定します。

(継承元 IWithIncremental)
WithLinuxFromDisk(IDisk)

ソース Linux OS マネージド ディスクを指定します。

(継承元 IWithLinuxSnapshotSource)
WithLinuxFromDisk(String)

ソース Linux OS マネージド ディスクを指定します。

(継承元 IWithLinuxSnapshotSource)
WithLinuxFromSnapshot(ISnapshot)

ソース Linux OS マネージド スナップショットを指定します。

(継承元 IWithLinuxSnapshotSource)
WithLinuxFromSnapshot(String)

ソース Linux OS マネージド スナップショットを指定します。

(継承元 IWithLinuxSnapshotSource)
WithLinuxFromVhd(String, String)

ソースの特殊化または一般化された Linux OS VHD とストレージ アカウント ID を指定します。

(継承元 IWithLinuxSnapshotSource)
WithNewResourceGroup()

マネージド スナップショット定義の全体。

(継承元 IWithNewResourceGroup<T>)
WithNewResourceGroup(ICreatable<IResourceGroup>)

指定された定義に基づいて、リソースを配置する新しいリソース グループを作成します。

(継承元 IWithCreatableResourceGroup<T>)
WithNewResourceGroup(String)

マネージド スナップショット定義の全体。

(継承元 IWithNewResourceGroup<T>)
WithRegion(Region)

リソースのリージョンを指定します。

(継承元 IDefinitionWithRegion<T>)
WithRegion(String)

リソースのリージョンを名前で指定します。

(継承元 IDefinitionWithRegion<T>)
WithSizeInGB(Int32)

ディスク サイズを指定します。

(継承元 IWithSize)
WithSku(DiskSkuTypes)

SKU の種類を指定します。

(継承元 IWithSku)
WithSku(SnapshotSkuType)

SKU の種類を指定します。

(継承元 IWithSku)
WithTag(String, String)

リソースにタグを追加します。

(継承元 IDefinitionWithTags<T>)
WithTags(IDictionary<String,String>)

リソースのタグを {@link Map} として指定します。

(継承元 IDefinitionWithTags<T>)
WithWindowsFromDisk(IDisk)

ソース Windows OS マネージド ディスクを指定します。

(継承元 IWithWindowsSnapshotSource)
WithWindowsFromDisk(String)

ソース Windows OS マネージド ディスクを指定します。

(継承元 IWithWindowsSnapshotSource)
WithWindowsFromSnapshot(ISnapshot)

ソース Windows OS マネージド スナップショットを指定します。

(継承元 IWithWindowsSnapshotSource)
WithWindowsFromSnapshot(String)

ソース Windows OS マネージド スナップショットを指定します。

(継承元 IWithWindowsSnapshotSource)
WithWindowsFromVhd(String, String)

ソースの特殊化または一般化された Windows OS VHD とストレージ アカウント ID を指定します。

(継承元 IWithWindowsSnapshotSource)

適用対象