ICsmPublishingProfileOptions.IncludeDisasterRecoveryEndpoint 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.
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