ApplyUpdate コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ApplyUpdate() |
ApplyUpdate クラスの新しいインスタンスを初期化します。 |
ApplyUpdate(String, String, String, SystemData, String, String, Nullable<DateTime>) |
ApplyUpdate クラスの新しいインスタンスを初期化します。 |
ApplyUpdate()
ApplyUpdate クラスの新しいインスタンスを初期化します。
public ApplyUpdate();
Public Sub New ()
適用対象
ApplyUpdate(String, String, String, SystemData, String, String, Nullable<DateTime>)
ApplyUpdate クラスの新しいインスタンスを初期化します。
public ApplyUpdate(string id = default, string name = default, string type = default, Microsoft.Azure.Management.Maintenance.Models.SystemData systemData = default, string status = default, string resourceId = default, DateTime? lastUpdateTime = default);
new Microsoft.Azure.Management.Maintenance.Models.ApplyUpdate : string * string * string * Microsoft.Azure.Management.Maintenance.Models.SystemData * string * string * Nullable<DateTime> -> Microsoft.Azure.Management.Maintenance.Models.ApplyUpdate
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional status As String = Nothing, Optional resourceId As String = Nothing, Optional lastUpdateTime As Nullable(Of DateTime) = Nothing)
パラメーター
- id
- String
リソースの完全修飾識別子
- name
- String
リソースの名前
- type
- String
リソースの種類
- systemData
- SystemData
createdBy および modifiedBy 情報を含む Azure Resource Manager メタデータ。
- status
- String
ステータス。 使用可能な値は、'Pending'、'InProgress'、'Completed'、'RetryNow'、'RetryLater' です。
- resourceId
- String
resourceId
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET