次の方法で共有


RolloutStep.Messages プロパティ

定義

ロールアウト中の補足情報メッセージを取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象