InstantItemRecoveryTarget.ClientScripts Property

Definition

Gets or sets list of client scripts.

[Newtonsoft.Json.JsonProperty(PropertyName="clientScripts")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ClientScriptForConnect> ClientScripts { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="clientScripts")>]
member this.ClientScripts : System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ClientScriptForConnect> with get, set
Public Property ClientScripts As IList(Of ClientScriptForConnect)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to