ArmDevTestLabsModelFactory.DevTestLabEnvironmentDeployment 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.
Properties of an environment deployment.
public static Azure.ResourceManager.DevTestLabs.Models.DevTestLabEnvironmentDeployment DevTestLabEnvironmentDeployment(Azure.Core.ResourceIdentifier armTemplateId = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabArmTemplateParameter> parameters = default);
static member DevTestLabEnvironmentDeployment : Azure.Core.ResourceIdentifier * seq<Azure.ResourceManager.DevTestLabs.Models.DevTestLabArmTemplateParameter> -> Azure.ResourceManager.DevTestLabs.Models.DevTestLabEnvironmentDeployment
Public Shared Function DevTestLabEnvironmentDeployment (Optional armTemplateId As ResourceIdentifier = Nothing, Optional parameters As IEnumerable(Of DevTestLabArmTemplateParameter) = Nothing) As DevTestLabEnvironmentDeployment
Parameters
- armTemplateId
- ResourceIdentifier
The Azure Resource Manager template's identifier.
- parameters
- IEnumerable<DevTestLabArmTemplateParameter>
The parameters of the Azure Resource Manager template.
Returns
A new DevTestLabEnvironmentDeployment instance for mocking.