CloudJob.NetworkConfiguration Property

Definition

Gets or sets the network configuration for the Job.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to