ParametersLink Class

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

public class ParametersLink

Entity representing the reference to the deployment parameters.

Constructor Summary

Constructor Description
ParametersLink()

Method Summary

Modifier and Type Method and Description
java.lang.String contentVersion()

Get if included, must match the ContentVersion in the template.

java.lang.String uri()

Get the URI of the parameters file.

ParametersLink withContentVersion(String contentVersion)

Set if included, must match the ContentVersion in the template.

ParametersLink withUri(String uri)

Set the URI of the parameters file.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

public ParametersLink()

Method Details

public String contentVersion()

Get if included, must match the ContentVersion in the template.

Returns:

the contentVersion value

public String uri()

Get the URI of the parameters file.

Returns:

the uri value

public ParametersLink withContentVersion(String contentVersion)

Set if included, must match the ContentVersion in the template.

Parameters:

contentVersion - the contentVersion value to set

Returns:

the ParametersLink object itself.

public ParametersLink withUri(String uri)

Set the URI of the parameters file.

Parameters:

uri - the uri value to set

Returns:

the ParametersLink object itself.

Applies to