Freigeben über


IAnalysisCreateConfig.RootFile Property

Definition

The root file of the NGINX config file(s). It must match one of the files' filepath.

[Microsoft.Azure.PowerShell.Cmdlets.Nginx.Runtime.Info(Create=true, Description="The root file of the NGINX config file(s). It must match one of the files' filepath.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="rootFile", Update=true)]
public string RootFile { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Nginx.Runtime.Info(Create=true, Description="The root file of the NGINX config file(s). It must match one of the files' filepath.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="rootFile", Update=true)>]
member this.RootFile : string with get, set
Public Property RootFile As String

Property Value

Attributes

Applies to