Share via


ProjectInfrastructure Constructors

Definition

Overloads

ProjectInfrastructure(String)

Source:
ProjectInfrastructure.cs
public ProjectInfrastructure(string? projectId = default);
new Azure.Projects.ProjectInfrastructure : string -> Azure.Projects.ProjectInfrastructure
Public Sub New (Optional projectId As String = Nothing)

Parameters

projectId
String

Applies to

ProjectInfrastructure(ConnectionStore, String)

Source:
ProjectInfrastructure.cs
public ProjectInfrastructure(Azure.Projects.Core.ConnectionStore connections, string? projectId = default);
new Azure.Projects.ProjectInfrastructure : Azure.Projects.Core.ConnectionStore * string -> Azure.Projects.ProjectInfrastructure
Public Sub New (connections As ConnectionStore, Optional projectId As String = Nothing)

Parameters

connections
ConnectionStore
projectId
String

Applies to