次の方法で共有


ActionGroupResource.AzureAppPushReceivers プロパティ

定義

このアクション グループの一部である AzureAppPush レシーバーの一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.azureAppPushReceivers")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.AzureAppPushReceiver> AzureAppPushReceivers { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.azureAppPushReceivers")>]
member this.AzureAppPushReceivers : System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.AzureAppPushReceiver> with get, set
Public Property AzureAppPushReceivers As IList(Of AzureAppPushReceiver)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象