ValidateSecretContent 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.
Input of the secret to be validated.
public class ValidateSecretContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.ValidateSecretContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.ValidateSecretContent>
type ValidateSecretContent = class
interface IJsonModel<ValidateSecretContent>
interface IPersistableModel<ValidateSecretContent>
Public Class ValidateSecretContent
Implements IJsonModel(Of ValidateSecretContent), IPersistableModel(Of ValidateSecretContent)
- Inheritance
-
ValidateSecretContent
- Implements
Constructors
ValidateSecretContent(SecretType, WritableSubResource) |
Initializes a new instance of ValidateSecretContent. |
Properties
SecretSourceId |
Gets or sets Id. |
SecretType |
The secret type. |
SecretVersion |
Secret version, if customer is using a specific version. |
Explicit Interface Implementations
IJsonModel<ValidateSecretContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ValidateSecretContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ValidateSecretContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ValidateSecretContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ValidateSecretContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET