Share via


CodespaceCodeContainer Class

Definition

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.

Applies to