Class ResourceGroupExportResultInner
- java.lang.Object
-
- com.azure.resourcemanager.resources.fluent.models.ResourceGroupExportResultInner
-
public final class ResourceGroupExportResultInner extends Object
Resource group export result.
-
-
Constructor Summary
Constructors Constructor Description ResourceGroupExportResultInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.azure.core.management.exception.ManagementErrorerror()Get the error property: Error Response The template export error.Objecttemplate()Get the template property: The template content.voidvalidate()Validates the instance.ResourceGroupExportResultInnerwithError(com.azure.core.management.exception.ManagementError error)Set the error property: Error Response The template export error.ResourceGroupExportResultInnerwithTemplate(Object template)Set the template property: The template content.
-
-
-
Method Detail
-
template
public Object template()
Get the template property: The template content.- Returns:
- the template value.
-
withTemplate
public ResourceGroupExportResultInner withTemplate(Object template)
Set the template property: The template content.- Parameters:
template- the template value to set.- Returns:
- the ResourceGroupExportResultInner object itself.
-
error
public com.azure.core.management.exception.ManagementError error()
Get the error property: Error Response The template export error.- Returns:
- the error value.
-
withError
public ResourceGroupExportResultInner withError(com.azure.core.management.exception.ManagementError error)
Set the error property: Error Response The template export error.- Parameters:
error- the error value to set.- Returns:
- the ResourceGroupExportResultInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-