次の方法で共有


PublicIPAddressInner.PublicIPAllocationMethod プロパティ

定義

パブリック IP アドレスの割り当て方法を取得または設定します。 使用可能な値は次のとおりです: 'Static'、'Dynamic'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.publicIPAllocationMethod")]
public Microsoft.Azure.Management.Network.Fluent.Models.IPAllocationMethod PublicIPAllocationMethod { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.publicIPAllocationMethod")>]
member this.PublicIPAllocationMethod : Microsoft.Azure.Management.Network.Fluent.Models.IPAllocationMethod with get, set
Public Property PublicIPAllocationMethod As IPAllocationMethod

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象