次の方法で共有


WebApplicationFirewallPolicy.ResourceState プロパティ

定義

ポリシーのリソースの状態を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.resourceState")]
public string ResourceState { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.resourceState")>]
member this.ResourceState : string
Public ReadOnly Property ResourceState As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

ポリシーのリソースの状態。 使用可能な値には、'Creating'、'Enableding'、'Enabled'、'Disableding'、'Disabled'、'Removeing' などがあります。

適用対象