LoadTestingModelFactory.TestCertificate 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.
Certificates metadata.
public static Azure.Developer.LoadTesting.TestCertificate TestCertificate(string value = default, Azure.Developer.LoadTesting.CertificateType? certificateKind = default, string name = default);
static member TestCertificate : string * Nullable<Azure.Developer.LoadTesting.CertificateType> * string -> Azure.Developer.LoadTesting.TestCertificate
Public Shared Function TestCertificate (Optional value As String = Nothing, Optional certificateKind As Nullable(Of CertificateType) = Nothing, Optional name As String = Nothing) As TestCertificate
Parameters
- value
- String
The value of the certificate for respective type.
- certificateKind
- Nullable<CertificateType>
Type of certificate.
- name
- String
Name of the certificate.
Returns
A new TestCertificate instance for mocking.