次の方法で共有


VirtualMachinePublicIPAddressConfiguration.PublicIPAllocationMethod プロパティ

定義

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

[Newtonsoft.Json.JsonProperty(PropertyName="properties.publicIPAllocationMethod")]
public string PublicIPAllocationMethod { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.publicIPAllocationMethod")>]
member this.PublicIPAllocationMethod : string with get, set
Public Property PublicIPAllocationMethod As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象