DiskRestorePoint コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
DiskRestorePoint() |
DiskRestorePoint クラスの新しいインスタンスを初期化します。 |
DiskRestorePoint(String, String, String, Nullable<DateTime>, String, Nullable<OperatingSystemTypes>, String, PurchasePlan, String, String, Encryption, Nullable<Boolean>) |
DiskRestorePoint クラスの新しいインスタンスを初期化します。 |
DiskRestorePoint(String, String, String, Nullable<DateTime>, String, Nullable<OperatingSystemTypes>, String, PurchasePlan, SupportedCapabilities, String, String, Encryption, Nullable<Boolean>, String, String, String, Nullable<Double>, String, String, DiskSecurityProfile) |
DiskRestorePoint クラスの新しいインスタンスを初期化します。 |
DiskRestorePoint()
DiskRestorePoint クラスの新しいインスタンスを初期化します。
public DiskRestorePoint ();
Public Sub New ()
適用対象
DiskRestorePoint(String, String, String, Nullable<DateTime>, String, Nullable<OperatingSystemTypes>, String, PurchasePlan, String, String, Encryption, Nullable<Boolean>)
DiskRestorePoint クラスの新しいインスタンスを初期化します。
public DiskRestorePoint (string id, string name, string type, DateTime? timeCreated, string sourceResourceId, Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes? osType, string hyperVGeneration, Microsoft.Azure.Management.Compute.Models.PurchasePlan purchasePlan, string familyId, string sourceUniqueId = default, Microsoft.Azure.Management.Compute.Models.Encryption encryption = default, bool? supportsHibernation = default);
new Microsoft.Azure.Management.Compute.Models.DiskRestorePoint : string * string * string * Nullable<DateTime> * string * Nullable<Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes> * string * Microsoft.Azure.Management.Compute.Models.PurchasePlan * string * string * Microsoft.Azure.Management.Compute.Models.Encryption * Nullable<bool> -> Microsoft.Azure.Management.Compute.Models.DiskRestorePoint
Public Sub New (id As String, name As String, type As String, timeCreated As Nullable(Of DateTime), sourceResourceId As String, osType As Nullable(Of OperatingSystemTypes), hyperVGeneration As String, purchasePlan As PurchasePlan, familyId As String, Optional sourceUniqueId As String = Nothing, Optional encryption As Encryption = Nothing, Optional supportsHibernation As Nullable(Of Boolean) = Nothing)
パラメーター
- id
- String
リソース ID
- name
- String
リソース名
- type
- String
リソースの種類
- sourceResourceId
- String
ソース ディスクの arm ID
- osType
- Nullable<OperatingSystemTypes>
オペレーティング システムの種類。 使用可能な値は、'Windows'、'Linux' です。
- hyperVGeneration
- String
仮想マシンのハイパーバイザーの生成。 OS ディスクにのみ適用されます。 使用できる値は、'V1'、'V2' です。
- purchasePlan
- PurchasePlan
OS ディスクの作成元のイメージの購入プラン情報。
- familyId
- String
バッキング スナップショットの MIS ファミリの ID
- sourceUniqueId
- String
ソース ディスクの一意の化身 ID
- encryption
- Encryption
Encryption プロパティは、カスタマー マネージド キーまたはプラットフォーム マネージド キーを使用して保存データを暗号化するために使用できます。
適用対象
DiskRestorePoint(String, String, String, Nullable<DateTime>, String, Nullable<OperatingSystemTypes>, String, PurchasePlan, SupportedCapabilities, String, String, Encryption, Nullable<Boolean>, String, String, String, Nullable<Double>, String, String, DiskSecurityProfile)
DiskRestorePoint クラスの新しいインスタンスを初期化します。
public DiskRestorePoint (string id = default, string name = default, string type = default, DateTime? timeCreated = default, string sourceResourceId = default, Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes? osType = default, string hyperVGeneration = default, Microsoft.Azure.Management.Compute.Models.PurchasePlan purchasePlan = default, Microsoft.Azure.Management.Compute.Models.SupportedCapabilities supportedCapabilities = default, string familyId = default, string sourceUniqueId = default, Microsoft.Azure.Management.Compute.Models.Encryption encryption = default, bool? supportsHibernation = default, string networkAccessPolicy = default, string publicNetworkAccess = default, string diskAccessId = default, double? completionPercent = default, string replicationState = default, string sourceResourceLocation = default, Microsoft.Azure.Management.Compute.Models.DiskSecurityProfile securityProfile = default);
new Microsoft.Azure.Management.Compute.Models.DiskRestorePoint : string * string * string * Nullable<DateTime> * string * Nullable<Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes> * string * Microsoft.Azure.Management.Compute.Models.PurchasePlan * Microsoft.Azure.Management.Compute.Models.SupportedCapabilities * string * string * Microsoft.Azure.Management.Compute.Models.Encryption * Nullable<bool> * string * string * string * Nullable<double> * string * string * Microsoft.Azure.Management.Compute.Models.DiskSecurityProfile -> Microsoft.Azure.Management.Compute.Models.DiskRestorePoint
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional timeCreated As Nullable(Of DateTime) = Nothing, Optional sourceResourceId As String = Nothing, Optional osType As Nullable(Of OperatingSystemTypes) = Nothing, Optional hyperVGeneration As String = Nothing, Optional purchasePlan As PurchasePlan = Nothing, Optional supportedCapabilities As SupportedCapabilities = Nothing, Optional familyId As String = Nothing, Optional sourceUniqueId As String = Nothing, Optional encryption As Encryption = Nothing, Optional supportsHibernation As Nullable(Of Boolean) = Nothing, Optional networkAccessPolicy As String = Nothing, Optional publicNetworkAccess As String = Nothing, Optional diskAccessId As String = Nothing, Optional completionPercent As Nullable(Of Double) = Nothing, Optional replicationState As String = Nothing, Optional sourceResourceLocation As String = Nothing, Optional securityProfile As DiskSecurityProfile = Nothing)
パラメーター
- id
- String
リソース ID
- name
- String
リソース名
- type
- String
リソースの種類
- sourceResourceId
- String
ソース ディスクまたはソース ディスク復元ポイントの arm ID。
- osType
- Nullable<OperatingSystemTypes>
オペレーティング システムの種類。 使用可能な値は、'Windows'、'Linux' です。
- hyperVGeneration
- String
仮想マシンのハイパーバイザーの生成。 OS ディスクにのみ適用されます。 使用できる値は、'V1'、'V2' です。
- purchasePlan
- PurchasePlan
OS ディスクの作成元のイメージの購入プラン情報。
- supportedCapabilities
- SupportedCapabilities
OS ディスクの作成元のイメージでサポートされている機能の一覧。
- familyId
- String
バッキング スナップショットの MIS ファミリの ID
- sourceUniqueId
- String
ソース ディスクの一意の化身 ID
- encryption
- Encryption
Encryption プロパティは、カスタマー マネージド キーまたはプラットフォーム マネージド キーを使用して保存データを暗号化するために使用できます。
- networkAccessPolicy
- String
使用可能な値は、'AllowAll'、'AllowPrivate'、'DenyAll' です。
- publicNetworkAccess
- String
使用可能な値は次のとおりです: 'Enabled'、'Disabled'
- diskAccessId
- String
ディスク上のプライベート エンドポイントを使用するための DiskAccess リソースの ARM ID。
- replicationState
- String
ソース リソースが別のリージョンからの場合のディスク復元ポイントのレプリケーション状態。
- sourceResourceLocation
- String
ソース リソースが別のリージョンからの場合のソース ディスクまたはソース ディスクの復元ポイントの場所。
- securityProfile
- DiskSecurityProfile
リソースのセキュリティ関連情報が含まれます。
適用対象
Azure SDK for .NET