ApiExportResultValue Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET