Sdílet prostřednictvím


DataFeed.Status Property

Definition

The current ingestion status of this DataFeed. Only Active and Paused are supported.

public Azure.AI.MetricsAdvisor.Models.DataFeedStatus? Status { get; }
member this.Status : Nullable<Azure.AI.MetricsAdvisor.Models.DataFeedStatus>
Public ReadOnly Property Status As Nullable(Of DataFeedStatus)

Property Value

Remarks

If null, it means this instance has not been sent to the service to be created yet. Once created, the status is initialized as Active.

Applies to