ArmDeviceRegistryModelFactory.ActivateBringYourOwnRootRequest(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Request payload for activating a Bring Your Own Root policy with a customer-provided signed certificate.
public static Azure.ResourceManager.DeviceRegistry.Models.ActivateBringYourOwnRootRequest ActivateBringYourOwnRootRequest(string certificateChain = default);
static member ActivateBringYourOwnRootRequest : string -> Azure.ResourceManager.DeviceRegistry.Models.ActivateBringYourOwnRootRequest
Public Shared Function ActivateBringYourOwnRootRequest (Optional certificateChain As String = Nothing) As ActivateBringYourOwnRootRequest
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.
Returns
A new ActivateBringYourOwnRootRequest instance for mocking.