DeploymentExportResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.resources.deployments.fluent.models.DeploymentExportResultInner

Implements

public final class DeploymentExportResultInner
implements JsonSerializable<DeploymentExportResultInner>

The deployment export result.

Method Summary

Modifier and Type Method and Description
static DeploymentExportResultInner fromJson(JsonReader jsonReader)

Reads an instance of DeploymentExportResultInner from the JsonReader.

BinaryData template()

Get the template property: The template content.

JsonWriter 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:

jsonReader - The JsonReader being read.

Returns:

An instance of DeploymentExportResultInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the DeploymentExportResultInner.

template

public BinaryData template()

Get the template property: The template content.

Returns:

the template value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to