AppLoadedCertificate 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.
Loaded certificate payload.
public class AppLoadedCertificate : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppPlatform.Models.AppLoadedCertificate>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppPlatform.Models.AppLoadedCertificate>
public class AppLoadedCertificate
type AppLoadedCertificate = class
interface IJsonModel<AppLoadedCertificate>
interface IPersistableModel<AppLoadedCertificate>
type AppLoadedCertificate = class
Public Class AppLoadedCertificate
Implements IJsonModel(Of AppLoadedCertificate), IPersistableModel(Of AppLoadedCertificate)
Public Class AppLoadedCertificate
- Inheritance
-
AppLoadedCertificate
- Implements
Constructors
AppLoadedCertificate(ResourceIdentifier) |
Initializes a new instance of AppLoadedCertificate. |
Properties
LoadTrustStore |
Indicate whether the certificate will be loaded into default trust store, only work for Java runtime. |
ResourceId |
Resource Id of loaded certificate. |
Explicit Interface Implementations
IJsonModel<AppLoadedCertificate>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AppLoadedCertificate>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AppLoadedCertificate>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AppLoadedCertificate>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AppLoadedCertificate>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET