ArmBlueprintModelFactory.WhoIsBlueprintContract(String) Method

Definition

Initializes a new instance of WhoIsBlueprintContract.

public static Azure.ResourceManager.Blueprint.Models.WhoIsBlueprintContract WhoIsBlueprintContract (string objectId = default);
static member WhoIsBlueprintContract : string -> Azure.ResourceManager.Blueprint.Models.WhoIsBlueprintContract
Public Shared Function WhoIsBlueprintContract (Optional objectId As String = Nothing) As WhoIsBlueprintContract

Parameters

objectId
String

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

Returns

A new WhoIsBlueprintContract instance for mocking.

Applies to