Share via


ManagementClient.ManagementCertificates Property

 

Gets the operations for managing management certificates.

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

Syntax

public virtual IManagementCertificateOperations ManagementCertificates { get; }
public:
property IManagementCertificateOperations^ ManagementCertificates {
    virtual IManagementCertificateOperations^ get();
}
abstract ManagementCertificates : IManagementCertificateOperations with get
override ManagementCertificates : IManagementCertificateOperations with get
Public Overridable ReadOnly Property ManagementCertificates As IManagementCertificateOperations

Property Value

Type: Microsoft.WindowsAzure.Management.IManagementCertificateOperations

The operations for managing management certificates.

Implements

IManagementClient.ManagementCertificates

Remarks

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

See Also

ManagementClient Class
Microsoft.WindowsAzure.Management Namespace

Return to top