Share via


AppPlatformApiPortalCustomDomainData Class

Definition

A class representing the AppPlatformApiPortalCustomDomain data model. Custom domain of the API portal

public class AppPlatformApiPortalCustomDomainData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppPlatform.AppPlatformApiPortalCustomDomainData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppPlatform.AppPlatformApiPortalCustomDomainData>
type AppPlatformApiPortalCustomDomainData = class
    inherit ResourceData
    interface IJsonModel<AppPlatformApiPortalCustomDomainData>
    interface IPersistableModel<AppPlatformApiPortalCustomDomainData>
Public Class AppPlatformApiPortalCustomDomainData
Inherits ResourceData
Implements IJsonModel(Of AppPlatformApiPortalCustomDomainData), IPersistableModel(Of AppPlatformApiPortalCustomDomainData)
Inheritance
Azure.ResourceManager.Models.ResourceData
AppPlatformApiPortalCustomDomainData
Implements
System.ClientModel.Primitives.IJsonModel<AppPlatformApiPortalCustomDomainData> System.ClientModel.Primitives.IPersistableModel<AppPlatformApiPortalCustomDomainData> System.ClientModel.Primitives.IPersistableModel<T>

Constructors

AppPlatformApiPortalCustomDomainData()

Initializes a new instance of AppPlatformApiPortalCustomDomainData.

Properties

ApiPortalCustomDomainThumbprint

The thumbprint of bound certificate.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AppPlatformApiPortalCustomDomainData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AppPlatformApiPortalCustomDomainData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided System.Text.Json.Utf8JsonWriter.

IPersistableModel<AppPlatformApiPortalCustomDomainData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided System.BinaryData into a model.

IPersistableModel<AppPlatformApiPortalCustomDomainData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AppPlatformApiPortalCustomDomainData>.Write(ModelReaderWriterOptions)

Writes the model into a System.BinaryData.

Applies to