ISlotDifference.SettingType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The type of the setting: General, AppSetting or ConnectionString.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The type of the setting: General, AppSetting or ConnectionString.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="settingType")]
public string SettingType { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The type of the setting: General, AppSetting or ConnectionString.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="settingType")>]
member this.SettingType : string
Public ReadOnly Property SettingType As String
Property Value
- Attributes