public final class ResourceGroupExportResultInner extends Object
| Constructor and Description |
|---|
ResourceGroupExportResultInner() |
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.management.exception.ManagementError |
error()
Get the error property: The template export error.
|
Object |
template()
Get the template property: The template content.
|
void |
validate()
Validates the instance.
|
ResourceGroupExportResultInner |
withError(com.azure.core.management.exception.ManagementError error)
Set the error property: The template export error.
|
ResourceGroupExportResultInner |
withTemplate(Object template)
Set the template property: The template content.
|
public Object template()
public ResourceGroupExportResultInner withTemplate(Object template)
template - the template value to set.public com.azure.core.management.exception.ManagementError error()
public ResourceGroupExportResultInner withError(com.azure.core.management.exception.ManagementError error)
error - the error value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.