DeploymentExportResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. resources. deployments. fluent. models. DeploymentExportResultInner
- com.
Implements
public final class DeploymentExportResultInner
implements JsonSerializable<DeploymentExportResultInner>
The deployment export result.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Deployment |
fromJson(JsonReader jsonReader)
Reads an instance of Deployment |
|
Binary |
template()
Get the template property: The template content. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static DeploymentExportResultInner fromJson(JsonReader jsonReader)
Reads an instance of DeploymentExportResultInner from the JsonReader.
Parameters:
Returns:
Throws:
template
public BinaryData template()
Get the template property: The template content.
Returns: