ISitePatchResource.RedundancyMode 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.
Site redundancy mode
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Site redundancy mode", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.RedundancyMode) }, ReadOnly=false, Required=false, SerializedName="redundancyMode")]
public Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.RedundancyMode? RedundancyMode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Site redundancy mode", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.RedundancyMode) }, ReadOnly=false, Required=false, SerializedName="redundancyMode")>]
member this.RedundancyMode : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.RedundancyMode> with get, set
Public Property RedundancyMode As Nullable(Of RedundancyMode)
Property Value
- Attributes