你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ApiExportResultValue Class

  • java.lang.Object
    • com.microsoft.azure.management.apimanagement.v2019_01_01.ApiExportResultValue

public class ApiExportResultValue

The object defining the schema of the exported Api Detail.

Constructor Summary

Constructor Description
ApiExportResultValue()

Method Summary

Modifier and Type Method and Description
java.lang.String link()

Get link to the Storage Blob containing the result of the export operation.

ApiExportResultValue withLink(String link)

Set link to the Storage Blob containing the result of the export operation.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ApiExportResultValue

public ApiExportResultValue()

Method Details

link

public String link()

Get link to the Storage Blob containing the result of the export operation. The Blob Uri is only valid for 5 minutes.

Returns:

the link value

withLink

public ApiExportResultValue withLink(String link)

Set link to the Storage Blob containing the result of the export operation. The Blob Uri is only valid for 5 minutes.

Parameters:

link - the link value to set

Returns:

the ApiExportResultValue object itself.

Applies to