次の方法で共有


DeploymentOperationProperties.StatusMessage プロパティ

定義

リソース プロバイダーから操作の状態メッセージを取得します。 このプロパティは省略可能です。 これは、リソース プロバイダーからエラーが発生した場合にのみ提供されます。

[Newtonsoft.Json.JsonProperty(PropertyName="statusMessage")]
public Microsoft.Azure.Management.ResourceManager.Models.StatusMessage StatusMessage { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="statusMessage")>]
member this.StatusMessage : Microsoft.Azure.Management.ResourceManager.Models.StatusMessage
Public ReadOnly Property StatusMessage As StatusMessage

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象