RevokeCertificateList Class
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.
Defines the list of certificates for revocation in certificate profile.
public class RevokeCertificateList : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ArtifactSigning.Models.RevokeCertificateList>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ArtifactSigning.Models.RevokeCertificateList>
type RevokeCertificateList = class
interface IJsonModel<RevokeCertificateList>
interface IPersistableModel<RevokeCertificateList>
Public Class RevokeCertificateList
Implements IJsonModel(Of RevokeCertificateList), IPersistableModel(Of RevokeCertificateList)
- Inheritance
-
RevokeCertificateList
- Implements
Constructors
| Name | Description |
|---|---|
| RevokeCertificateList(IEnumerable<RevokeCertificateContent>) |
Initializes a new instance of RevokeCertificateList. |
Properties
| Name | Description |
|---|---|
| RevokeCertificates |
List of certificates to be revoked in a certificate profile. |