public final class ParametersLink extends Object
| Constructor and Description |
|---|
ParametersLink() |
| Modifier and Type | Method and Description |
|---|---|
String |
contentVersion()
Get the contentVersion property: If included, must match the ContentVersion in the template.
|
String |
uri()
Get the uri property: The URI of the parameters file.
|
void |
validate()
Validates the instance.
|
ParametersLink |
withContentVersion(String contentVersion)
Set the contentVersion property: If included, must match the ContentVersion in the template.
|
ParametersLink |
withUri(String uri)
Set the uri property: The URI of the parameters file.
|
public String uri()
public ParametersLink withUri(String uri)
uri - the uri value to set.public String contentVersion()
public ParametersLink withContentVersion(String contentVersion)
contentVersion - the contentVersion value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.