ArmDevTestLabsModelFactory.DevTestLabArmTemplateInfo Method
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.
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.