次の方法で共有


UpgradeOperationHistoricalStatusInfoProperties.StartedBy プロパティ

定義

アップグレード操作の呼び出し側を取得します。 使用可能な値は、'Unknown'、'User'、'Platform' です。

[Newtonsoft.Json.JsonProperty(PropertyName="startedBy")]
public Microsoft.Azure.Management.Compute.Fluent.Models.UpgradeOperationInvoker? StartedBy { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="startedBy")>]
member this.StartedBy : Nullable<Microsoft.Azure.Management.Compute.Fluent.Models.UpgradeOperationInvoker>
Public ReadOnly Property StartedBy As Nullable(Of UpgradeOperationInvoker)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象