azure-docs-sdk-java/docs-ref-autogen/com.azure.security.confiden...

47 строки
4.1 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.security.confidentialledger.certificate.ConfidentialLedgerCertificateClient"
fullName: "com.azure.security.confidentialledger.certificate.ConfidentialLedgerCertificateClient"
name: "ConfidentialLedgerCertificateClient"
nameWithType: "ConfidentialLedgerCertificateClient"
summary: "Initializes a new instance of the synchronous Confidential<wbr>Ledger<wbr>Certificate<wbr>Client type."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **ConfidentialLedgerCertificateClient**"
methods:
- uid: "com.azure.security.confidentialledger.certificate.ConfidentialLedgerCertificateClient.getLedgerIdentityWithResponse(java.lang.String,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.security.confidentialledger.certificate.ConfidentialLedgerCertificateClient.getLedgerIdentityWithResponse(String ledgerId, RequestOptions requestOptions)"
name: "getLedgerIdentityWithResponse(String ledgerId, RequestOptions requestOptions)"
nameWithType: "ConfidentialLedgerCertificateClient.getLedgerIdentityWithResponse(String ledgerId, RequestOptions requestOptions)"
summary: "Gets identity information for a Confidential Ledger instance."
parameters:
- description: "Id of the Confidential Ledger instance to get information for."
name: "ledgerId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Response<BinaryData> getLedgerIdentityWithResponse(String ledgerId, RequestOptions requestOptions)"
desc: "Gets identity information for a Confidential Ledger instance.\n\n**Response Body Schema**\n\n```java\n{\n ledgerId: String (Optional)\n ledgerTlsCertificate: String (Required)\n }\n```"
returns:
description: "identity information for a Confidential Ledger instance 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\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "Initializes a new instance of the synchronous ConfidentialLedgerCertificateClient type."
metadata: {}
package: "com.azure.security.confidentialledger.certificate"
artifact: com.azure:azure-security-confidentialledger:1.0.25