TemplateLink Class
- java.
lang. Object - com.
microsoft. azure. management. resources. TemplateLink
- com.
public class TemplateLink
Entity representing the reference to the template.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
contentVersion()
Get the contentVersion value. |
String |
uri()
Get the uri value. |
Template |
withContentVersion(String contentVersion)
Set the contentVersion value. |
Template |
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 TemplateLink withContentVersion(String contentVersion)
Set the contentVersion value.
Parameters:
contentVersion
- the contentVersion value to set
Returns:
the TemplateLink object itself.
withUri
public TemplateLink withUri(String uri)
Set the uri value.
Parameters:
uri
- the uri value to set
Returns:
the TemplateLink 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