ArmAppPlatformModelFactory.AppPlatformContentCertificateProperties Method

Definition

Initializes a new instance of AppPlatformContentCertificateProperties.

public static Azure.ResourceManager.AppPlatform.Models.AppPlatformContentCertificateProperties AppPlatformContentCertificateProperties (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, string content = default);
static member AppPlatformContentCertificateProperties : string * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * seq<string> * Nullable<Azure.ResourceManager.AppPlatform.Models.AppPlatformCertificateProvisioningState> * string -> Azure.ResourceManager.AppPlatform.Models.AppPlatformContentCertificateProperties
Public Shared Function AppPlatformContentCertificateProperties (Optional thumbprint As String = Nothing, Optional issuer As String = Nothing, Optional issuedOn As Nullable(Of DateTimeOffset) = Nothing, Optional expireOn As Nullable(Of DateTimeOffset) = Nothing, Optional activateOn As Nullable(Of DateTimeOffset) = Nothing, Optional subjectName As String = Nothing, Optional dnsNames As IEnumerable(Of String) = Nothing, Optional provisioningState As Nullable(Of AppPlatformCertificateProvisioningState) = Nothing, Optional content As String = Nothing) As AppPlatformContentCertificateProperties

Parameters

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.

content
String

The content of uploaded certificate.

Returns

A new AppPlatformContentCertificateProperties instance for mocking.

Applies to