Uses of Class
com.azure.resourcemanager.resources.fluent.models.DeploymentStackTemplateDefinitionInner
Packages that use DeploymentStackTemplateDefinitionInner
Package
Description
Package containing the service clients for ResourceManagementClient.
Package containing the inner data models for ResourceManagementClient.
-
Uses of DeploymentStackTemplateDefinitionInner in com.azure.resourcemanager.resources.fluent
Methods in com.azure.resourcemanager.resources.fluent that return DeploymentStackTemplateDefinitionInnerModifier and TypeMethodDescriptionDeploymentStacksClient.exportTemplateAtManagementGroup(String managementGroupId, String deploymentStackName) Exports the template used to create the Deployment stack at Management Group scope.DeploymentStacksClient.exportTemplateAtResourceGroup(String resourceGroupName, String deploymentStackName) Exports the template used to create the Deployment stack at Resource Group scope.DeploymentStacksClient.exportTemplateAtSubscription(String deploymentStackName) Exports the template used to create the Deployment stack at Subscription scope.Methods in com.azure.resourcemanager.resources.fluent that return types with arguments of type DeploymentStackTemplateDefinitionInnerModifier and TypeMethodDescriptionDeploymentStacksClient.exportTemplateAtManagementGroupAsync(String managementGroupId, String deploymentStackName) Exports the template used to create the Deployment stack at Management Group scope.com.azure.core.http.rest.Response<DeploymentStackTemplateDefinitionInner> DeploymentStacksClient.exportTemplateAtManagementGroupWithResponse(String managementGroupId, String deploymentStackName, com.azure.core.util.Context context) Exports the template used to create the Deployment stack at Management Group scope.Mono<com.azure.core.http.rest.Response<DeploymentStackTemplateDefinitionInner>> DeploymentStacksClient.exportTemplateAtManagementGroupWithResponseAsync(String managementGroupId, String deploymentStackName) Exports the template used to create the Deployment stack at Management Group scope.DeploymentStacksClient.exportTemplateAtResourceGroupAsync(String resourceGroupName, String deploymentStackName) Exports the template used to create the Deployment stack at Resource Group scope.com.azure.core.http.rest.Response<DeploymentStackTemplateDefinitionInner> DeploymentStacksClient.exportTemplateAtResourceGroupWithResponse(String resourceGroupName, String deploymentStackName, com.azure.core.util.Context context) Exports the template used to create the Deployment stack at Resource Group scope.Mono<com.azure.core.http.rest.Response<DeploymentStackTemplateDefinitionInner>> DeploymentStacksClient.exportTemplateAtResourceGroupWithResponseAsync(String resourceGroupName, String deploymentStackName) Exports the template used to create the Deployment stack at Resource Group scope.DeploymentStacksClient.exportTemplateAtSubscriptionAsync(String deploymentStackName) Exports the template used to create the Deployment stack at Subscription scope.com.azure.core.http.rest.Response<DeploymentStackTemplateDefinitionInner> DeploymentStacksClient.exportTemplateAtSubscriptionWithResponse(String deploymentStackName, com.azure.core.util.Context context) Exports the template used to create the Deployment stack at Subscription scope.Mono<com.azure.core.http.rest.Response<DeploymentStackTemplateDefinitionInner>> DeploymentStacksClient.exportTemplateAtSubscriptionWithResponseAsync(String deploymentStackName) Exports the template used to create the Deployment stack at Subscription scope. -
Uses of DeploymentStackTemplateDefinitionInner in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return DeploymentStackTemplateDefinitionInnerModifier and TypeMethodDescriptionDeploymentStackTemplateDefinitionInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DeploymentStackTemplateDefinitionInner from the JsonReader.DeploymentStackTemplateDefinitionInner.withTemplate(Object template) Set the template property: The template content.DeploymentStackTemplateDefinitionInner.withTemplateLink(DeploymentStacksTemplateLink templateLink) Set the templateLink property: The URI of the template.