IInsightsManagementClient.Credentials 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.Insights
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
SubscriptionCloudCredentials Credentials { get; }
property SubscriptionCloudCredentials^ Credentials {
SubscriptionCloudCredentials^ get();
}
abstract Credentials : SubscriptionCloudCredentials with get
ReadOnly Property Credentials As SubscriptionCloudCredentials
Property Value
Type: Microsoft.WindowsAzure.SubscriptionCloudCredentials
See Also
IInsightsManagementClient Interface
Microsoft.Azure.Management.Insights Namespace
Return to top