DeploymentExportResultInner Class

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

public final class DeploymentExportResultInner

The deployment export result.

Constructor Summary

Constructor Description
DeploymentExportResultInner()

Creates an instance of DeploymentExportResultInner class.

Method Summary

Modifier and Type Method and Description
Object template()

Get the template property: The template content.

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

template

public Object template()

Get the template property: The template content.

Returns:

the template value.

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