ArmResourcesModelFactory.ArmDeploymentParametersLink(Uri, String) 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.Models.ArmDeploymentParametersLink ArmDeploymentParametersLink(Uri uri = default, string contentVersion = default);
static member ArmDeploymentParametersLink : Uri * string -> Azure.ResourceManager.Resources.Models.ArmDeploymentParametersLink
Public Shared Function ArmDeploymentParametersLink (Optional uri As Uri = Nothing, Optional contentVersion As String = Nothing) As ArmDeploymentParametersLink
Parameters
- uri
- Uri
The URI of the parameters file.
- contentVersion
- String
If included, must match the ContentVersion in the template.
Returns
A new ArmDeploymentParametersLink instance for mocking.