DeploymentExportResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. resources. fluent. models. DeploymentExportResultInner
- com.
Implements
public final class DeploymentExportResultInner
implements JsonSerializable<DeploymentExportResultInner>
The deployment export result.
Constructor Summary
Constructor | Description |
---|---|
DeploymentExportResultInner() |
Creates an instance of Deployment |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Deployment |
fromJson(JsonReader jsonReader)
Reads an instance of Deployment |
Object |
template()
Get the template property: The template content. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Deployment |
withTemplate(Object template)
Set the template property: The template content. |
Methods inherited from java.lang.Object
Constructor Details
DeploymentExportResultInner
public DeploymentExportResultInner()
Creates an instance of DeploymentExportResultInner class.
Method Details
fromJson
public static DeploymentExportResultInner fromJson(JsonReader jsonReader)
Reads an instance of DeploymentExportResultInner from the JsonReader.
Parameters:
Returns:
Throws:
template
public Object template()
Get the template property: The template content.
Returns:
toJson
validate
public void validate()
Validates the instance.
withTemplate
public DeploymentExportResultInner withTemplate(Object template)
Set the template property: The template content.
Parameters:
Returns:
Applies to
Azure SDK for Java