Uses of Interface
com.microsoft.azure.management.resources.DeploymentExportResult
-
Packages that use DeploymentExportResult Package Description com.microsoft.azure.management.resources This package contains the classes for ResourceManagementClient. -
-
Uses of DeploymentExportResult in com.microsoft.azure.management.resources
Methods in com.microsoft.azure.management.resources that return DeploymentExportResult Modifier and Type Method Description DeploymentExportResultDeployment. exportTemplate()Exports a deployment template.Methods in com.microsoft.azure.management.resources that return types with arguments of type DeploymentExportResult Modifier and Type Method Description rx.Observable<DeploymentExportResult>Deployment. exportTemplateAsync()Exports a deployment template asynchronously.com.microsoft.rest.ServiceFuture<DeploymentExportResult>Deployment. exportTemplateAsync(com.microsoft.rest.ServiceCallback<DeploymentExportResult> callback)Exports a deployment template asynchronously.Method parameters in com.microsoft.azure.management.resources with type arguments of type DeploymentExportResult Modifier and Type Method Description com.microsoft.rest.ServiceFuture<DeploymentExportResult>Deployment. exportTemplateAsync(com.microsoft.rest.ServiceCallback<DeploymentExportResult> callback)Exports a deployment template asynchronously.
-