CertificateGetResponse.Certificate Property

 

Required. Gets or sets the certificate.

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

Syntax

public Certificate Certificate { get; set; }
public:
property Certificate^ Certificate {
    Certificate^ get();
    void set(Certificate^ value);
}
member Certificate : Certificate with get, set
Public Property Certificate As Certificate

Property Value

Type: Microsoft.Azure.Batch.Protocol.Models.Certificate

See Also

CertificateGetResponse Class
Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top