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

94 строки
6.4 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.appplatform.v2020_07_01.CustomDomainProperties"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.CustomDomainProperties"
name: "CustomDomainProperties"
nameWithType: "CustomDomainProperties"
summary: "Custom domain of app 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 **CustomDomainProperties**"
constructors:
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.CustomDomainProperties.CustomDomainProperties()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.CustomDomainProperties.CustomDomainProperties()"
name: "CustomDomainProperties()"
nameWithType: "CustomDomainProperties.CustomDomainProperties()"
syntax: "public CustomDomainProperties()"
methods:
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.CustomDomainProperties.appName()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.CustomDomainProperties.appName()"
name: "appName()"
nameWithType: "CustomDomainProperties.appName()"
summary: "Get the app name of domain."
syntax: "public String appName()"
desc: "Get the app name of domain."
returns:
description: "the appName 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.CustomDomainProperties.certName()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.CustomDomainProperties.certName()"
name: "certName()"
nameWithType: "CustomDomainProperties.certName()"
summary: "Get the bound certificate name of domain."
syntax: "public String certName()"
desc: "Get the bound certificate name of domain."
returns:
description: "the certName 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.CustomDomainProperties.thumbprint()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.CustomDomainProperties.thumbprint()"
name: "thumbprint()"
nameWithType: "CustomDomainProperties.thumbprint()"
summary: "Get the thumbprint of bound certificate."
syntax: "public String thumbprint()"
desc: "Get the thumbprint of bound 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.CustomDomainProperties.withCertName(java.lang.String)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.CustomDomainProperties.withCertName(String certName)"
name: "withCertName(String certName)"
nameWithType: "CustomDomainProperties.withCertName(String certName)"
summary: "Set the bound certificate name of domain."
parameters:
- description: "the certName value to set"
name: "certName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CustomDomainProperties withCertName(String certName)"
desc: "Set the bound certificate name of domain."
returns:
description: "the CustomDomainProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.CustomDomainProperties?alt=com.microsoft.azure.management.appplatform.v2020_07_01.CustomDomainProperties&text=CustomDomainProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.CustomDomainProperties.withThumbprint(java.lang.String)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.CustomDomainProperties.withThumbprint(String thumbprint)"
name: "withThumbprint(String thumbprint)"
nameWithType: "CustomDomainProperties.withThumbprint(String thumbprint)"
summary: "Set the thumbprint of bound 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 CustomDomainProperties withThumbprint(String thumbprint)"
desc: "Set the thumbprint of bound certificate."
returns:
description: "the CustomDomainProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.CustomDomainProperties?alt=com.microsoft.azure.management.appplatform.v2020_07_01.CustomDomainProperties&text=CustomDomainProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Custom domain of app 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