Uses of Class
com.azure.resourcemanager.apimanagement.models.ExportFormat
Packages that use ExportFormat
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of ExportFormat in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type ExportFormatModifier 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 ExportFormat in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as ExportFormatModifier and TypeFieldDescriptionstatic final ExportFormatExportFormat.OPENAPI_JSON_LINKStatic value openapi+json-link for ExportFormat.static final ExportFormatExportFormat.OPENAPI_LINKStatic value openapi-link for ExportFormat.static final ExportFormatExportFormat.SWAGGER_LINKStatic value swagger-link for ExportFormat.static final ExportFormatExportFormat.WADL_LINKStatic value wadl-link for ExportFormat.static final ExportFormatExportFormat.WSDL_LINKStatic value wsdl-link for ExportFormat.Methods in com.azure.resourcemanager.apimanagement.models that return ExportFormatModifier and TypeMethodDescriptionstatic ExportFormatExportFormat.fromString(String name) Creates or finds a ExportFormat from its string representation.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type ExportFormatModifier and TypeMethodDescriptionstatic Collection<ExportFormat> ExportFormat.values()Gets known ExportFormat values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type ExportFormatModifier 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.