SnapshotUpdate クラス

定義

スナップショット更新リソース。

[Microsoft.Rest.Serialization.JsonTransformation]
public class SnapshotUpdate
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SnapshotUpdate = class
Public Class SnapshotUpdate
継承
SnapshotUpdate
属性

コンストラクター

SnapshotUpdate()

SnapshotUpdate クラスの新しいインスタンスを初期化します。

SnapshotUpdate(Nullable<OperatingSystemTypes>, Nullable<Int32>, EncryptionSettingsCollection, Encryption, String, String)

SnapshotUpdate クラスの新しいインスタンスを初期化します。

SnapshotUpdate(Nullable<OperatingSystemTypes>, Nullable<Int32>, EncryptionSettingsCollection, Encryption, String, String, IDictionary<String,String>)

スナップショット更新リソース。

SnapshotUpdate(Nullable<OperatingSystemTypes>, Nullable<Int32>, EncryptionSettingsCollection, Encryption, String, String, IDictionary<String, String>, SnapshotSku)

SnapshotUpdate クラスの新しいインスタンスを初期化します。

SnapshotUpdate(Nullable<OperatingSystemTypes>, Nullable<Int32>, EncryptionSettingsCollection, Encryption, String, String, Nullable<Boolean>, IDictionary<String,String>, SnapshotSku)

SnapshotUpdate クラスの新しいインスタンスを初期化します。

SnapshotUpdate(Nullable<OperatingSystemTypes>, Nullable<Int32>, EncryptionSettingsCollection, Encryption, String, String, Nullable<Boolean>, String, String, SupportedCapabilities, IDictionary<String,String>, SnapshotSku)

SnapshotUpdate クラスの新しいインスタンスを初期化します。

SnapshotUpdate(Nullable<OperatingSystemTypes>, Nullable<Int32>, EncryptionSettingsCollection, Encryption, String, String, Nullable<Boolean>, String, SupportedCapabilities, IDictionary<String,String>, SnapshotSku)

SnapshotUpdate クラスの新しいインスタンスを初期化します。

プロパティ

DataAccessAuthMode

使用可能な値を取得または設定します。'AzureActiveDirectory'、'None'

DiskAccessId

ディスクでプライベート エンドポイントを使用するための DiskAccess リソースの ARM ID を取得または設定します。

DiskSizeGB

creationData.createOption が空の場合、このフィールドは必須であり、作成するディスクのサイズを示す値を取得または設定します。 このフィールドが他のオプションを使用して更新または作成するために存在する場合は、サイズ変更を示します。 サイズ変更は、ディスクが実行中の VM に接続されていない場合にのみ許可され、ディスクのサイズのみを増やすことができます。

Encryption

暗号化プロパティを取得または設定すると、カスタマー マネージド キーまたはプラットフォーム マネージド キーを使用して保存データを暗号化できます。

EncryptionSettingsCollection

Azure Disk Encryption で使用される暗号化設定コレクションを取得または設定します。ディスクまたはスナップショットごとに複数の暗号化設定を含めることができます。

NetworkAccessPolicy

使用可能な値を取得または設定します。 'AllowAll'、'AllowPrivate'、'DenyAll'

OsType

オペレーティング システムの種類を取得または設定します。 使用可能な値は、'Windows'、'Linux' です。

PublicNetworkAccess

使用可能な値を取得または設定します: 'Enabled'、'Disabled'

Sku

スナップショット更新リソース。

SupportedCapabilities

OS ディスクの作成元のイメージでサポートされている機能の一覧を取得または設定します。

SupportsHibernation

休止状態をサポートするスナップショット上の OS を示す値を取得または設定します。

Tags

リソース タグを取得または設定します

メソッド

Validate()

オブジェクトを検証します。

適用対象