Show / Hide Table of Contents

Class BackendTlsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
BackendTlsArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.ApiManagement.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class BackendTlsArgs : ResourceArgs

Constructors

View Source

BackendTlsArgs()

Declaration
public BackendTlsArgs()

Properties

View Source

ValidateCertificateChain

Flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for the backend host.

Declaration
public Input<bool> ValidateCertificateChain { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

ValidateCertificateName

Flag indicating whether SSL certificate name validation should be done when using self-signed certificates for the backend host.

Declaration
public Input<bool> ValidateCertificateName { get; set; }
Property Value
Type Description
Input<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.