ApiExportResultValue Constructors

Definition

Overloads

ApiExportResultValue()

Initializes a new instance of the ApiExportResultValue class.

ApiExportResultValue(String)

Initializes a new instance of the ApiExportResultValue class.

ApiExportResultValue()

Initializes a new instance of the ApiExportResultValue class.

public ApiExportResultValue ();
Public Sub New ()

Applies to

ApiExportResultValue(String)

Initializes a new instance of the ApiExportResultValue class.

public ApiExportResultValue (string link = default);
new Microsoft.Azure.Management.ApiManagement.Models.ApiExportResultValue : string -> Microsoft.Azure.Management.ApiManagement.Models.ApiExportResultValue
Public Sub New (Optional link As String = Nothing)

Parameters

link
String

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

Applies to