ArmResourcesDeploymentStacksModelFactory.DeploymentStacksParametersLink Method

Definition

public static Azure.ResourceManager.Resources.DeploymentStacks.Models.DeploymentStacksParametersLink DeploymentStacksParametersLink(Uri uri = default, string contentVersion = default);
static member DeploymentStacksParametersLink : Uri * string -> Azure.ResourceManager.Resources.DeploymentStacks.Models.DeploymentStacksParametersLink
Public Shared Function DeploymentStacksParametersLink (Optional uri As Uri = Nothing, Optional contentVersion As String = Nothing) As DeploymentStacksParametersLink

Parameters

uri
Uri

The URI of the parameters file.

contentVersion
String

If included, must match the ContentVersion in the template.

Returns

A new DeploymentStacksParametersLink instance for mocking.

Applies to