85 строки
4.1 KiB
YAML
85 строки
4.1 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.cdn.models.Certificate"
|
|
fullName: "com.azure.resourcemanager.cdn.models.Certificate"
|
|
name: "Certificate"
|
|
nameWithType: "Certificate"
|
|
summary: "Certificate used for https."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedMembers:
|
|
- "java.lang.Object.clone()"
|
|
- "java.lang.Object.equals(java.lang.Object)"
|
|
- "java.lang.Object.finalize()"
|
|
- "java.lang.Object.getClass()"
|
|
- "java.lang.Object.hashCode()"
|
|
- "java.lang.Object.notify()"
|
|
- "java.lang.Object.notifyAll()"
|
|
- "java.lang.Object.toString()"
|
|
- "java.lang.Object.wait()"
|
|
- "java.lang.Object.wait(long)"
|
|
- "java.lang.Object.wait(long,int)"
|
|
syntax: "public class Certificate"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.cdn.models.Certificate.Certificate()"
|
|
fullName: "com.azure.resourcemanager.cdn.models.Certificate.Certificate()"
|
|
name: "Certificate()"
|
|
nameWithType: "Certificate.Certificate()"
|
|
syntax: "public Certificate()"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.cdn.models.Certificate.expirationDate()"
|
|
fullName: "com.azure.resourcemanager.cdn.models.Certificate.expirationDate()"
|
|
name: "expirationDate()"
|
|
nameWithType: "Certificate.expirationDate()"
|
|
summary: "Get the expiration<wbr>Date property: Certificate expiration date."
|
|
syntax: "public String expirationDate()"
|
|
desc: "Get the expirationDate property: Certificate expiration date."
|
|
returns:
|
|
description: "the expirationDate value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.cdn.models.Certificate.subject()"
|
|
fullName: "com.azure.resourcemanager.cdn.models.Certificate.subject()"
|
|
name: "subject()"
|
|
nameWithType: "Certificate.subject()"
|
|
summary: "Get the subject property: Subject name in the certificate."
|
|
syntax: "public String subject()"
|
|
desc: "Get the subject property: Subject name in the certificate."
|
|
returns:
|
|
description: "the subject value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.cdn.models.Certificate.type()"
|
|
fullName: "com.azure.resourcemanager.cdn.models.Certificate.type()"
|
|
name: "type()"
|
|
nameWithType: "Certificate.type()"
|
|
summary: "Get the type property: The type of the secret resource."
|
|
syntax: "public SecretType type()"
|
|
desc: "Get the type property: The type of the secret resource."
|
|
returns:
|
|
description: "the type value."
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.SecretType?alt=com.azure.resourcemanager.cdn.models.SecretType&text=SecretType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.Certificate.validate()"
|
|
fullName: "com.azure.resourcemanager.cdn.models.Certificate.validate()"
|
|
name: "validate()"
|
|
nameWithType: "Certificate.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.cdn.models.Certificate.withType(com.azure.resourcemanager.cdn.models.SecretType)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.Certificate.withType(SecretType type)"
|
|
name: "withType(SecretType type)"
|
|
nameWithType: "Certificate.withType(SecretType type)"
|
|
summary: "Set the type property: The type of the secret resource."
|
|
parameters:
|
|
- description: "the type value to set."
|
|
name: "type"
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.SecretType?alt=com.azure.resourcemanager.cdn.models.SecretType&text=SecretType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public Certificate withType(SecretType type)"
|
|
desc: "Set the type property: The type of the secret resource."
|
|
returns:
|
|
description: "the Certificate object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.Certificate?alt=com.azure.resourcemanager.cdn.models.Certificate&text=Certificate\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Certificate used for https."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.cdn.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-cdn:2.18.0
|