RemoteWindowsDeploymentParameters Class

Namespace
Microsoft.AspNetCore.Server.Testing
Assemblies
  • Microsoft.AspNetCore.Server.Testing

Syntax

public class RemoteWindowsDeploymentParameters : DeploymentParameters
class Microsoft.AspNetCore.Server.Testing.RemoteWindowsDeploymentParameters

Constructors

RemoteWindowsDeploymentParameters(System.String, System.String, Microsoft.AspNetCore.Server.Testing.ServerType, Microsoft.AspNetCore.Server.Testing.RuntimeFlavor, Microsoft.AspNetCore.Server.Testing.RuntimeArchitecture, System.String, System.String, System.String, System.String)
public RemoteWindowsDeploymentParameters(string applicationPath, string dotnetRuntimePath, ServerType serverType, RuntimeFlavor runtimeFlavor, RuntimeArchitecture runtimeArchitecture, string remoteServerFileSharePath, string remoteServerName, string remoteServerAccountName, string remoteServerAccountPassword)

Properties

Microsoft.AspNetCore.Server.Testing.RemoteWindowsDeploymentParameters.DotnetRuntimePath
Return type:System.String
public string DotnetRuntimePath { get; }
Microsoft.AspNetCore.Server.Testing.RemoteWindowsDeploymentParameters.RemoteServerFileSharePath

The full path to the remote server’s file share

Return type:System.String
public string RemoteServerFileSharePath { get; }
Microsoft.AspNetCore.Server.Testing.RemoteWindowsDeploymentParameters.ServerAccountName
Return type:System.String
public string ServerAccountName { get; }
Microsoft.AspNetCore.Server.Testing.RemoteWindowsDeploymentParameters.ServerAccountPassword
Return type:System.String
public string ServerAccountPassword { get; }
Microsoft.AspNetCore.Server.Testing.RemoteWindowsDeploymentParameters.ServerName
Return type:System.String
public string ServerName { get; }