你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

INginxCertificate Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.NginxCertificateTypeConverter))]
public interface INginxCertificate : Microsoft.Azure.PowerShell.Cmdlets.Nginx.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.NginxCertificateTypeConverter))>]
type INginxCertificate = interface
    interface IJsonSerializable
Public Interface INginxCertificate
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

CertificateVirtualPath
Id
KeyVaultSecretId
KeyVirtualPath
Location
Name
ProvisioningState
SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Type

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to