SoftwareUpdateConfigurationRun コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
SoftwareUpdateConfigurationRun() |
SoftwareUpdateConfigurationRun クラスの新しいインスタンスを初期化します。 |
SoftwareUpdateConfigurationRun(String, String, UpdateConfigurationNavigation, String, String, String, DateTimeOffset, Nullable<DateTimeOffset>, Nullable<Int32>, Nullable<Int32>, DateTimeOffset, String, DateTimeOffset, String, SoftwareUpdateConfigurationRunTasks) |
SoftwareUpdateConfigurationRun クラスの新しいインスタンスを初期化します。 |
SoftwareUpdateConfigurationRun()
SoftwareUpdateConfigurationRun クラスの新しいインスタンスを初期化します。
public SoftwareUpdateConfigurationRun ();
Public Sub New ()
適用対象
SoftwareUpdateConfigurationRun(String, String, UpdateConfigurationNavigation, String, String, String, DateTimeOffset, Nullable<DateTimeOffset>, Nullable<Int32>, Nullable<Int32>, DateTimeOffset, String, DateTimeOffset, String, SoftwareUpdateConfigurationRunTasks)
SoftwareUpdateConfigurationRun クラスの新しいインスタンスを初期化します。
public SoftwareUpdateConfigurationRun (string name = default, string id = default, Microsoft.Azure.Management.Automation.Models.UpdateConfigurationNavigation softwareUpdateConfiguration = default, string status = default, string configuredDuration = default, string osType = default, DateTimeOffset startTime = default, DateTimeOffset? endTime = default, int? computerCount = default, int? failedCount = default, DateTimeOffset creationTime = default, string createdBy = default, DateTimeOffset lastModifiedTime = default, string lastModifiedBy = default, Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationRunTasks tasks = default);
new Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationRun : string * string * Microsoft.Azure.Management.Automation.Models.UpdateConfigurationNavigation * string * string * string * DateTimeOffset * Nullable<DateTimeOffset> * Nullable<int> * Nullable<int> * DateTimeOffset * string * DateTimeOffset * string * Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationRunTasks -> Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationRun
Public Sub New (Optional name As String = Nothing, Optional id As String = Nothing, Optional softwareUpdateConfiguration As UpdateConfigurationNavigation = Nothing, Optional status As String = Nothing, Optional configuredDuration As String = Nothing, Optional osType As String = Nothing, Optional startTime As DateTimeOffset = Nothing, Optional endTime As Nullable(Of DateTimeOffset) = Nothing, Optional computerCount As Nullable(Of Integer) = Nothing, Optional failedCount As Nullable(Of Integer) = Nothing, Optional creationTime As DateTimeOffset = Nothing, Optional createdBy As String = Nothing, Optional lastModifiedTime As DateTimeOffset = Nothing, Optional lastModifiedBy As String = Nothing, Optional tasks As SoftwareUpdateConfigurationRunTasks = Nothing)
パラメーター
- name
- String
ソフトウェア更新プログラムの構成実行の名前。
- id
- String
ソフトウェア更新プログラム構成の実行のリソース ID
- softwareUpdateConfiguration
- UpdateConfigurationNavigation
この実行をトリガーしたソフトウェア更新プログラムの構成
- status
- String
ソフトウェア更新プログラム構成の実行の状態。
- configuredDuration
- String
ソフトウェア更新プログラムの構成実行の構成期間。
- osType
- String
この実行をトリガーしたソフトウェア更新プログラム構成のオペレーティング システム ターゲット
- startTime
- DateTimeOffset
ソフトウェア更新プログラム構成の実行の開始時刻。
- endTime
- Nullable<DateTimeOffset>
ソフトウェア更新プログラム構成の実行の終了時刻。
- creationTime
- DateTimeOffset
応答にのみ表示されるリソースの作成時間。
- createdBy
- String
CreatedBy プロパティ。応答にのみ表示されます。
- lastModifiedTime
- DateTimeOffset
前回リソースが変更されました。これは応答にのみ表示されます。
- lastModifiedBy
- String
LastModifiedBy プロパティ。応答にのみ表示されます。
この実行でトリガーされるソフトウェア更新プログラムの構成タスク
適用対象
Azure SDK for .NET