ParametersLink Class
- java.
lang. Object - com.
azure. resourcemanager. resources. models. ParametersLink
- com.
Implements
public final class ParametersLink
implements JsonSerializable<ParametersLink>
Entity representing the reference to the deployment parameters.
Constructor Summary
Constructor | Description |
---|---|
ParametersLink() |
Creates an instance of Parameters |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
contentVersion()
Get the content |
static
Parameters |
fromJson(JsonReader jsonReader)
Reads an instance of Parameters |
Json |
toJson(JsonWriter jsonWriter) |
String |
uri()
Get the uri property: The URI of the parameters file. |
void |
validate()
Validates the instance. |
Parameters |
withContentVersion(String contentVersion)
Set the content |
Parameters |
withUri(String uri)
Set the uri property: The URI of the parameters file. |
Methods inherited from java.lang.Object
Constructor Details
ParametersLink
public ParametersLink()
Creates an instance of ParametersLink class.
Method Details
contentVersion
public String contentVersion()
Get the contentVersion property: If included, must match the ContentVersion in the template.
Returns:
fromJson
public static ParametersLink fromJson(JsonReader jsonReader)
Reads an instance of ParametersLink from the JsonReader.
Parameters:
Returns:
Throws:
toJson
uri
public String uri()
Get the uri property: The URI of the parameters file.
Returns:
validate
public void validate()
Validates the instance.
withContentVersion
public ParametersLink withContentVersion(String contentVersion)
Set the contentVersion property: If included, must match the ContentVersion in the template.
Parameters:
Returns:
withUri
public ParametersLink withUri(String uri)
Set the uri property: The URI of the parameters file.
Parameters:
Returns:
Applies to
Azure SDK for Java