GcpProjectDetails 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
GcpProjectDetails() |
Initializes a new instance of the GcpProjectDetails class. |
GcpProjectDetails(String, String, String) |
Initializes a new instance of the GcpProjectDetails class. |
GcpProjectDetails()
Initializes a new instance of the GcpProjectDetails class.
public GcpProjectDetails ();
Public Sub New ()
Applies to
GcpProjectDetails(String, String, String)
Initializes a new instance of the GcpProjectDetails class.
public GcpProjectDetails (string projectNumber = default, string projectId = default, string workloadIdentityPoolId = default);
new Microsoft.Azure.Management.Security.Models.GcpProjectDetails : string * string * string -> Microsoft.Azure.Management.Security.Models.GcpProjectDetails
Public Sub New (Optional projectNumber As String = Nothing, Optional projectId As String = Nothing, Optional workloadIdentityPoolId As String = Nothing)
Parameters
- projectNumber
- String
The unique GCP Project number
- projectId
- String
The GCP Project id
- workloadIdentityPoolId
- String
The GCP workload identity federation pool id