CodespaceCodeContainer 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.
public ref class CodespaceCodeContainer sealed
public sealed class CodespaceCodeContainer
type CodespaceCodeContainer = class
Public NotInheritable Class CodespaceCodeContainer
- Inheritance
-
CodespaceCodeContainer
Constructors
CodespaceCodeContainer(String, String, String, String, String, String, CodeContainerType) |
Properties
BillingPlanId |
Gets the ID of the billing plan associated with this Codespace. |
Id |
The unique identifier of a Codespace. |
Name |
Codespace name. |
RelativePath |
Relative location to solution or folder on Codespace service. |
SerializedAccount |
Gets the Microsoft.DeveloperService.Identity.Account that was used to connect to the codespace, serialized as JSON. |
Type |
Type of CodeContainer, e.g. solution, folder. |
WorkspaceRoot |
Gets the workspace root. |