IMSDeployCore.SetParametersXmlFileUri 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.
URI of MSDeploy Parameters file. Must not be set if SetParameters is used.
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="URI of MSDeploy Parameters file. Must not be set if SetParameters is used.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="setParametersXmlFileUri")]
public string SetParametersXmlFileUri { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="URI of MSDeploy Parameters file. Must not be set if SetParameters is used.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="setParametersXmlFileUri")>]
member this.SetParametersXmlFileUri : string with get, set
Public Property SetParametersXmlFileUri As String
Property Value
- Attributes