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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET