Uses of Class
com.azure.resourcemanager.resources.fluent.models.DeploymentExportResultInner
Packages that use DeploymentExportResultInner
Package
Description
Package containing the service clients for ResourceManagementClient.
Package containing the inner data models for ResourceManagementClient.
Package containing the data models for ResourceManagementClient.
-
Uses of DeploymentExportResultInner in com.azure.resourcemanager.resources.fluent
Methods in com.azure.resourcemanager.resources.fluent that return DeploymentExportResultInnerModifier and TypeMethodDescriptionDeploymentsClient.exportTemplate(String resourceGroupName, String deploymentName) Exports the template used for specified deployment.DeploymentsClient.exportTemplateAtManagementGroupScope(String groupId, String deploymentName) Exports the template used for specified deployment.DeploymentsClient.exportTemplateAtScope(String scope, String deploymentName) Exports the template used for specified deployment.DeploymentsClient.exportTemplateAtSubscriptionScope(String deploymentName) Exports the template used for specified deployment.DeploymentsClient.exportTemplateAtTenantScope(String deploymentName) Exports the template used for specified deployment.Methods in com.azure.resourcemanager.resources.fluent that return types with arguments of type DeploymentExportResultInnerModifier and TypeMethodDescriptionDeploymentsClient.exportTemplateAsync(String resourceGroupName, String deploymentName) Exports the template used for specified deployment.DeploymentsClient.exportTemplateAtManagementGroupScopeAsync(String groupId, String deploymentName) Exports the template used for specified deployment.com.azure.core.http.rest.Response<DeploymentExportResultInner> DeploymentsClient.exportTemplateAtManagementGroupScopeWithResponse(String groupId, String deploymentName, com.azure.core.util.Context context) Exports the template used for specified deployment.Mono<com.azure.core.http.rest.Response<DeploymentExportResultInner>> DeploymentsClient.exportTemplateAtManagementGroupScopeWithResponseAsync(String groupId, String deploymentName) Exports the template used for specified deployment.DeploymentsClient.exportTemplateAtScopeAsync(String scope, String deploymentName) Exports the template used for specified deployment.com.azure.core.http.rest.Response<DeploymentExportResultInner> DeploymentsClient.exportTemplateAtScopeWithResponse(String scope, String deploymentName, com.azure.core.util.Context context) Exports the template used for specified deployment.Mono<com.azure.core.http.rest.Response<DeploymentExportResultInner>> DeploymentsClient.exportTemplateAtScopeWithResponseAsync(String scope, String deploymentName) Exports the template used for specified deployment.DeploymentsClient.exportTemplateAtSubscriptionScopeAsync(String deploymentName) Exports the template used for specified deployment.com.azure.core.http.rest.Response<DeploymentExportResultInner> DeploymentsClient.exportTemplateAtSubscriptionScopeWithResponse(String deploymentName, com.azure.core.util.Context context) Exports the template used for specified deployment.Mono<com.azure.core.http.rest.Response<DeploymentExportResultInner>> DeploymentsClient.exportTemplateAtSubscriptionScopeWithResponseAsync(String deploymentName) Exports the template used for specified deployment.DeploymentsClient.exportTemplateAtTenantScopeAsync(String deploymentName) Exports the template used for specified deployment.com.azure.core.http.rest.Response<DeploymentExportResultInner> DeploymentsClient.exportTemplateAtTenantScopeWithResponse(String deploymentName, com.azure.core.util.Context context) Exports the template used for specified deployment.Mono<com.azure.core.http.rest.Response<DeploymentExportResultInner>> DeploymentsClient.exportTemplateAtTenantScopeWithResponseAsync(String deploymentName) Exports the template used for specified deployment.com.azure.core.http.rest.Response<DeploymentExportResultInner> DeploymentsClient.exportTemplateWithResponse(String resourceGroupName, String deploymentName, com.azure.core.util.Context context) Exports the template used for specified deployment.Mono<com.azure.core.http.rest.Response<DeploymentExportResultInner>> DeploymentsClient.exportTemplateWithResponseAsync(String resourceGroupName, String deploymentName) Exports the template used for specified deployment. -
Uses of DeploymentExportResultInner in com.azure.resourcemanager.resources.fluent.models
Classes in com.azure.resourcemanager.resources.fluent.models that implement interfaces with type arguments of type DeploymentExportResultInnerModifier and TypeClassDescriptionfinal classThe deployment export result.Methods in com.azure.resourcemanager.resources.fluent.models that return DeploymentExportResultInnerModifier and TypeMethodDescriptionstatic DeploymentExportResultInnerDeploymentExportResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DeploymentExportResultInner from the JsonReader.DeploymentExportResultInner.withTemplate(Object template) Set the template property: The template content. -
Uses of DeploymentExportResultInner in com.azure.resourcemanager.resources.models
Subinterfaces with type arguments of type DeploymentExportResultInner in com.azure.resourcemanager.resources.modelsModifier and TypeInterfaceDescriptioninterfaceAn immutable client-side representation of an Azure deployment template export result.