ISiteAuthSettingsProperties.AuthFilePath 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 path of the config file containing auth settings. If the path is relative, base will the site's root directory.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The path of the config file containing auth settings.\r\n If the path is relative, base will the site's root directory.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="authFilePath")]
public string AuthFilePath { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The path of the config file containing auth settings.\r\n If the path is relative, base will the site's root directory.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="authFilePath")>]
member this.AuthFilePath : string with get, set
Public Property AuthFilePath As String
Property Value
- Attributes