azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

108 строки
7.6 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.CertificateInformation"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.CertificateInformation"
name: "CertificateInformation"
nameWithType: "CertificateInformation"
summary: "SSL certificate information."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **CertificateInformation**"
constructors:
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.CertificateInformation.CertificateInformation()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.CertificateInformation.CertificateInformation()"
name: "CertificateInformation()"
nameWithType: "CertificateInformation.CertificateInformation()"
syntax: "public CertificateInformation()"
methods:
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.CertificateInformation.expiry()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.CertificateInformation.expiry()"
name: "expiry()"
nameWithType: "CertificateInformation.expiry()"
summary: "Get expiration date of the certificate."
syntax: "public DateTime expiry()"
desc: "Get expiration date of the certificate. The date conforms to the following format: \\`yyyy-MM-ddTHH:mm:ssZ\\` as specified by the ISO 8601 standard."
returns:
description: "the expiry value"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.CertificateInformation.subject()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.CertificateInformation.subject()"
name: "subject()"
nameWithType: "CertificateInformation.subject()"
summary: "Get subject of the certificate."
syntax: "public String subject()"
desc: "Get subject of the certificate."
returns:
description: "the subject value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.CertificateInformation.thumbprint()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.CertificateInformation.thumbprint()"
name: "thumbprint()"
nameWithType: "CertificateInformation.thumbprint()"
summary: "Get thumbprint of the certificate."
syntax: "public String thumbprint()"
desc: "Get thumbprint of the certificate."
returns:
description: "the thumbprint value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.CertificateInformation.withExpiry(org.joda.time.DateTime)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.CertificateInformation.withExpiry(DateTime expiry)"
name: "withExpiry(DateTime expiry)"
nameWithType: "CertificateInformation.withExpiry(DateTime expiry)"
summary: "Set expiration date of the certificate."
parameters:
- description: "the expiry value to set"
name: "expiry"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CertificateInformation withExpiry(DateTime expiry)"
desc: "Set expiration date of the certificate. The date conforms to the following format: \\`yyyy-MM-ddTHH:mm:ssZ\\` as specified by the ISO 8601 standard."
returns:
description: "the CertificateInformation object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.CertificateInformation?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.CertificateInformation&text=CertificateInformation\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.CertificateInformation.withSubject(java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.CertificateInformation.withSubject(String subject)"
name: "withSubject(String subject)"
nameWithType: "CertificateInformation.withSubject(String subject)"
summary: "Set subject of the certificate."
parameters:
- description: "the subject value to set"
name: "subject"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CertificateInformation withSubject(String subject)"
desc: "Set subject of the certificate."
returns:
description: "the CertificateInformation object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.CertificateInformation?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.CertificateInformation&text=CertificateInformation\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.CertificateInformation.withThumbprint(java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.CertificateInformation.withThumbprint(String thumbprint)"
name: "withThumbprint(String thumbprint)"
nameWithType: "CertificateInformation.withThumbprint(String thumbprint)"
summary: "Set thumbprint of the certificate."
parameters:
- description: "the thumbprint value to set"
name: "thumbprint"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CertificateInformation withThumbprint(String thumbprint)"
desc: "Set thumbprint of the certificate."
returns:
description: "the CertificateInformation object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.CertificateInformation?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.CertificateInformation&text=CertificateInformation\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "SSL certificate information."
metadata: {}
package: "com.microsoft.azure.management.apimanagement.v2019_01_01"
artifact: com.microsoft.azure.apimanagement.v2019_01_01:azure-mgmt-apimanagement:1.0.0-beta-1