ParametersLink Class
- java.
lang. Object - com.
microsoft. azure. management. resources. ParametersLink
- com.
public class ParametersLink
Entity representing the reference to the deployment paramaters.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
contentVersion()
Get the contentVersion value. |
String |
uri()
Get the uri value. |
Parameters |
withContentVersion(String contentVersion)
Set the contentVersion value. |
Parameters |
withUri(String uri)
Set the uri value. |
Method Details
contentVersion
public String contentVersion()
Get the contentVersion value.
Returns:
the contentVersion value
uri
public String uri()
Get the uri value.
Returns:
the uri value
withContentVersion
public ParametersLink withContentVersion(String contentVersion)
Set the contentVersion value.
Parameters:
contentVersion
- the contentVersion value to set
Returns:
the ParametersLink object itself.
withUri
public ParametersLink withUri(String uri)
Set the uri value.
Parameters:
uri
- the uri value to set
Returns:
the ParametersLink object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java