IAppServiceEnvironment.ClusterSetting Property

Definition

Custom settings for changing the behavior of the App Service Environment.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Custom settings for changing the behavior of the App Service Environment.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.INameValuePair) }, Read=true, ReadOnly=false, Required=false, SerializedName="clusterSettings", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.INameValuePair> ClusterSetting { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Custom settings for changing the behavior of the App Service Environment.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.INameValuePair) }, Read=true, ReadOnly=false, Required=false, SerializedName="clusterSettings", Update=true)>]
member this.ClusterSetting : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.INameValuePair> with get, set
Public Property ClusterSetting As List(Of INameValuePair)

Property Value

Attributes

Applies to