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

ArmAppPlatformModelFactory.AppPlatformCustomDomainProperties 方法

定义

初始化 AppPlatformCustomDomainProperties 的新实例。

public static Azure.ResourceManager.AppPlatform.Models.AppPlatformCustomDomainProperties AppPlatformCustomDomainProperties (string thumbprint = default, string appName = default, string certName = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformCustomDomainProvisioningState? provisioningState = default);
static member AppPlatformCustomDomainProperties : string * string * string * Nullable<Azure.ResourceManager.AppPlatform.Models.AppPlatformCustomDomainProvisioningState> -> Azure.ResourceManager.AppPlatform.Models.AppPlatformCustomDomainProperties
Public Shared Function AppPlatformCustomDomainProperties (Optional thumbprint As String = Nothing, Optional appName As String = Nothing, Optional certName As String = Nothing, Optional provisioningState As Nullable(Of AppPlatformCustomDomainProvisioningState) = Nothing) As AppPlatformCustomDomainProperties

参数

thumbprint
String

绑定证书的指纹。

appName
String

域的应用名称。

certName
String

域的绑定证书名称。

provisioningState
Nullable<AppPlatformCustomDomainProvisioningState>

域的预配状态。

返回

用于模拟的新 AppPlatformCustomDomainProperties 实例。

适用于