CertificateListResponse.Certificates Property
Required. Gets or sets the list of certificates.
Namespace: Microsoft.Azure.Batch.Protocol.Models
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Syntax
public IList<Certificate> Certificates { get; set; }
public:
property IList<Certificate^>^ Certificates {
IList<Certificate^>^ get();
void set(IList<Certificate^>^ value);
}
member Certificates : IList<Certificate> with get, set
Public Property Certificates As IList(Of Certificate)
Property Value
Type: System.Collections.Generic.IList<Certificate>
See Also
CertificateListResponse Class
Microsoft.Azure.Batch.Protocol.Models Namespace
Return to top