ApiManagementServiceBaseProperties.Restore Property

Definition

Gets or sets undelete Api Management Service if it was previously soft-deleted. If this flag is specified and set to True all other properties will be ignored.

[Newtonsoft.Json.JsonProperty(PropertyName="restore")]
public bool? Restore { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="restore")>]
member this.Restore : Nullable<bool> with get, set
Public Property Restore As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to