Class InstantItemRecoveryTarget
- java.lang.Object
-
- com.azure.resourcemanager.recoveryservicesbackup.models.InstantItemRecoveryTarget
-
public final class InstantItemRecoveryTarget extends Object
Target details for file / folder restore.
-
-
Constructor Summary
Constructors Constructor Description InstantItemRecoveryTarget()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ClientScriptForConnect>
clientScripts()
Get the clientScripts property: List of client scripts.void
validate()
Validates the instance.InstantItemRecoveryTarget
withClientScripts(List<ClientScriptForConnect> clientScripts)
Set the clientScripts property: List of client scripts.
-
-
-
Method Detail
-
clientScripts
public List<ClientScriptForConnect> clientScripts()
Get the clientScripts property: List of client scripts.- Returns:
- the clientScripts value.
-
withClientScripts
public InstantItemRecoveryTarget withClientScripts(List<ClientScriptForConnect> clientScripts)
Set the clientScripts property: List of client scripts.- Parameters:
clientScripts
- the clientScripts value to set.- Returns:
- the InstantItemRecoveryTarget object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-