Share via


IManagementClient.ManagementCertificates Property

 

Gets the operations for managing management certificates.

Namespace:   Microsoft.WindowsAzure.Management
Assembly:  Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)

Syntax

IManagementCertificateOperations ManagementCertificates { get; }
property IManagementCertificateOperations^ ManagementCertificates {
    IManagementCertificateOperations^ get();
}
abstract ManagementCertificates : IManagementCertificateOperations with get
ReadOnly Property ManagementCertificates As IManagementCertificateOperations

Property Value

Type: Microsoft.WindowsAzure.Management.IManagementCertificateOperations

The operations for managing management certificates.

Remarks

For more information about management certificates, see the following resources:

See Also

IManagementClient Interface
Microsoft.WindowsAzure.Management Namespace

Return to top