RestorePointCollectionSourceProperties コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
RestorePointCollectionSourceProperties() |
RestorePointCollectionSourceProperties クラスの新しいインスタンスを初期化します。 |
RestorePointCollectionSourceProperties(String, String) |
RestorePointCollectionSourceProperties クラスの新しいインスタンスを初期化します。 |
RestorePointCollectionSourceProperties()
RestorePointCollectionSourceProperties クラスの新しいインスタンスを初期化します。
public RestorePointCollectionSourceProperties ();
Public Sub New ()
適用対象
RestorePointCollectionSourceProperties(String, String)
RestorePointCollectionSourceProperties クラスの新しいインスタンスを初期化します。
public RestorePointCollectionSourceProperties (string location = default, string id = default);
new Microsoft.Azure.Management.Compute.Models.RestorePointCollectionSourceProperties : string * string -> Microsoft.Azure.Management.Compute.Models.RestorePointCollectionSourceProperties
Public Sub New (Optional location As String = Nothing, Optional id As String = Nothing)
パラメーター
- location
- String
この復元ポイント コレクションの作成に使用されるソース リソースの場所。
- id
- String
この復元ポイント コレクションの作成に使用されるソース リソースのリソース ID
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET