ProtectionIntent.ItemId Property

Definition

Gets or sets ID of the item which is getting protected, In case of Azure Vm , it is ProtectedItemId

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to