Show / Hide Table of Contents

Class GetServiceHostnameConfigurationProxyResult

Inheritance
System.Object
GetServiceHostnameConfigurationProxyResult
Inherited Members
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetServiceHostnameConfigurationProxyResult

Fields

View Source

DefaultSslBinding

Is this the default SSL Binding?

Declaration
public readonly bool DefaultSslBinding
Field Value
Type Description
System.Boolean
View Source

HostName

The Hostname used for the SCM URL.

Declaration
public readonly string HostName
Field Value
Type Description
System.String
View Source

KeyVaultId

The ID of the Key Vault Secret which contains the SSL Certificate.

Declaration
public readonly string KeyVaultId
Field Value
Type Description
System.String
View Source

NegotiateClientCertificate

Is Client Certificate Negotiation enabled?

Declaration
public readonly bool NegotiateClientCertificate
Field Value
Type Description
System.Boolean
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.