Share via


FrontDoorSecretProperties Class

Definition

The json object containing secret parameters Please note FrontDoorSecretProperties 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 AzureFirstPartyManagedCertificateProperties, CustomerCertificateProperties, ManagedCertificateProperties and UriSigningKeyProperties.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.Cdn.Models.UnknownSecretProperties))]
public abstract class FrontDoorSecretProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.FrontDoorSecretProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.FrontDoorSecretProperties>
public abstract class FrontDoorSecretProperties
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.Cdn.Models.UnknownSecretProperties))>]
type FrontDoorSecretProperties = class
    interface IJsonModel<FrontDoorSecretProperties>
    interface IPersistableModel<FrontDoorSecretProperties>
type FrontDoorSecretProperties = class
Public MustInherit Class FrontDoorSecretProperties
Implements IJsonModel(Of FrontDoorSecretProperties), IPersistableModel(Of FrontDoorSecretProperties)
Public MustInherit Class FrontDoorSecretProperties
Inheritance
FrontDoorSecretProperties
Derived
Attributes
Implements

Constructors

FrontDoorSecretProperties()

Initializes a new instance of FrontDoorSecretProperties.

Explicit Interface Implementations

IJsonModel<FrontDoorSecretProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FrontDoorSecretProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FrontDoorSecretProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FrontDoorSecretProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FrontDoorSecretProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to