320 строки
28 KiB
YAML
320 строки
28 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.iothub.fluent.CertificatesClient"
|
|
fullName: "com.azure.resourcemanager.iothub.fluent.CertificatesClient"
|
|
name: "CertificatesClient"
|
|
nameWithType: "CertificatesClient"
|
|
summary: "An instance of this class provides access to all the operations defined in Certificates<wbr>Client."
|
|
syntax: "public interface **CertificatesClient**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.iothub.fluent.CertificatesClient.createOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.iothub.fluent.models.CertificateDescriptionInner)"
|
|
fullName: "com.azure.resourcemanager.iothub.fluent.CertificatesClient.createOrUpdate(String resourceGroupName, String resourceName, String certificateName, CertificateDescriptionInner certificateDescription)"
|
|
name: "createOrUpdate(String resourceGroupName, String resourceName, String certificateName, CertificateDescriptionInner certificateDescription)"
|
|
nameWithType: "CertificatesClient.createOrUpdate(String resourceGroupName, String resourceName, String certificateName, CertificateDescriptionInner certificateDescription)"
|
|
summary: "Upload the certificate to the IoT hub."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the IoT hub."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the IoT hub."
|
|
name: "resourceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the certificate."
|
|
name: "certificateName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The certificate body."
|
|
name: "certificateDescription"
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.fluent.models.CertificateDescriptionInner?alt=com.azure.resourcemanager.iothub.fluent.models.CertificateDescriptionInner&text=CertificateDescriptionInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract CertificateDescriptionInner createOrUpdate(String resourceGroupName, String resourceName, String certificateName, CertificateDescriptionInner certificateDescription)"
|
|
desc: "Upload the certificate to the IoT hub.\n\nAdds new or replaces existing certificate."
|
|
returns:
|
|
description: "the X509 Certificate."
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.fluent.models.CertificateDescriptionInner?alt=com.azure.resourcemanager.iothub.fluent.models.CertificateDescriptionInner&text=CertificateDescriptionInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.iothub.fluent.CertificatesClient.createOrUpdateWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.iothub.fluent.models.CertificateDescriptionInner,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.iothub.fluent.CertificatesClient.createOrUpdateWithResponse(String resourceGroupName, String resourceName, String certificateName, CertificateDescriptionInner certificateDescription, String ifMatch, Context context)"
|
|
name: "createOrUpdateWithResponse(String resourceGroupName, String resourceName, String certificateName, CertificateDescriptionInner certificateDescription, String ifMatch, Context context)"
|
|
nameWithType: "CertificatesClient.createOrUpdateWithResponse(String resourceGroupName, String resourceName, String certificateName, CertificateDescriptionInner certificateDescription, String ifMatch, Context context)"
|
|
summary: "Upload the certificate to the IoT hub."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the IoT hub."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the IoT hub."
|
|
name: "resourceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the certificate."
|
|
name: "certificateName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The certificate body."
|
|
name: "certificateDescription"
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.fluent.models.CertificateDescriptionInner?alt=com.azure.resourcemanager.iothub.fluent.models.CertificateDescriptionInner&text=CertificateDescriptionInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "ETag of the Certificate. Do not specify for creating a brand new certificate. Required to update\n an existing certificate."
|
|
name: "ifMatch"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<CertificateDescriptionInner> createOrUpdateWithResponse(String resourceGroupName, String resourceName, String certificateName, CertificateDescriptionInner certificateDescription, String ifMatch, Context context)"
|
|
desc: "Upload the certificate to the IoT hub.\n\nAdds new or replaces existing certificate."
|
|
returns:
|
|
description: "the X509 Certificate along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.iothub.fluent.models.CertificateDescriptionInner?alt=com.azure.resourcemanager.iothub.fluent.models.CertificateDescriptionInner&text=CertificateDescriptionInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.iothub.fluent.CertificatesClient.delete(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.iothub.fluent.CertificatesClient.delete(String resourceGroupName, String resourceName, String certificateName, String ifMatch)"
|
|
name: "delete(String resourceGroupName, String resourceName, String certificateName, String ifMatch)"
|
|
nameWithType: "CertificatesClient.delete(String resourceGroupName, String resourceName, String certificateName, String ifMatch)"
|
|
summary: "Delete an X509 certificate."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the IoT hub."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the IoT hub."
|
|
name: "resourceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the certificate."
|
|
name: "certificateName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "ETag of the Certificate."
|
|
name: "ifMatch"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void delete(String resourceGroupName, String resourceName, String certificateName, String ifMatch)"
|
|
desc: "Delete an X509 certificate.\n\nDeletes an existing X509 certificate or does nothing if it does not exist."
|
|
- uid: "com.azure.resourcemanager.iothub.fluent.CertificatesClient.deleteWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.iothub.fluent.CertificatesClient.deleteWithResponse(String resourceGroupName, String resourceName, String certificateName, String ifMatch, Context context)"
|
|
name: "deleteWithResponse(String resourceGroupName, String resourceName, String certificateName, String ifMatch, Context context)"
|
|
nameWithType: "CertificatesClient.deleteWithResponse(String resourceGroupName, String resourceName, String certificateName, String ifMatch, Context context)"
|
|
summary: "Delete an X509 certificate."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the IoT hub."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the IoT hub."
|
|
name: "resourceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the certificate."
|
|
name: "certificateName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "ETag of the Certificate."
|
|
name: "ifMatch"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<Void> deleteWithResponse(String resourceGroupName, String resourceName, String certificateName, String ifMatch, Context context)"
|
|
desc: "Delete an X509 certificate.\n\nDeletes an existing X509 certificate or does nothing if it does not exist."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.iothub.fluent.CertificatesClient.generateVerificationCode(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.iothub.fluent.CertificatesClient.generateVerificationCode(String resourceGroupName, String resourceName, String certificateName, String ifMatch)"
|
|
name: "generateVerificationCode(String resourceGroupName, String resourceName, String certificateName, String ifMatch)"
|
|
nameWithType: "CertificatesClient.generateVerificationCode(String resourceGroupName, String resourceName, String certificateName, String ifMatch)"
|
|
summary: "Generate verification code for proof of possession flow."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the IoT hub."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the IoT hub."
|
|
name: "resourceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the certificate."
|
|
name: "certificateName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "ETag of the Certificate."
|
|
name: "ifMatch"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract CertificateWithNonceDescriptionInner generateVerificationCode(String resourceGroupName, String resourceName, String certificateName, String ifMatch)"
|
|
desc: "Generate verification code for proof of possession flow.\n\nGenerates verification code for proof of possession flow. The verification code will be used to generate a leaf certificate."
|
|
returns:
|
|
description: "the X509 Certificate."
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.fluent.models.CertificateWithNonceDescriptionInner?alt=com.azure.resourcemanager.iothub.fluent.models.CertificateWithNonceDescriptionInner&text=CertificateWithNonceDescriptionInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.iothub.fluent.CertificatesClient.generateVerificationCodeWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.iothub.fluent.CertificatesClient.generateVerificationCodeWithResponse(String resourceGroupName, String resourceName, String certificateName, String ifMatch, Context context)"
|
|
name: "generateVerificationCodeWithResponse(String resourceGroupName, String resourceName, String certificateName, String ifMatch, Context context)"
|
|
nameWithType: "CertificatesClient.generateVerificationCodeWithResponse(String resourceGroupName, String resourceName, String certificateName, String ifMatch, Context context)"
|
|
summary: "Generate verification code for proof of possession flow."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the IoT hub."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the IoT hub."
|
|
name: "resourceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the certificate."
|
|
name: "certificateName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "ETag of the Certificate."
|
|
name: "ifMatch"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<CertificateWithNonceDescriptionInner> generateVerificationCodeWithResponse(String resourceGroupName, String resourceName, String certificateName, String ifMatch, Context context)"
|
|
desc: "Generate verification code for proof of possession flow.\n\nGenerates verification code for proof of possession flow. The verification code will be used to generate a leaf certificate."
|
|
returns:
|
|
description: "the X509 Certificate along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.iothub.fluent.models.CertificateWithNonceDescriptionInner?alt=com.azure.resourcemanager.iothub.fluent.models.CertificateWithNonceDescriptionInner&text=CertificateWithNonceDescriptionInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.iothub.fluent.CertificatesClient.get(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.iothub.fluent.CertificatesClient.get(String resourceGroupName, String resourceName, String certificateName)"
|
|
name: "get(String resourceGroupName, String resourceName, String certificateName)"
|
|
nameWithType: "CertificatesClient.get(String resourceGroupName, String resourceName, String certificateName)"
|
|
summary: "Get the certificate."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the IoT hub."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the IoT hub."
|
|
name: "resourceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the certificate."
|
|
name: "certificateName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract CertificateDescriptionInner get(String resourceGroupName, String resourceName, String certificateName)"
|
|
desc: "Get the certificate.\n\nReturns the certificate."
|
|
returns:
|
|
description: "the X509 Certificate."
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.fluent.models.CertificateDescriptionInner?alt=com.azure.resourcemanager.iothub.fluent.models.CertificateDescriptionInner&text=CertificateDescriptionInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.iothub.fluent.CertificatesClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.iothub.fluent.CertificatesClient.getWithResponse(String resourceGroupName, String resourceName, String certificateName, Context context)"
|
|
name: "getWithResponse(String resourceGroupName, String resourceName, String certificateName, Context context)"
|
|
nameWithType: "CertificatesClient.getWithResponse(String resourceGroupName, String resourceName, String certificateName, Context context)"
|
|
summary: "Get the certificate."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the IoT hub."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the IoT hub."
|
|
name: "resourceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the certificate."
|
|
name: "certificateName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<CertificateDescriptionInner> getWithResponse(String resourceGroupName, String resourceName, String certificateName, Context context)"
|
|
desc: "Get the certificate.\n\nReturns the certificate."
|
|
returns:
|
|
description: "the X509 Certificate along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.iothub.fluent.models.CertificateDescriptionInner?alt=com.azure.resourcemanager.iothub.fluent.models.CertificateDescriptionInner&text=CertificateDescriptionInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.iothub.fluent.CertificatesClient.listByIotHub(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.iothub.fluent.CertificatesClient.listByIotHub(String resourceGroupName, String resourceName)"
|
|
name: "listByIotHub(String resourceGroupName, String resourceName)"
|
|
nameWithType: "CertificatesClient.listByIotHub(String resourceGroupName, String resourceName)"
|
|
summary: "Get the certificate list."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the IoT hub."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the IoT hub."
|
|
name: "resourceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract CertificateListDescriptionInner listByIotHub(String resourceGroupName, String resourceName)"
|
|
desc: "Get the certificate list.\n\nReturns the list of certificates."
|
|
returns:
|
|
description: "the JSON-serialized array of Certificate objects."
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.fluent.models.CertificateListDescriptionInner?alt=com.azure.resourcemanager.iothub.fluent.models.CertificateListDescriptionInner&text=CertificateListDescriptionInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.iothub.fluent.CertificatesClient.listByIotHubWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.iothub.fluent.CertificatesClient.listByIotHubWithResponse(String resourceGroupName, String resourceName, Context context)"
|
|
name: "listByIotHubWithResponse(String resourceGroupName, String resourceName, Context context)"
|
|
nameWithType: "CertificatesClient.listByIotHubWithResponse(String resourceGroupName, String resourceName, Context context)"
|
|
summary: "Get the certificate list."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the IoT hub."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the IoT hub."
|
|
name: "resourceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<CertificateListDescriptionInner> listByIotHubWithResponse(String resourceGroupName, String resourceName, Context context)"
|
|
desc: "Get the certificate list.\n\nReturns the list of certificates."
|
|
returns:
|
|
description: "the JSON-serialized array of Certificate objects along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.iothub.fluent.models.CertificateListDescriptionInner?alt=com.azure.resourcemanager.iothub.fluent.models.CertificateListDescriptionInner&text=CertificateListDescriptionInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.iothub.fluent.CertificatesClient.verify(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.iothub.models.CertificateVerificationDescription)"
|
|
fullName: "com.azure.resourcemanager.iothub.fluent.CertificatesClient.verify(String resourceGroupName, String resourceName, String certificateName, String ifMatch, CertificateVerificationDescription certificateVerificationBody)"
|
|
name: "verify(String resourceGroupName, String resourceName, String certificateName, String ifMatch, CertificateVerificationDescription certificateVerificationBody)"
|
|
nameWithType: "CertificatesClient.verify(String resourceGroupName, String resourceName, String certificateName, String ifMatch, CertificateVerificationDescription certificateVerificationBody)"
|
|
summary: "Verify certificate's private key possession."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the IoT hub."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the IoT hub."
|
|
name: "resourceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the certificate."
|
|
name: "certificateName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "ETag of the Certificate."
|
|
name: "ifMatch"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the certificate."
|
|
name: "certificateVerificationBody"
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.models.CertificateVerificationDescription?alt=com.azure.resourcemanager.iothub.models.CertificateVerificationDescription&text=CertificateVerificationDescription\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract CertificateDescriptionInner verify(String resourceGroupName, String resourceName, String certificateName, String ifMatch, CertificateVerificationDescription certificateVerificationBody)"
|
|
desc: "Verify certificate's private key possession.\n\nVerifies the certificate's private key possession by providing the leaf cert issued by the verifying pre uploaded certificate."
|
|
returns:
|
|
description: "the X509 Certificate."
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.fluent.models.CertificateDescriptionInner?alt=com.azure.resourcemanager.iothub.fluent.models.CertificateDescriptionInner&text=CertificateDescriptionInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.iothub.fluent.CertificatesClient.verifyWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.iothub.models.CertificateVerificationDescription,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.iothub.fluent.CertificatesClient.verifyWithResponse(String resourceGroupName, String resourceName, String certificateName, String ifMatch, CertificateVerificationDescription certificateVerificationBody, Context context)"
|
|
name: "verifyWithResponse(String resourceGroupName, String resourceName, String certificateName, String ifMatch, CertificateVerificationDescription certificateVerificationBody, Context context)"
|
|
nameWithType: "CertificatesClient.verifyWithResponse(String resourceGroupName, String resourceName, String certificateName, String ifMatch, CertificateVerificationDescription certificateVerificationBody, Context context)"
|
|
summary: "Verify certificate's private key possession."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the IoT hub."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the IoT hub."
|
|
name: "resourceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the certificate."
|
|
name: "certificateName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "ETag of the Certificate."
|
|
name: "ifMatch"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the certificate."
|
|
name: "certificateVerificationBody"
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.models.CertificateVerificationDescription?alt=com.azure.resourcemanager.iothub.models.CertificateVerificationDescription&text=CertificateVerificationDescription\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<CertificateDescriptionInner> verifyWithResponse(String resourceGroupName, String resourceName, String certificateName, String ifMatch, CertificateVerificationDescription certificateVerificationBody, Context context)"
|
|
desc: "Verify certificate's private key possession.\n\nVerifies the certificate's private key possession by providing the leaf cert issued by the verifying pre uploaded certificate."
|
|
returns:
|
|
description: "the X509 Certificate along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.iothub.fluent.models.CertificateDescriptionInner?alt=com.azure.resourcemanager.iothub.fluent.models.CertificateDescriptionInner&text=CertificateDescriptionInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "An instance of this class provides access to all the operations defined in CertificatesClient."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.iothub.fluent"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-iothub:1.2.0
|