TemplateLink Class

  • java.lang.Object
    • com.microsoft.azure.management.resources.TemplateLink

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.

TemplateLink withContentVersion(String contentVersion)

Set the contentVersion value.

TemplateLink withUri(String uri)

Set the uri value.

Method Details

public String contentVersion()

Get the contentVersion value.

Returns:

the contentVersion value

public String uri()

Get the uri value.

Returns:

the uri value

public TemplateLink withContentVersion(String contentVersion)

Set the contentVersion value.

Parameters:

contentVersion - the contentVersion value to set

Returns:

the TemplateLink object itself.

public TemplateLink withUri(String uri)

Set the uri value.

Parameters:

uri - the uri value to set

Returns:

the TemplateLink object itself.

Applies to