ServiceBind interface
Configuration to bind a ContainerApp to a dev ContainerApp Service
Properties
| client |
Type of the client to be used to connect to the service |
| customized |
Customized keys for customizing injected values to the app |
| name | Name of the service bind |
| service |
Resource id of the target service |
Property Details
clientType
Type of the client to be used to connect to the service
clientType?: string
Property Value
string
customizedKeys
Customized keys for customizing injected values to the app
customizedKeys?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
name
Name of the service bind
name?: string
Property Value
string
serviceId
Resource id of the target service
serviceId?: string
Property Value
string