ReplicationLinkInner.IsTerminationAllowed Property

Definition

Gets legacy value indicating whether termination is allowed. Currently always returns true.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.isTerminationAllowed")]
public bool? IsTerminationAllowed { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.isTerminationAllowed")>]
member this.IsTerminationAllowed : Nullable<bool>
Public ReadOnly Property IsTerminationAllowed As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to