ParametersLink Class

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

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.

ParametersLink withContentVersion(String contentVersion)

Set the contentVersion value.

ParametersLink 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 ParametersLink withContentVersion(String contentVersion)

Set the contentVersion value.

Parameters:

contentVersion - the contentVersion value to set

Returns:

the ParametersLink object itself.

public ParametersLink withUri(String uri)

Set the uri value.

Parameters:

uri - the uri value to set

Returns:

the ParametersLink object itself.

Applies to