CertificateCollection Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateCollectionTypeConverter))]
public class CertificateCollection : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateCollectionTypeConverter))>]
type CertificateCollection = class
    interface ICertificateCollection
    interface IJsonSerializable
Public Class CertificateCollection
Implements ICertificateCollection
Inheritance
CertificateCollection
Attributes
Implements

Constructors

CertificateCollection()

Properties

NextLink
Value

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()

Applies to