azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

41 строка
3.9 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiExports"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiExports"
name: "ApiExports"
nameWithType: "ApiExports"
summary: "Type representing Api<wbr>Exports."
syntax: "public interface **ApiExports**</br> extends <xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiExportsInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiExportsInner&text=ApiExportsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiExports.getAsync(java.lang.String,java.lang.String,java.lang.String,com.microsoft.azure.management.apimanagement.v2019_01_01.ExportFormat)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiExports.getAsync(String resourceGroupName, String serviceName, String apiId, ExportFormat format)"
name: "getAsync(String resourceGroupName, String serviceName, String apiId, ExportFormat format)"
nameWithType: "ApiExports.getAsync(String resourceGroupName, String serviceName, String apiId, ExportFormat format)"
summary: "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."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the API Management service."
name: "serviceName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "API revision identifier. Must be unique in the current API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number."
name: "apiId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "Format in which to export the Api Details to the Storage Blob with Sas Key valid for 5 minutes. Possible values include: 'Swagger', 'Wsdl', 'Wadl', 'Openapi'"
name: "format"
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ExportFormat?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ExportFormat&text=ExportFormat\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<ApiExportResult> getAsync(String resourceGroupName, String serviceName, String apiId, ExportFormat format)"
desc: "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."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ApiExportResult?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiExportResult&text=ApiExportResult\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Type representing ApiExports."
implements:
- "<xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiExportsInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiExportsInner&text=ApiExportsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.apimanagement.v2019_01_01"
artifact: com.microsoft.azure.apimanagement.v2019_01_01:azure-mgmt-apimanagement:1.0.0-beta-1