CodespaceCodeContainer Constructor

Definition

public:
 CodespaceCodeContainer(System::String ^ id, System::String ^ name, System::String ^ billingPlanId, System::String ^ serializedAccount, System::String ^ relativePath, System::String ^ workspaceRoot, Microsoft::VisualStudio::Shell::CodeContainerManagement::CodeContainerType type);
public CodespaceCodeContainer (string id, string name, string billingPlanId, string serializedAccount, string relativePath, string workspaceRoot, Microsoft.VisualStudio.Shell.CodeContainerManagement.CodeContainerType type);
new Microsoft.VisualStudio.Shell.CodeContainerManagement.CodespaceCodeContainer : string * string * string * string * string * string * Microsoft.VisualStudio.Shell.CodeContainerManagement.CodeContainerType -> Microsoft.VisualStudio.Shell.CodeContainerManagement.CodespaceCodeContainer
Public Sub New (id As String, name As String, billingPlanId As String, serializedAccount As String, relativePath As String, workspaceRoot As String, type As CodeContainerType)

Parameters

id
String
name
String
billingPlanId
String
serializedAccount
String

A Microsoft.DeveloperService.Identity.Account serialized as JSON.

relativePath
String
workspaceRoot
String

Applies to