AppPlatformCertificateData 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.
A class representing the AppPlatformCertificate data model. Certificate resource payload.
public class AppPlatformCertificateData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppPlatform.AppPlatformCertificateData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppPlatform.AppPlatformCertificateData>
type AppPlatformCertificateData = class
inherit ResourceData
interface IJsonModel<AppPlatformCertificateData>
interface IPersistableModel<AppPlatformCertificateData>
Public Class AppPlatformCertificateData
Inherits ResourceData
Implements IJsonModel(Of AppPlatformCertificateData), IPersistableModel(Of AppPlatformCertificateData)
- Inheritance
-
Azure.ResourceManager.Models.ResourceDataAppPlatformCertificateData
- Implements
-
System.ClientModel.Primitives.IJsonModel<AppPlatformCertificateData> System.ClientModel.Primitives.IPersistableModel<AppPlatformCertificateData> System.ClientModel.Primitives.IPersistableModel<T>
Constructors
| AppPlatformCertificateData() |
Initializes a new instance of AppPlatformCertificateData. |
Properties
| Properties |
Properties of the certificate resource payload. Please note AppPlatformCertificateProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AppPlatformContentCertificateProperties and AppPlatformKeyVaultCertificateProperties. |
Methods
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
| IJsonModel<AppPlatformCertificateData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<AppPlatformCertificateData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided System.Text.Json.Utf8JsonWriter. |
| IPersistableModel<AppPlatformCertificateData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided System.BinaryData into a model. |
| IPersistableModel<AppPlatformCertificateData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<AppPlatformCertificateData>.Write(ModelReaderWriterOptions) |
Writes the model into a System.BinaryData. |