WebSiteExtensionsClient.Credentials Property
TBD.
Namespace: Microsoft.WindowsAzure.WebSitesExtensions
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public BasicAuthenticationCloudCredentials Credentials { get; set; }
public:
property BasicAuthenticationCloudCredentials^ Credentials {
virtual BasicAuthenticationCloudCredentials^ get() sealed;
virtual void set(BasicAuthenticationCloudCredentials^ value) sealed;
}
abstract Credentials : BasicAuthenticationCloudCredentials with get, set
override Credentials : BasicAuthenticationCloudCredentials with get, set
Public Property Credentials As BasicAuthenticationCloudCredentials
Property Value
Type: Microsoft.WindowsAzure.BasicAuthenticationCloudCredentials
Implements
IWebSiteExtensionsClient.Credentials
See Also
WebSiteExtensionsClient Class
Microsoft.WindowsAzure.WebSitesExtensions Namespace
Return to top