CertificateModelFactory.CertificateOperationProperties 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.
Initializes a new instance of the CertificateOperationProperties for mocking purposes.
public static Azure.Security.KeyVault.Certificates.CertificateOperationProperties CertificateOperationProperties (Uri id = default, string name = default, Uri vaultUri = default, string issuerName = default, string certificateType = default, bool? certificateTransparency = default, byte[] csr = default, bool cancellationRequested = false, string requestId = default, string status = default, string statusDetails = default, string target = default, Azure.Security.KeyVault.Certificates.CertificateOperationError error = default);
static member CertificateOperationProperties : Uri * string * Uri * string * string * Nullable<bool> * byte[] * bool * string * string * string * string * Azure.Security.KeyVault.Certificates.CertificateOperationError -> Azure.Security.KeyVault.Certificates.CertificateOperationProperties
Public Shared Function CertificateOperationProperties (Optional id As Uri = Nothing, Optional name As String = Nothing, Optional vaultUri As Uri = Nothing, Optional issuerName As String = Nothing, Optional certificateType As String = Nothing, Optional certificateTransparency As Nullable(Of Boolean) = Nothing, Optional csr As Byte() = Nothing, Optional cancellationRequested As Boolean = false, Optional requestId As String = Nothing, Optional status As String = Nothing, Optional statusDetails As String = Nothing, Optional target As String = Nothing, Optional error As CertificateOperationError = Nothing) As CertificateOperationProperties
Parameters
- issuerName
- String
Sets the IssuerName property.
- certificateType
- String
Sets the CertificateType property.
Sets the CertificateTransparency property.
- cancellationRequested
- Boolean
Sets the CancellationRequested property.
- statusDetails
- String
Sets the StatusDetails property.
Sets the Error property.
Returns
A new instance of the CertificateOperationProperties for mocking purposes.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET