WhoIsBlueprintContract Constructors

Definition

Overloads

WhoIsBlueprintContract()

Initializes a new instance of the WhoIsBlueprintContract class.

WhoIsBlueprintContract(String)

Initializes a new instance of the WhoIsBlueprintContract class.

WhoIsBlueprintContract()

Initializes a new instance of the WhoIsBlueprintContract class.

public WhoIsBlueprintContract ();
Public Sub New ()

Applies to

WhoIsBlueprintContract(String)

Initializes a new instance of the WhoIsBlueprintContract class.

public WhoIsBlueprintContract (string objectId = default);
new Microsoft.Azure.Management.Blueprint.Models.WhoIsBlueprintContract : string -> Microsoft.Azure.Management.Blueprint.Models.WhoIsBlueprintContract
Public Sub New (Optional objectId As String = Nothing)

Parameters

objectId
String

AAD object Id of the Azure Blueprints service principal in the tenant.

Applies to