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 SourceDefaultSslBinding
Is this the default SSL Binding?
Declaration
public readonly bool DefaultSslBinding
Field Value
| Type | Description |
|---|---|
| System.Boolean |
HostName
The Hostname used for the SCM URL.
Declaration
public readonly string HostName
Field Value
| Type | Description |
|---|---|
| System.String |
KeyVaultId
The ID of the Key Vault Secret which contains the SSL Certificate.
Declaration
public readonly string KeyVaultId
Field Value
| Type | Description |
|---|---|
| System.String |
NegotiateClientCertificate
Is Client Certificate Negotiation enabled?
Declaration
public readonly bool NegotiateClientCertificate
Field Value
| Type | Description |
|---|---|
| System.Boolean |