Share via


ComputeManagementClient.ServiceCertificates Property

 

Gets the IServiceCertificateOperations object that contains 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

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

Property Value

Type: Microsoft.WindowsAzure.Management.Compute.IServiceCertificateOperations

The IServiceCertificateOperations object.

Implements

IComputeManagementClient.ServiceCertificates

Remarks

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

See Also

ComputeManagementClient Class
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top