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.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET