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

CustomDomainConfiguration.Identity Property

Definition

Identity info for accessing the certificate for the custom domain. This identity info must match an identity that has been set on the namespace.

public Azure.Provisioning.EventGrid.CustomDomainIdentity Identity { get; set; }
public Azure.Provisioning.BicepValue<Azure.Provisioning.EventGrid.CustomDomainIdentity> Identity { get; set; }
member this.Identity : Azure.Provisioning.EventGrid.CustomDomainIdentity with get, set
member this.Identity : Azure.Provisioning.BicepValue<Azure.Provisioning.EventGrid.CustomDomainIdentity> with get, set
Public Property Identity As CustomDomainIdentity
Public Property Identity As BicepValue(Of CustomDomainIdentity)

Property Value

Applies to