次の方法で共有


NetworkConfiguration.EndpointConfiguration プロパティ

定義

Batch プール内のコンピューティング ノード上のエンドポイントの構成を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

プール エンドポイントの構成は、virtualMachineConfiguration プロパティを持つプールでのみサポートされます。

適用対象