HDInsightOnDemandLinkedService.ClusterNamePrefix Property

Definition

Gets or sets the prefix of cluster name, postfix will be distinct with timestamp. Type: string (or Expression with resultType string).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to