CodespaceCodeContainer Constructor
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.
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
- type
- CodeContainerType