IDataLakeAnalyticsCatalogManagementClient.SubscriptionId Property

 

Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Namespace:   Microsoft.Azure.Management.DataLake.Analytics
Assembly:  Microsoft.Azure.Management.DataLake.Analytics (in Microsoft.Azure.Management.DataLake.Analytics.dll)

Syntax

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

Property Value

Type: System.String

See Also

IDataLakeAnalyticsCatalogManagementClient Interface
Microsoft.Azure.Management.DataLake.Analytics Namespace

Return to top