IBatchRestClient.Certificates Property

 

Operations for managing certificates installed onto Azure Batch compute nodes

Namespace:   Microsoft.Azure.Batch.Protocol
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

ICertificateOperations Certificates { get; }
property ICertificateOperations^ Certificates {
    ICertificateOperations^ get();
}
abstract Certificates : ICertificateOperations with get
ReadOnly Property Certificates As ICertificateOperations

Property Value

Type: Microsoft.Azure.Batch.Protocol.ICertificateOperations

See Also

IBatchRestClient Interface
Microsoft.Azure.Batch.Protocol Namespace

Return to top