Share via


NetworkConfiguration.EndpointConfiguration Property

Definition

Gets or sets the configuration for endpoints on compute nodes in the Batch pool.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Pool endpoint configuration is only supported on pools with the virtualMachineConfiguration property.

Applies to