ApiManagementCertificateCreateOrUpdateContent 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.
Certificate create or update details.
public class ApiManagementCertificateCreateOrUpdateContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApiManagement.Models.ApiManagementCertificateCreateOrUpdateContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApiManagement.Models.ApiManagementCertificateCreateOrUpdateContent>
type ApiManagementCertificateCreateOrUpdateContent = class
interface IJsonModel<ApiManagementCertificateCreateOrUpdateContent>
interface IPersistableModel<ApiManagementCertificateCreateOrUpdateContent>
Public Class ApiManagementCertificateCreateOrUpdateContent
Implements IJsonModel(Of ApiManagementCertificateCreateOrUpdateContent), IPersistableModel(Of ApiManagementCertificateCreateOrUpdateContent)
- Inheritance
-
ApiManagementCertificateCreateOrUpdateContent
- Implements
Constructors
ApiManagementCertificateCreateOrUpdateContent() |
Initializes a new instance of ApiManagementCertificateCreateOrUpdateContent. |
Properties
Data |
Base 64 encoded certificate using the application/x-pkcs12 representation. |
KeyVaultDetails |
KeyVault location details of the certificate. |
Password |
Password for the Certificate. |
Explicit Interface Implementations
IJsonModel<ApiManagementCertificateCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ApiManagementCertificateCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ApiManagementCertificateCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ApiManagementCertificateCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ApiManagementCertificateCreateOrUpdateContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET