36 строки
2.6 KiB
YAML
36 строки
2.6 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.resources.DeploymentExportResult"
|
|
fullName: "com.microsoft.azure.management.resources.DeploymentExportResult"
|
|
name: "DeploymentExportResult"
|
|
nameWithType: "DeploymentExportResult"
|
|
summary: "An immutable client-side representation of an Azure deployment template export result."
|
|
syntax: "public interface **DeploymentExportResult**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.resources.implementation.DeploymentExportResultInner?alt=com.microsoft.azure.management.resources.implementation.DeploymentExportResultInner&text=DeploymentExportResultInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.resources.DeploymentExportResult.template()"
|
|
fullName: "com.microsoft.azure.management.resources.DeploymentExportResult.template()"
|
|
name: "template()"
|
|
nameWithType: "DeploymentExportResult.template()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Object template()"
|
|
returns:
|
|
description: "the template content"
|
|
type: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resources.DeploymentExportResult.templateAsJson()"
|
|
fullName: "com.microsoft.azure.management.resources.DeploymentExportResult.templateAsJson()"
|
|
name: "templateAsJson()"
|
|
nameWithType: "DeploymentExportResult.templateAsJson()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String templateAsJson()"
|
|
returns:
|
|
description: "the template content as a JSON string"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of an Azure deployment template export result."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.resources.implementation.DeploymentExportResultInner?alt=com.microsoft.azure.management.resources.implementation.DeploymentExportResultInner&text=DeploymentExportResultInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.resources"
|
|
artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4
|