次の方法で共有


ExtensionEndpointConfiguration.InternalEndpoints プロパティ

定義

省略可能。 省略可能。 この拡張機能で必要な内部エンドポイントの一覧。 WebRole または WorkerRole でサポートされますが、VmRole では無視されます。 各内部エンドポイントは、この拡張機能を使用してデプロイのサービス定義に自動的に追加されます。

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

プロパティ値

適用対象