你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ArmAppPlatformModelFactory.AppPlatformContentCertificateProperties 方法

定义

初始化 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

参数

thumbprint
String

证书的指纹。

issuer
String

证书的颁发者。

issuedOn
Nullable<DateTimeOffset>

证书的颁发日期。

expireOn
Nullable<DateTimeOffset>

证书的到期日期。

activateOn
Nullable<DateTimeOffset>

证书的激活日期。

subjectName
String

证书的使用者名称。

dnsNames
IEnumerable<String>

证书的域列表。

provisioningState
Nullable<AppPlatformCertificateProvisioningState>

证书的预配状态。

content
String

上传的证书的内容。

返回

用于模拟的新 AppPlatformContentCertificateProperties 实例。

适用于