IMSDeployCore.SetParameter Property

Definition

MSDeploy Parameters. Must not be set if SetParametersXmlFileUri is used.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="MSDeploy Parameters. Must not be set if SetParametersXmlFileUri is used.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IMSDeployCoreSetParameters) }, Read=true, ReadOnly=false, Required=false, SerializedName="setParameters", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IMSDeployCoreSetParameters SetParameter { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="MSDeploy Parameters. Must not be set if SetParametersXmlFileUri is used.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IMSDeployCoreSetParameters) }, Read=true, ReadOnly=false, Required=false, SerializedName="setParameters", Update=true)>]
member this.SetParameter : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IMSDeployCoreSetParameters with get, set
Public Property SetParameter As IMSDeployCoreSetParameters

Property Value

Attributes

Applies to