IExperiment.ScriptFileUri 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 uri to the Script used in the Experiment
[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=false, Description="The uri to the Script used in the Experiment", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="scriptFileUri", Update=false)]
public string ScriptFileUri { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=false, Description="The uri to the Script used in the Experiment", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="scriptFileUri", Update=false)>]
member this.ScriptFileUri : string
Public ReadOnly Property ScriptFileUri As String
Property Value
- Attributes