ISlotDifferenceProperties.DiffRule 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.
Rule that describes how to process the setting difference during a slot swap.
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Rule that describes how to process the setting difference during a slot swap.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="diffRule")]
public string DiffRule { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Rule that describes how to process the setting difference during a slot swap.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="diffRule")>]
member this.DiffRule : string
Public ReadOnly Property DiffRule As String
Property Value
- Attributes