ClientScriptForConnect Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Client script details for file / folder restore.
public class ClientScriptForConnect
type ClientScriptForConnect = class
Public Class ClientScriptForConnect
- Inheritance
-
ClientScriptForConnect
Constructors
ClientScriptForConnect() |
Initializes a new instance of the ClientScriptForConnect class. |
ClientScriptForConnect(String, String, String, String, String) |
Initializes a new instance of the ClientScriptForConnect class. |
Properties
OsType |
Gets or sets OS type - Windows, Linux etc. for which this file / folder restore client script works. |
ScriptContent |
Gets or sets file content of the client script for file / folder restore. |
ScriptExtension |
Gets or sets file extension of the client script for file / folder restore - .ps1 , .sh , etc. |
ScriptNameSuffix |
Gets or sets mandatory suffix that should be added to the name of script that is given for download to user. If its null or empty then , ignore it. |
Url |
Gets or sets URL of Executable from where to source the content. If this is not null then ScriptContent should not be used |