ArmDependencyMapModelFactory.ExportDependenciesResultProperties Method

Definition

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.

additionalInfoAvailableDaysCount
Nullable<Int32>

Number of days for which data was available in the exported results.

Returns

A new ExportDependenciesResultProperties instance for mocking.

Applies to