AppPlatformCustomDomainProperties 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.
Custom domain of app resource payload.
public class AppPlatformCustomDomainProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformCustomDomainProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformCustomDomainProperties>
public class AppPlatformCustomDomainProperties
type AppPlatformCustomDomainProperties = class
interface IJsonModel<AppPlatformCustomDomainProperties>
interface IPersistableModel<AppPlatformCustomDomainProperties>
type AppPlatformCustomDomainProperties = class
Public Class AppPlatformCustomDomainProperties
Implements IJsonModel(Of AppPlatformCustomDomainProperties), IPersistableModel(Of AppPlatformCustomDomainProperties)
Public Class AppPlatformCustomDomainProperties
- Inheritance
-
AppPlatformCustomDomainProperties
- Implements
Constructors
AppPlatformCustomDomainProperties() |
Initializes a new instance of AppPlatformCustomDomainProperties. |
Properties
AppName |
The app name of domain. |
CertName |
The bound certificate name of domain. |
ProvisioningState |
Provisioning state of the Domain. |
Thumbprint |
The thumbprint of bound certificate. |
Explicit Interface Implementations
IJsonModel<AppPlatformCustomDomainProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AppPlatformCustomDomainProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AppPlatformCustomDomainProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AppPlatformCustomDomainProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AppPlatformCustomDomainProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET