Uses of Class
com.azure.resourcemanager.apimanagement.models.ExportResultFormat
Packages that use ExportResultFormat
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of ExportResultFormat in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return ExportResultFormatModifier and TypeMethodDescriptionApiExportResultInner.exportResultFormat()Get the exportResultFormat property: Format in which the API Details are exported to the Storage Blob with Sas Key valid for 5 minutes.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type ExportResultFormatModifier and TypeMethodDescriptionApiExportResultInner.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. -
Uses of ExportResultFormat in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as ExportResultFormatModifier and TypeFieldDescriptionstatic final ExportResultFormatExportResultFormat.OPENAPI_LINKStatic value openapi-link for ExportResultFormat.static final ExportResultFormatExportResultFormat.SWAGGER_LINK_JSONStatic value swagger-link-json for ExportResultFormat.static final ExportResultFormatExportResultFormat.WADL_LINK_JSONStatic value wadl-link-json for ExportResultFormat.static final ExportResultFormatExportResultFormat.WSDL_LINK_XMLStatic value wsdl-link+xml for ExportResultFormat.Methods in com.azure.resourcemanager.apimanagement.models that return ExportResultFormatModifier and TypeMethodDescriptionApiExportResult.exportResultFormat()Gets the exportResultFormat property: Format in which the API Details are exported to the Storage Blob with Sas Key valid for 5 minutes.static ExportResultFormatExportResultFormat.fromString(String name) Creates or finds a ExportResultFormat from its string representation.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type ExportResultFormatModifier and TypeMethodDescriptionstatic Collection<ExportResultFormat> ExportResultFormat.values()Gets known ExportResultFormat values.