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

178 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.appplatform.v2020_07_01.CertificateProperties"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.CertificateProperties"
name: "CertificateProperties"
nameWithType: "CertificateProperties"
summary: "Certificate resource payload."
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 **CertificateProperties**"
constructors:
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.CertificateProperties.CertificateProperties()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.CertificateProperties.CertificateProperties()"
name: "CertificateProperties()"
nameWithType: "CertificateProperties.CertificateProperties()"
syntax: "public CertificateProperties()"
methods:
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.CertificateProperties.activateDate()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.CertificateProperties.activateDate()"
name: "activateDate()"
nameWithType: "CertificateProperties.activateDate()"
summary: "Get the activate date of certificate."
syntax: "public String activateDate()"
desc: "Get the activate date of certificate."
returns:
description: "the activateDate value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.CertificateProperties.certVersion()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.CertificateProperties.certVersion()"
name: "certVersion()"
nameWithType: "CertificateProperties.certVersion()"
summary: "Get the certificate version of key vault."
syntax: "public String certVersion()"
desc: "Get the certificate version of key vault."
returns:
description: "the certVersion value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.CertificateProperties.dnsNames()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.CertificateProperties.dnsNames()"
name: "dnsNames()"
nameWithType: "CertificateProperties.dnsNames()"
summary: "Get the domain list of certificate."
syntax: "public List<String> dnsNames()"
desc: "Get the domain list of certificate."
returns:
description: "the dnsNames value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.CertificateProperties.expirationDate()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.CertificateProperties.expirationDate()"
name: "expirationDate()"
nameWithType: "CertificateProperties.expirationDate()"
summary: "Get the expiration date of certificate."
syntax: "public String expirationDate()"
desc: "Get the expiration date of certificate."
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.appplatform.v2020_07_01.CertificateProperties.issuedDate()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.CertificateProperties.issuedDate()"
name: "issuedDate()"
nameWithType: "CertificateProperties.issuedDate()"
summary: "Get the issue date of certificate."
syntax: "public String issuedDate()"
desc: "Get the issue date of certificate."
returns:
description: "the issuedDate value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.CertificateProperties.issuer()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.CertificateProperties.issuer()"
name: "issuer()"
nameWithType: "CertificateProperties.issuer()"
summary: "Get the issuer of certificate."
syntax: "public String issuer()"
desc: "Get the issuer of certificate."
returns:
description: "the issuer value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.CertificateProperties.keyVaultCertName()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.CertificateProperties.keyVaultCertName()"
name: "keyVaultCertName()"
nameWithType: "CertificateProperties.keyVaultCertName()"
summary: "Get the certificate name of key vault."
syntax: "public String keyVaultCertName()"
desc: "Get the certificate name of key vault."
returns:
description: "the keyVaultCertName value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.CertificateProperties.subjectName()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.CertificateProperties.subjectName()"
name: "subjectName()"
nameWithType: "CertificateProperties.subjectName()"
summary: "Get the subject name of certificate."
syntax: "public String subjectName()"
desc: "Get the subject name of certificate."
returns:
description: "the subjectName value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.CertificateProperties.thumbprint()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.CertificateProperties.thumbprint()"
name: "thumbprint()"
nameWithType: "CertificateProperties.thumbprint()"
summary: "Get the thumbprint of certificate."
syntax: "public String thumbprint()"
desc: "Get the thumbprint of 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.appplatform.v2020_07_01.CertificateProperties.vaultUri()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.CertificateProperties.vaultUri()"
name: "vaultUri()"
nameWithType: "CertificateProperties.vaultUri()"
summary: "Get the vault uri of user key vault."
syntax: "public String vaultUri()"
desc: "Get the vault uri of user key vault."
returns:
description: "the vaultUri value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.CertificateProperties.withCertVersion(java.lang.String)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.CertificateProperties.withCertVersion(String certVersion)"
name: "withCertVersion(String certVersion)"
nameWithType: "CertificateProperties.withCertVersion(String certVersion)"
summary: "Set the certificate version of key vault."
parameters:
- description: "the certVersion value to set"
name: "certVersion"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CertificateProperties withCertVersion(String certVersion)"
desc: "Set the certificate version of key vault."
returns:
description: "the CertificateProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.CertificateProperties?alt=com.microsoft.azure.management.appplatform.v2020_07_01.CertificateProperties&text=CertificateProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.CertificateProperties.withKeyVaultCertName(java.lang.String)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.CertificateProperties.withKeyVaultCertName(String keyVaultCertName)"
name: "withKeyVaultCertName(String keyVaultCertName)"
nameWithType: "CertificateProperties.withKeyVaultCertName(String keyVaultCertName)"
summary: "Set the certificate name of key vault."
parameters:
- description: "the keyVaultCertName value to set"
name: "keyVaultCertName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CertificateProperties withKeyVaultCertName(String keyVaultCertName)"
desc: "Set the certificate name of key vault."
returns:
description: "the CertificateProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.CertificateProperties?alt=com.microsoft.azure.management.appplatform.v2020_07_01.CertificateProperties&text=CertificateProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.CertificateProperties.withVaultUri(java.lang.String)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.CertificateProperties.withVaultUri(String vaultUri)"
name: "withVaultUri(String vaultUri)"
nameWithType: "CertificateProperties.withVaultUri(String vaultUri)"
summary: "Set the vault uri of user key vault."
parameters:
- description: "the vaultUri value to set"
name: "vaultUri"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CertificateProperties withVaultUri(String vaultUri)"
desc: "Set the vault uri of user key vault."
returns:
description: "the CertificateProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.CertificateProperties?alt=com.microsoft.azure.management.appplatform.v2020_07_01.CertificateProperties&text=CertificateProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Certificate resource payload."
metadata: {}
package: "com.microsoft.azure.management.appplatform.v2020_07_01"
artifact: com.microsoft.azure.appplatform.v2020_07_01:azure-mgmt-appplatform:1.0.0-beta