Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.ApiExportResultInner
Packages that use ApiExportResultInner
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of ApiExportResultInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return ApiExportResultInnerModifier 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.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type ApiExportResultInnerModifier and TypeMethodDescriptioncom.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 ApiExportResultInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return ApiExportResultInnerModifier and TypeMethodDescriptionstatic ApiExportResultInnerApiExportResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApiExportResultInner from the JsonReader.ApiExportResultInner.withExportResultFormat(ExportResultFormat exportResultFormat) Set the exportResultFormat property: Format in which the API Details are exported to the Storage Blob with Sas Key valid for 5 minutes.Set the id property: ResourceId of the API which was exported.ApiExportResultInner.withValue(ApiExportResultValue value) Set the value property: The object defining the schema of the exported API Detail. -
Uses of ApiExportResultInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ApiExportResultInnerModifier and TypeMethodDescriptionApiExportResult.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.ApiExportResultInner object.