Class TemplateLink
- java.lang.Object
-
- com.microsoft.azure.management.resources.TemplateLink
-
public class TemplateLink extends Object
Entity representing the reference to the template.
-
-
Constructor Summary
Constructors Constructor Description TemplateLink()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcontentVersion()Get the contentVersion value.Stringuri()Get the uri value.TemplateLinkwithContentVersion(String contentVersion)Set the contentVersion value.TemplateLinkwithUri(String uri)Set the uri value.
-
-
-
Method Detail
-
uri
public String uri()
Get the uri value.- Returns:
- the uri value
-
withUri
public TemplateLink withUri(String uri)
Set the uri value.- Parameters:
uri- the uri value to set- Returns:
- the TemplateLink object itself.
-
contentVersion
public String contentVersion()
Get the contentVersion value.- Returns:
- the contentVersion value
-
withContentVersion
public TemplateLink withContentVersion(String contentVersion)
Set the contentVersion value.- Parameters:
contentVersion- the contentVersion value to set- Returns:
- the TemplateLink object itself.
-
-