Partilhar via


ActivateBringYourOwnRootRequest(String) Constructor

Definition

Initializes a new instance of ActivateBringYourOwnRootRequest.

public ActivateBringYourOwnRootRequest(string certificateChain);
new Azure.ResourceManager.DeviceRegistry.Models.ActivateBringYourOwnRootRequest : string -> Azure.ResourceManager.DeviceRegistry.Models.ActivateBringYourOwnRootRequest
Public Sub New (certificateChain As String)

Parameters

certificateChain
String

Certificate chain in PEM format, including the signed certificate. The first certificate must be the signed certificate (matching the CSR generated by the service), followed by any intermediate CAs, and optionally the root CA. Certificates must be ordered from leaf to root and concatenated in PEM format.

Exceptions

certificateChain is null.

Applies to