次の方法で共有


ManagedInstanceOperationSteps.StepsList プロパティ

定義

操作ステップの一覧を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="stepsList")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.UpsertManagedServerOperationStep> StepsList { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="stepsList")>]
member this.StepsList : System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.UpsertManagedServerOperationStep>
Public ReadOnly Property StepsList As IList(Of UpsertManagedServerOperationStep)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象