DeploymentExportResult Interface

public interface DeploymentExportResult

An immutable client-side representation of DeploymentExportResult.

Method Summary

Modifier and Type Method and Description
abstract DeploymentExportResultInner innerModel()

Gets the inner com.azure.resourcemanager.resources.deployments.fluent.models.DeploymentExportResultInner object.

abstract BinaryData template()

Gets the template property: The template content.

Method Details

innerModel

public abstract DeploymentExportResultInner innerModel()

Gets the inner com.azure.resourcemanager.resources.deployments.fluent.models.DeploymentExportResultInner object.

Returns:

the inner object.

template

public abstract BinaryData template()

Gets the template property: The template content.

Returns:

the template value.

Applies to