次の方法で共有


ValidateAddressResponse.SuggestedAddresses プロパティ

定義

推奨されるアドレスの一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象