Class GetServiceHostnameConfigurationManagementResult
Inheritance
System.Object
GetServiceHostnameConfigurationManagementResult
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 GetServiceHostnameConfigurationManagementResult
Fields
View SourceHostName
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 |