Share via


CloudPoolUpdatePropertiesParameters.CertificateReferences Property

 

Required. Gets or sets a list of certificates to be installed on each compute node in the pool. If you specify an empty collection, any existing certificate references are removed from the pool.

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

Syntax

public IList<CertificateReference> CertificateReferences { get; set; }
public:
property IList<CertificateReference^>^ CertificateReferences {
    IList<CertificateReference^>^ get();
    void set(IList<CertificateReference^>^ value);
}
member CertificateReferences : IList<CertificateReference> with get, set
Public Property CertificateReferences As IList(Of CertificateReference)

Property Value

Type: System.Collections.Generic.IList<CertificateReference>

See Also

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

Return to top