ClientScriptForConnect Constructors
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.
Overloads
ClientScriptForConnect() |
Initializes a new instance of the ClientScriptForConnect class. |
ClientScriptForConnect(String, String, String, String, String) |
Initializes a new instance of the ClientScriptForConnect class. |
ClientScriptForConnect()
Initializes a new instance of the ClientScriptForConnect class.
public ClientScriptForConnect ();
Public Sub New ()
Applies to
ClientScriptForConnect(String, String, String, String, String)
Initializes a new instance of the ClientScriptForConnect class.
public ClientScriptForConnect (string scriptContent = default, string scriptExtension = default, string osType = default, string url = default, string scriptNameSuffix = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.ClientScriptForConnect : string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.ClientScriptForConnect
Public Sub New (Optional scriptContent As String = Nothing, Optional scriptExtension As String = Nothing, Optional osType As String = Nothing, Optional url As String = Nothing, Optional scriptNameSuffix As String = Nothing)
Parameters
- scriptContent
- String
File content of the client script for file / folder restore.
- scriptExtension
- String
File extension of the client script for file / folder restore - .ps1 , .sh , etc.
- osType
- String
OS type - Windows, Linux etc. for which this file / folder restore client script works.
- url
- String
URL of Executable from where to source the content. If this is not null then ScriptContent should not be used
- scriptNameSuffix
- String
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.