BatchAccountUpdateParameters.NetworkProfile Property

Definition

Gets or sets network profile for Batch account, which contains network rule settings for each endpoint.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

The network profile only takes effect when publicNetworkAccess is enabled.

Applies to