Uses of Class
com.azure.resourcemanager.deviceprovisioningservices.models.CertificateProperties
Packages that use CertificateProperties
Package
Description
Package containing the inner data models for IotDpsClient.
Package containing the data models for IotDpsClient.
-
Uses of CertificateProperties in com.azure.resourcemanager.deviceprovisioningservices.fluent.models
Methods in com.azure.resourcemanager.deviceprovisioningservices.fluent.models that return CertificatePropertiesModifier and TypeMethodDescriptionCertificateResponseInner.properties()
Get the properties property: properties of a certificate.Methods in com.azure.resourcemanager.deviceprovisioningservices.fluent.models with parameters of type CertificatePropertiesModifier and TypeMethodDescriptionCertificateResponseInner.withProperties
(CertificateProperties properties) Set the properties property: properties of a certificate. -
Uses of CertificateProperties in com.azure.resourcemanager.deviceprovisioningservices.models
Methods in com.azure.resourcemanager.deviceprovisioningservices.models that return CertificatePropertiesModifier and TypeMethodDescriptionCertificateResponse.properties()
Gets the properties property: properties of a certificate.CertificateProperties.withCertificate
(byte[] certificate) Set the certificate property: base-64 representation of X509 certificate .cer file or just .pem file content.CertificateProperties.withIsVerified
(Boolean isVerified) Set the isVerified property: Determines whether certificate has been verified.Methods in com.azure.resourcemanager.deviceprovisioningservices.models with parameters of type CertificatePropertiesModifier and TypeMethodDescriptionCertificateResponse.DefinitionStages.WithProperties.withProperties
(CertificateProperties properties) Specifies the properties property: properties of a certificate.CertificateResponse.UpdateStages.WithProperties.withProperties
(CertificateProperties properties) Specifies the properties property: properties of a certificate.