Class ParametersLink
java.lang.Object
com.microsoft.azure.management.resources.ParametersLink
Entity representing the reference to the deployment parameters.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet if included, must match the ContentVersion in the template.uri()
Get the URI of the parameters file.withContentVersion
(String contentVersion) Set if included, must match the ContentVersion in the template.Set the URI of the parameters file.
-
Constructor Details
-
ParametersLink
public ParametersLink()
-
-
Method Details
-
uri
Get the URI of the parameters file.- Returns:
- the uri value
-
withUri
Set the URI of the parameters file.- Parameters:
uri
- the uri value to set- Returns:
- the ParametersLink object itself.
-
contentVersion
Get if included, must match the ContentVersion in the template.- Returns:
- the contentVersion value
-
withContentVersion
Set if included, must match the ContentVersion in the template.- Parameters:
contentVersion
- the contentVersion value to set- Returns:
- the ParametersLink object itself.
-