Uses of Class
com.azure.resourcemanager.deviceprovisioningservices.fluent.models.CertificateResponseInner
Packages that use CertificateResponseInner
Package
Description
Package containing the service clients for IotDpsClient.
Package containing the inner data models for IotDpsClient.
Package containing the data models for IotDpsClient.
-
Uses of CertificateResponseInner in com.azure.resourcemanager.deviceprovisioningservices.fluent
Methods in com.azure.resourcemanager.deviceprovisioningservices.fluent that return CertificateResponseInnerModifier and TypeMethodDescriptionDpsCertificatesClient.createOrUpdate
(String resourceGroupName, String provisioningServiceName, String certificateName, CertificateResponseInner certificateDescription) Add new certificate or update an existing certificate.DpsCertificatesClient.get
(String certificateName, String resourceGroupName, String provisioningServiceName) Get the certificate from the provisioning service.DpsCertificatesClient.verifyCertificate
(String certificateName, String ifMatch, String resourceGroupName, String provisioningServiceName, VerificationCodeRequest request) Verifies the certificate's private key possession by providing the leaf cert issued by the verifying pre uploaded certificate.Methods in com.azure.resourcemanager.deviceprovisioningservices.fluent that return types with arguments of type CertificateResponseInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<CertificateResponseInner>
DpsCertificatesClient.createOrUpdateWithResponse
(String resourceGroupName, String provisioningServiceName, String certificateName, CertificateResponseInner certificateDescription, String ifMatch, com.azure.core.util.Context context) Add new certificate or update an existing certificate.com.azure.core.http.rest.Response<CertificateResponseInner>
DpsCertificatesClient.getWithResponse
(String certificateName, String resourceGroupName, String provisioningServiceName, String ifMatch, com.azure.core.util.Context context) Get the certificate from the provisioning service.com.azure.core.http.rest.Response<CertificateResponseInner>
DpsCertificatesClient.verifyCertificateWithResponse
(String certificateName, String ifMatch, String resourceGroupName, String provisioningServiceName, VerificationCodeRequest request, String certificateName1, byte[] certificateRawBytes, Boolean certificateIsVerified, CertificatePurpose certificatePurpose, OffsetDateTime certificateCreated, OffsetDateTime certificateLastUpdated, Boolean certificateHasPrivateKey, String certificateNonce, com.azure.core.util.Context context) Verifies the certificate's private key possession by providing the leaf cert issued by the verifying pre uploaded certificate.Methods in com.azure.resourcemanager.deviceprovisioningservices.fluent with parameters of type CertificateResponseInnerModifier and TypeMethodDescriptionDpsCertificatesClient.createOrUpdate
(String resourceGroupName, String provisioningServiceName, String certificateName, CertificateResponseInner certificateDescription) Add new certificate or update an existing certificate.com.azure.core.http.rest.Response<CertificateResponseInner>
DpsCertificatesClient.createOrUpdateWithResponse
(String resourceGroupName, String provisioningServiceName, String certificateName, CertificateResponseInner certificateDescription, String ifMatch, com.azure.core.util.Context context) Add new certificate or update an existing certificate. -
Uses of CertificateResponseInner in com.azure.resourcemanager.deviceprovisioningservices.fluent.models
Methods in com.azure.resourcemanager.deviceprovisioningservices.fluent.models that return CertificateResponseInnerModifier and TypeMethodDescriptionCertificateResponseInner.withProperties
(CertificateProperties properties) Set the properties property: properties of a certificate.Methods in com.azure.resourcemanager.deviceprovisioningservices.fluent.models that return types with arguments of type CertificateResponseInnerModifier and TypeMethodDescriptionCertificateListDescriptionInner.value()
Get the value property: The array of Certificate objects.Method parameters in com.azure.resourcemanager.deviceprovisioningservices.fluent.models with type arguments of type CertificateResponseInnerModifier and TypeMethodDescriptionCertificateListDescriptionInner.withValue
(List<CertificateResponseInner> value) Set the value property: The array of Certificate objects. -
Uses of CertificateResponseInner in com.azure.resourcemanager.deviceprovisioningservices.models
Methods in com.azure.resourcemanager.deviceprovisioningservices.models that return CertificateResponseInnerModifier and TypeMethodDescriptionCertificateResponse.innerModel()
Gets the inner com.azure.resourcemanager.deviceprovisioningservices.fluent.models.CertificateResponseInner object.