AzureBatchLinkedService.PoolName Property

Definition

Gets or sets the Azure Batch pool name. Type: string (or Expression with resultType string).

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.poolName")]
public object PoolName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.poolName")>]
member this.PoolName : obj with get, set
Public Property PoolName As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to