Udostępnij za pośrednictwem


EventData.SubscriptionId Property

 

Optional. Gets or sets the Azure subscription Id

Namespace:   Microsoft.Azure.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

public string SubscriptionId { get; set; }
public:
property String^ SubscriptionId {
    String^ get();
    void set(String^ value);
}
member SubscriptionId : string with get, set
Public Property SubscriptionId As String

Property Value

Type: System.String

See Also

EventData Class
Microsoft.Azure.Insights.Models Namespace

Return to top