IWebSiteManagementClient.Credentials Property
Gets an SubscriptionCloudCredentials object that specifies the subscription credentials.
Namespace: Microsoft.WindowsAzure.Management.WebSites
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.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
An SubscriptionCloudCredentials object.
See Also
IWebSiteManagementClient Interface
Microsoft.WindowsAzure.Management.WebSites Namespace
Return to top