Share via


ArmAppPlatformModelFactory.AppPlatformCertificateProperties Method

Definition

Initializes a new instance of AppPlatformCertificateProperties.

public static Azure.ResourceManager.AppPlatform.Models.AppPlatformCertificateProperties AppPlatformCertificateProperties (string certificatePropertiesType = default, string thumbprint = default, string issuer = default, DateTimeOffset? issuedOn = default, DateTimeOffset? expireOn = default, DateTimeOffset? activateOn = default, string subjectName = default, System.Collections.Generic.IEnumerable<string> dnsNames = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformCertificateProvisioningState? provisioningState = default);

Parameters

certificatePropertiesType
String

The type of the certificate source.

thumbprint
String

The thumbprint of certificate.

issuer
String

The issuer of certificate.

issuedOn
Nullable<DateTimeOffset>

The issue date of certificate.

expireOn
Nullable<DateTimeOffset>

The expiration date of certificate.

activateOn
Nullable<DateTimeOffset>

The activate date of certificate.

subjectName
String

The subject name of certificate.

dnsNames
IEnumerable<String>

The domain list of certificate.

provisioningState
Nullable<AppPlatformCertificateProvisioningState>

Provisioning state of the Certificate.

Returns

A new AppPlatformCertificateProperties instance for mocking.

Applies to