Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.ClientScriptForConnect
-
Packages that use ClientScriptForConnect Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of ClientScriptForConnect in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return ClientScriptForConnect Modifier and Type Method Description ClientScriptForConnect
ClientScriptForConnect. withOsType(String osType)
Set the osType property: OS type - Windows, Linux etc.ClientScriptForConnect
ClientScriptForConnect. withScriptContent(String scriptContent)
Set the scriptContent property: File content of the client script for file / folder restore.ClientScriptForConnect
ClientScriptForConnect. withScriptExtension(String scriptExtension)
Set the scriptExtension property: File extension of the client script for file / folder restore - .ps1 , .sh , etc.ClientScriptForConnect
ClientScriptForConnect. withScriptNameSuffix(String scriptNameSuffix)
Set the scriptNameSuffix property: Mandatory suffix that should be added to the name of script that is given for download to user.ClientScriptForConnect
ClientScriptForConnect. withUrl(String url)
Set the url property: URL of Executable from where to source the content.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return types with arguments of type ClientScriptForConnect Modifier and Type Method Description List<ClientScriptForConnect>
InstantItemRecoveryTarget. clientScripts()
Get the clientScripts property: List of client scripts.Method parameters in com.azure.resourcemanager.recoveryservicesbackup.models with type arguments of type ClientScriptForConnect Modifier and Type Method Description InstantItemRecoveryTarget
InstantItemRecoveryTarget. withClientScripts(List<ClientScriptForConnect> clientScripts)
Set the clientScripts property: List of client scripts.
-