ExportDependenciesResultProperties Class
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.
Model representing properties returned upon successful completion of the export dependencies asynchronous operation.
public class ExportDependenciesResultProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DependencyMap.Models.ExportDependenciesResultProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DependencyMap.Models.ExportDependenciesResultProperties>
type ExportDependenciesResultProperties = class
interface IJsonModel<ExportDependenciesResultProperties>
interface IPersistableModel<ExportDependenciesResultProperties>
Public Class ExportDependenciesResultProperties
Implements IJsonModel(Of ExportDependenciesResultProperties), IPersistableModel(Of ExportDependenciesResultProperties)
- Inheritance
-
ExportDependenciesResultProperties
- Implements
Properties
| Name | Description |
|---|---|
| AdditionalInfoAvailableDaysCount |
Number of days for which data was available in the exported results. |
| ExportedDataSasUri |
The SAS URI of the blob containing the exported dependencies data. |
| StatusCode |
A status code returned by the service with additional context about the export dependencies operation. |