ArmDevTestLabsModelFactory.DevTestLabArmTemplateInfo Method

Definition

Initializes a new instance of DevTestLabArmTemplateInfo.

public static Azure.ResourceManager.DevTestLabs.Models.DevTestLabArmTemplateInfo DevTestLabArmTemplateInfo (BinaryData template = default, BinaryData parameters = default);
static member DevTestLabArmTemplateInfo : BinaryData * BinaryData -> Azure.ResourceManager.DevTestLabs.Models.DevTestLabArmTemplateInfo
Public Shared Function DevTestLabArmTemplateInfo (Optional template As BinaryData = Nothing, Optional parameters As BinaryData = Nothing) As DevTestLabArmTemplateInfo

Parameters

template
BinaryData

The template's contents.

parameters
BinaryData

The parameters of the ARM template.

Returns

A new DevTestLabArmTemplateInfo instance for mocking.

Applies to