CloudPool.CloudServiceConfiguration Property

Definition

Gets or sets the cloud service configuration for the Pool.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

This property and virtualMachineConfiguration are mutually exclusive and one of the properties must be specified. This property cannot be specified if the Batch Account was created with its poolAllocationMode property set to 'UserSubscription'.

Applies to