ArmDependencyMapModelFactory.ExportDependenciesResultProperties Method
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.
public static Azure.ResourceManager.DependencyMap.Models.ExportDependenciesResultProperties ExportDependenciesResultProperties(string exportedDataSasUri = default, Azure.ResourceManager.DependencyMap.Models.ExportDependenciesStatusCode? statusCode = default, int? additionalInfoAvailableDaysCount = default);
static member ExportDependenciesResultProperties : string * Nullable<Azure.ResourceManager.DependencyMap.Models.ExportDependenciesStatusCode> * Nullable<int> -> Azure.ResourceManager.DependencyMap.Models.ExportDependenciesResultProperties
Public Shared Function ExportDependenciesResultProperties (Optional exportedDataSasUri As String = Nothing, Optional statusCode As Nullable(Of ExportDependenciesStatusCode) = Nothing, Optional additionalInfoAvailableDaysCount As Nullable(Of Integer) = Nothing) As ExportDependenciesResultProperties
Parameters
- exportedDataSasUri
- String
The SAS URI of the blob containing the exported dependencies data.
- statusCode
- Nullable<ExportDependenciesStatusCode>
A status code returned by the service with additional context about the export dependencies operation.
Number of days for which data was available in the exported results.
Returns
A new ExportDependenciesResultProperties instance for mocking.