ISite.RedundancyMode Property

Definition

Site redundancy mode

[Microsoft.Azure.PowerShell.Cmdlets.Functions.PSArgumentCompleter(new System.String[] { "None", "Manual", "Failover", "ActiveActive", "GeoRedundant" })]
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Site redundancy mode", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="redundancyMode", Update=true)]
public string RedundancyMode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.PSArgumentCompleter(new System.String[] { "None", "Manual", "Failover", "ActiveActive", "GeoRedundant" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Site redundancy mode", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="redundancyMode", Update=true)>]
member this.RedundancyMode : string with get, set
Public Property RedundancyMode As String

Property Value

Attributes

Applies to