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

108 строки
6.4 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.cdn.Certificate"
fullName: "com.microsoft.azure.management.cdn.Certificate"
name: "Certificate"
nameWithType: "Certificate"
summary: "Certificate used for https."
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 **Certificate**"
constructors:
- uid: "com.microsoft.azure.management.cdn.Certificate.Certificate()"
fullName: "com.microsoft.azure.management.cdn.Certificate.Certificate()"
name: "Certificate()"
nameWithType: "Certificate.Certificate()"
syntax: "public Certificate()"
methods:
- uid: "com.microsoft.azure.management.cdn.Certificate.expirationDate()"
fullName: "com.microsoft.azure.management.cdn.Certificate.expirationDate()"
name: "expirationDate()"
nameWithType: "Certificate.expirationDate()"
summary: "Get certificate expiration date."
syntax: "public String expirationDate()"
desc: "Get certificate expiration date."
returns:
description: "the expirationDate value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.Certificate.subject()"
fullName: "com.microsoft.azure.management.cdn.Certificate.subject()"
name: "subject()"
nameWithType: "Certificate.subject()"
summary: "Get subject name in the certificate."
syntax: "public String subject()"
desc: "Get subject name in 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.cdn.Certificate.thumbprint()"
fullName: "com.microsoft.azure.management.cdn.Certificate.thumbprint()"
name: "thumbprint()"
nameWithType: "Certificate.thumbprint()"
summary: "Get certificate thumbprint."
syntax: "public String thumbprint()"
desc: "Get certificate thumbprint."
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.cdn.Certificate.withExpirationDate(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.Certificate.withExpirationDate(String expirationDate)"
name: "withExpirationDate(String expirationDate)"
nameWithType: "Certificate.withExpirationDate(String expirationDate)"
summary: "Set certificate expiration date."
parameters:
- description: "the expirationDate value to set"
name: "expirationDate"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Certificate withExpirationDate(String expirationDate)"
desc: "Set certificate expiration date."
returns:
description: "the Certificate object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.Certificate?alt=com.microsoft.azure.management.cdn.Certificate&text=Certificate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.Certificate.withSubject(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.Certificate.withSubject(String subject)"
name: "withSubject(String subject)"
nameWithType: "Certificate.withSubject(String subject)"
summary: "Set subject name in 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 Certificate withSubject(String subject)"
desc: "Set subject name in the certificate."
returns:
description: "the Certificate object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.Certificate?alt=com.microsoft.azure.management.cdn.Certificate&text=Certificate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.Certificate.withThumbprint(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.Certificate.withThumbprint(String thumbprint)"
name: "withThumbprint(String thumbprint)"
nameWithType: "Certificate.withThumbprint(String thumbprint)"
summary: "Set certificate thumbprint."
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 Certificate withThumbprint(String thumbprint)"
desc: "Set certificate thumbprint."
returns:
description: "the Certificate object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.Certificate?alt=com.microsoft.azure.management.cdn.Certificate&text=Certificate\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Certificate used for https."
metadata: {}
package: "com.microsoft.azure.management.cdn"
artifact: com.microsoft.azure:azure-mgmt-cdn:1.41.4