Partager via


GcpProjectDetails Constructors

Definition

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

Applies to