Class ParametersLink
- java.lang.Object
-
- com.azure.resourcemanager.resources.models.ParametersLink
-
public final class ParametersLink extends Object
Entity representing the reference to the deployment parameters.
-
-
Constructor Summary
Constructors Constructor Description ParametersLink()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcontentVersion()Get the contentVersion property: If included, must match the ContentVersion in the template.Stringuri()Get the uri property: The URI of the parameters file.voidvalidate()Validates the instance.ParametersLinkwithContentVersion(String contentVersion)Set the contentVersion property: If included, must match the ContentVersion in the template.ParametersLinkwithUri(String uri)Set the uri property: The URI of the parameters file.
-
-
-
Method Detail
-
uri
public String uri()
Get the uri property: The URI of the parameters file.- Returns:
- the uri value.
-
withUri
public ParametersLink withUri(String uri)
Set the uri property: The URI of the parameters file.- Parameters:
uri- the uri value to set.- Returns:
- the ParametersLink object itself.
-
contentVersion
public String contentVersion()
Get the contentVersion property: If included, must match the ContentVersion in the template.- Returns:
- the contentVersion value.
-
withContentVersion
public ParametersLink withContentVersion(String contentVersion)
Set the contentVersion property: If included, must match the ContentVersion in the template.- Parameters:
contentVersion- the contentVersion value to set.- Returns:
- the ParametersLink object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-