ICsmPublishingProfileOptions.IncludeDisasterRecoveryEndpoint Property

Definition

Include the DisasterRecover endpoint if true

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Include the DisasterRecover endpoint if true", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="includeDisasterRecoveryEndpoints", Update=true)]
public bool? IncludeDisasterRecoveryEndpoint { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Include the DisasterRecover endpoint if true", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="includeDisasterRecoveryEndpoints", Update=true)>]
member this.IncludeDisasterRecoveryEndpoint : Nullable<bool> with get, set
Public Property IncludeDisasterRecoveryEndpoint As Nullable(Of Boolean)

Property Value

Attributes

Applies to