ProjectInfrastructure Constructors
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.
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