AppServiceCertificateOrderPropertiesCertificates Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceCertificateOrderPropertiesCertificatesTypeConverter))]
public class AppServiceCertificateOrderPropertiesCertificates : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesCertificates, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IAssociativeArray<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificate>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceCertificateOrderPropertiesCertificatesTypeConverter))>]
type AppServiceCertificateOrderPropertiesCertificates = class
    interface IAppServiceCertificateOrderPropertiesCertificates
    interface IJsonSerializable
    interface IAssociativeArray<IAppServiceCertificate>
Public Class AppServiceCertificateOrderPropertiesCertificates
Implements IAppServiceCertificateOrderPropertiesCertificates, IAssociativeArray(Of IAppServiceCertificate)
Inheritance
AppServiceCertificateOrderPropertiesCertificates
Attributes
Implements

Constructors

AppServiceCertificateOrderPropertiesCertificates()

Fields

__additionalProperties

Properties

Item[String]

Methods

Add(String, IAppServiceCertificate)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
Remove(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
TryGetValue(String, IAppServiceCertificate)

Operators

Implicit(AppServiceCertificateOrderPropertiesCertificates to Dictionary<String,IAppServiceCertificate>)

Explicit Interface Implementations

IAssociativeArray<IAppServiceCertificate>.AdditionalProperties
IAssociativeArray<IAppServiceCertificate>.Count
IAssociativeArray<IAppServiceCertificate>.Keys
IAssociativeArray<IAppServiceCertificate>.Values

Applies to