DeploymentExportResultInner Class

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

Implements

public final class DeploymentExportResultInner
implements JsonSerializable<DeploymentExportResultInner>

The deployment export result.

Constructor Summary

Constructor Description
DeploymentExportResultInner()

Creates an instance of DeploymentExportResultInner class.

Method Summary

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

Reads an instance of DeploymentExportResultInner from the JsonReader.

Object template()

Get the template property: The template content.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

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

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 Object template()

Get the template property: The template content.

Returns:

the template value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withTemplate

public DeploymentExportResultInner withTemplate(Object template)

Set the template property: The template content.

Parameters:

template - the template value to set.

Returns:

the DeploymentExportResultInner object itself.

Applies to