Uses of Interface
com.azure.resourcemanager.apimanagement.models.ApiExportResult
Packages that use ApiExportResult
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of ApiExportResult in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ApiExportResultModifier and TypeMethodDescriptionApiExports.get(String resourceGroupName, String serviceName, String apiId, ExportFormat format, ExportApi export) Gets the details of the API specified by its identifier in the format specified to the Storage Blob with SAS Key valid for 5 minutes.WorkspaceApiExports.get(String resourceGroupName, String serviceName, String workspaceId, String apiId, ExportFormat format, ExportApi export) Gets the details of the API specified by its identifier in the format specified to the Storage Blob with SAS Key valid for 5 minutes.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type ApiExportResultModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ApiExportResult> ApiExports.getWithResponse(String resourceGroupName, String serviceName, String apiId, ExportFormat format, ExportApi export, com.azure.core.util.Context context) Gets the details of the API specified by its identifier in the format specified to the Storage Blob with SAS Key valid for 5 minutes.com.azure.core.http.rest.Response<ApiExportResult> WorkspaceApiExports.getWithResponse(String resourceGroupName, String serviceName, String workspaceId, String apiId, ExportFormat format, ExportApi export, com.azure.core.util.Context context) Gets the details of the API specified by its identifier in the format specified to the Storage Blob with SAS Key valid for 5 minutes.