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