DeletedCertificateBundle Constructors
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.
Overloads
DeletedCertificateBundle()
DeletedCertificateBundle(String, String, String, Byte[], CertificatePolicy, Byte[], String, CertificateAttributes, IDictionary<String,String>, String, Nullable<DateTime>, Nullable<DateTime>)
- Source:
- DeletedCertificateBundle.cs
public DeletedCertificateBundle(string id = default, string kid = default, string sid = default, byte[] x509Thumbprint = default, Microsoft.Azure.KeyVault.Models.CertificatePolicy policy = default, byte[] cer = default, string contentType = default, Microsoft.Azure.KeyVault.Models.CertificateAttributes attributes = default, System.Collections.Generic.IDictionary<string,string> tags = default, string recoveryId = default, DateTime? scheduledPurgeDate = default, DateTime? deletedDate = default);
new Microsoft.Azure.KeyVault.Models.DeletedCertificateBundle : string * string * string * byte[] * Microsoft.Azure.KeyVault.Models.CertificatePolicy * byte[] * string * Microsoft.Azure.KeyVault.Models.CertificateAttributes * System.Collections.Generic.IDictionary<string, string> * string * Nullable<DateTime> * Nullable<DateTime> -> Microsoft.Azure.KeyVault.Models.DeletedCertificateBundle
Public Sub New (Optional id As String = Nothing, Optional kid As String = Nothing, Optional sid As String = Nothing, Optional x509Thumbprint As Byte() = Nothing, Optional policy As CertificatePolicy = Nothing, Optional cer As Byte() = Nothing, Optional contentType As String = Nothing, Optional attributes As CertificateAttributes = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional recoveryId As String = Nothing, Optional scheduledPurgeDate As Nullable(Of DateTime) = Nothing, Optional deletedDate As Nullable(Of DateTime) = Nothing)
Parameters
- id
- System.String
- kid
- System.String
- sid
- System.String
- x509Thumbprint
- System.Byte[]
- policy
- CertificatePolicy
- cer
- System.Byte[]
- contentType
- System.String
- attributes
- CertificateAttributes
- tags
- System.Collections.Generic.IDictionary<System.String,System.String>
- recoveryId
- System.String
- scheduledPurgeDate
- System.Nullable<System.DateTime>
- deletedDate
- System.Nullable<System.DateTime>