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

84 строки
7.1 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendTlsProperties"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendTlsProperties"
name: "BackendTlsProperties"
nameWithType: "BackendTlsProperties"
summary: "Properties controlling TLS Certificate Validation."
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 **BackendTlsProperties**"
constructors:
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendTlsProperties.BackendTlsProperties()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendTlsProperties.BackendTlsProperties()"
name: "BackendTlsProperties()"
nameWithType: "BackendTlsProperties.BackendTlsProperties()"
syntax: "public BackendTlsProperties()"
methods:
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendTlsProperties.validateCertificateChain()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendTlsProperties.validateCertificateChain()"
name: "validateCertificateChain()"
nameWithType: "BackendTlsProperties.validateCertificateChain()"
summary: "Get flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for this backend host."
syntax: "public Boolean validateCertificateChain()"
desc: "Get flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for this backend host."
returns:
description: "the validateCertificateChain value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendTlsProperties.validateCertificateName()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendTlsProperties.validateCertificateName()"
name: "validateCertificateName()"
nameWithType: "BackendTlsProperties.validateCertificateName()"
summary: "Get flag indicating whether SSL certificate name validation should be done when using self-signed certificates for this backend host."
syntax: "public Boolean validateCertificateName()"
desc: "Get flag indicating whether SSL certificate name validation should be done when using self-signed certificates for this backend host."
returns:
description: "the validateCertificateName value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendTlsProperties.withValidateCertificateChain(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendTlsProperties.withValidateCertificateChain(Boolean validateCertificateChain)"
name: "withValidateCertificateChain(Boolean validateCertificateChain)"
nameWithType: "BackendTlsProperties.withValidateCertificateChain(Boolean validateCertificateChain)"
summary: "Set flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for this backend host."
parameters:
- description: "the validateCertificateChain value to set"
name: "validateCertificateChain"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BackendTlsProperties withValidateCertificateChain(Boolean validateCertificateChain)"
desc: "Set flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for this backend host."
returns:
description: "the BackendTlsProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.BackendTlsProperties?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.BackendTlsProperties&text=BackendTlsProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendTlsProperties.withValidateCertificateName(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendTlsProperties.withValidateCertificateName(Boolean validateCertificateName)"
name: "withValidateCertificateName(Boolean validateCertificateName)"
nameWithType: "BackendTlsProperties.withValidateCertificateName(Boolean validateCertificateName)"
summary: "Set flag indicating whether SSL certificate name validation should be done when using self-signed certificates for this backend host."
parameters:
- description: "the validateCertificateName value to set"
name: "validateCertificateName"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BackendTlsProperties withValidateCertificateName(Boolean validateCertificateName)"
desc: "Set flag indicating whether SSL certificate name validation should be done when using self-signed certificates for this backend host."
returns:
description: "the BackendTlsProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.BackendTlsProperties?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.BackendTlsProperties&text=BackendTlsProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Properties controlling TLS Certificate Validation."
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