Share via


ICsmPublishingProfileOptions.IncludeDisasterRecoveryEndpoint Property

Definition

Include the DisasterRecover endpoint if true

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

Property Value

Attributes

Applies to