SubProtectionPolicy.PolicyType Property

Definition

Gets or sets type of backup policy type. Possible values include: 'Invalid', 'Full', 'Differential', 'Log', 'CopyOnlyFull', 'Incremental'

[Newtonsoft.Json.JsonProperty(PropertyName="policyType")]
public string PolicyType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="policyType")>]
member this.PolicyType : string with get, set
Public Property PolicyType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to