你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CustomDomainOwnershipValidationResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Namespace custom domain ownership validation result.
public class CustomDomainOwnershipValidationResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.EventGrid.Models.CustomDomainOwnershipValidationResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.EventGrid.Models.CustomDomainOwnershipValidationResult>
type CustomDomainOwnershipValidationResult = class
interface IJsonModel<CustomDomainOwnershipValidationResult>
interface IPersistableModel<CustomDomainOwnershipValidationResult>
Public Class CustomDomainOwnershipValidationResult
Implements IJsonModel(Of CustomDomainOwnershipValidationResult), IPersistableModel(Of CustomDomainOwnershipValidationResult)
- Inheritance
-
CustomDomainOwnershipValidationResult
- Implements
Properties
CustomDomainsForTopicsConfiguration |
List of custom domain configurations for the namespace under topics configuration. |
CustomDomainsForTopicSpacesConfiguration |
List of custom domain configurations for the namespace under topic spaces configuration. |
Explicit Interface Implementations
IJsonModel<CustomDomainOwnershipValidationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<CustomDomainOwnershipValidationResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<CustomDomainOwnershipValidationResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<CustomDomainOwnershipValidationResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<CustomDomainOwnershipValidationResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |