次の方法で共有


RoleInstance.PublicIPs プロパティ

定義

省略可能。 省略可能。 パブリック IP のセット。 現在、IaaS デプロイでは、ロールごとに 1 つの追加のパブリック IP のみがサポートされています。 IP アドレスは、デプロイの既定の VIP に加えてです。

public System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Compute.Models.RoleInstance.PublicIP> PublicIPs { get; set; }
member this.PublicIPs : System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Compute.Models.RoleInstance.PublicIP> with get, set
Public Property PublicIPs As IList(Of RoleInstance.PublicIP)

プロパティ値

適用対象