BindingResourceProperties interface
Binding resource properties payload
Properties
binding |
Binding parameters of the Binding resource |
created |
Creation time of the Binding resource NOTE: This property will not be serialized. It can only be populated by the server. |
generated |
The generated Spring Boot property file for this binding. The secret will be deducted. NOTE: This property will not be serialized. It can only be populated by the server. |
key | The key of the bound resource |
resource |
The Azure resource id of the bound resource |
resource |
The name of the bound resource NOTE: This property will not be serialized. It can only be populated by the server. |
resource |
The standard Azure resource type of the bound resource NOTE: This property will not be serialized. It can only be populated by the server. |
updated |
Update time of the Binding resource NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
bindingParameters
Binding parameters of the Binding resource
bindingParameters?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
createdAt
Creation time of the Binding resource NOTE: This property will not be serialized. It can only be populated by the server.
createdAt?: string
Property Value
string
generatedProperties
The generated Spring Boot property file for this binding. The secret will be deducted. NOTE: This property will not be serialized. It can only be populated by the server.
generatedProperties?: string
Property Value
string
key
The key of the bound resource
key?: string
Property Value
string
resourceId
The Azure resource id of the bound resource
resourceId?: string
Property Value
string
resourceName
The name of the bound resource NOTE: This property will not be serialized. It can only be populated by the server.
resourceName?: string
Property Value
string
resourceType
The standard Azure resource type of the bound resource NOTE: This property will not be serialized. It can only be populated by the server.
resourceType?: string
Property Value
string
updatedAt
Update time of the Binding resource NOTE: This property will not be serialized. It can only be populated by the server.
updatedAt?: string
Property Value
string