Uses of Class
com.azure.resourcemanager.apimanagement.models.ExportApi
Packages that use ExportApi
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of ExportApi in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type ExportApiModifier and TypeMethodDescriptionApiExportsClient.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.WorkspaceApiExportsClient.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.com.azure.core.http.rest.Response<ApiExportResultInner> ApiExportsClient.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<ApiExportResultInner> WorkspaceApiExportsClient.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. -
Uses of ExportApi in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as ExportApiModifier and TypeFieldDescriptionstatic final ExportApiExportApi.TRUEStatic value true for ExportApi.Methods in com.azure.resourcemanager.apimanagement.models that return ExportApiModifier and TypeMethodDescriptionstatic ExportApiExportApi.fromString(String name) Creates or finds a ExportApi from its string representation.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type ExportApiModifier and TypeMethodDescriptionstatic Collection<ExportApi> ExportApi.values()Gets known ExportApi values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type ExportApiModifier 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.com.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.