次の方法で共有


NetworkConfiguration.PublicIPAddressConfiguration プロパティ

定義

バッチ プール内のコンピューティング ノードのパブリック IP アドレス構成を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="publicIPAddressConfiguration")]
public Microsoft.Azure.Management.Batch.Models.PublicIPAddressConfiguration PublicIPAddressConfiguration { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="publicIPAddressConfiguration")>]
member this.PublicIPAddressConfiguration : Microsoft.Azure.Management.Batch.Models.PublicIPAddressConfiguration with get, set
Public Property PublicIPAddressConfiguration As PublicIPAddressConfiguration

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

このプロパティは、virtualMachineConfiguration プロパティを持つプールでのみサポートされます。

適用対象