ParametersLink Class
- java.
lang. Object - com.
microsoft. azure. management. resources. ParametersLink
- com.
public class ParametersLink
Entity representing the reference to the deployment parameters.
Constructor Summary
Constructor | Description | |
---|---|---|
ParametersLink() |
Method Summary
Modifier and Type | Method and Description |
---|---|
java.lang.String |
contentVersion()
Get if included, must match the Content |
java.lang.String |
uri()
Get the URI of the parameters file. |
Parameters |
withContentVersion(String contentVersion)
Set if included, must match the Content |
Parameters |
withUri(String uri)
Set the URI of the parameters file. |
Methods inherited from java.lang.Object
Constructor Details
ParametersLink
public ParametersLink()
Method Details
contentVersion
public String contentVersion()
Get if included, must match the ContentVersion in the template.
Returns:
uri
public String uri()
Get the URI of the parameters file.
Returns:
withContentVersion
public ParametersLink withContentVersion(String contentVersion)
Set if included, must match the ContentVersion in the template.
Parameters:
Returns:
withUri
public ParametersLink withUri(String uri)
Set the URI of the parameters file.
Parameters:
Returns:
Applies to
Azure SDK for Java