ArmResourcesDeploymentStacksModelFactory.DeploymentStacksParametersLink 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.
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.