IComputeManagementClient.ServiceCertificates Property

 

Gets the operations for managing service certificates that are associated with a cloud service.

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

Syntax

IServiceCertificateOperations ServiceCertificates { get; }
property IServiceCertificateOperations^ ServiceCertificates {
    IServiceCertificateOperations^ get();
}
abstract ServiceCertificates : IServiceCertificateOperations with get
ReadOnly Property ServiceCertificates As IServiceCertificateOperations

Property Value

Type: Microsoft.WindowsAzure.Management.Compute.IServiceCertificateOperations

The operations for managing service certificates.

Remarks

For more information about managing service certificates, see the following resource:

See Also

IComputeManagementClient Interface
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top