IStorageManagementClient.Credentials Property
Gets or sets the client credentials.
Namespace: Microsoft.WindowsAzure.Management.Storage
Assembly: Microsoft.WindowsAzure.Management.Storage (in Microsoft.WindowsAzure.Management.Storage.dll)
Syntax
SubscriptionCloudCredentials Credentials { get; }
property SubscriptionCloudCredentials^ Credentials {
SubscriptionCloudCredentials^ get();
}
abstract Credentials : SubscriptionCloudCredentials with get
ReadOnly Property Credentials As SubscriptionCloudCredentials
Property Value
Type: Microsoft.Azure.SubscriptionCloudCredentials
The client credentials.
See Also
IStorageManagementClient Interface
Microsoft.WindowsAzure.Management.Storage Namespace
Return to top