BindingResourceProperties Class

Binding resource properties payload.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
BindingResourceProperties

Constructor

BindingResourceProperties(*, resource_id: Optional[str] = None, key: Optional[str] = None, binding_parameters: Optional[Dict[str, Any]] = None, **kwargs)

Variables

resource_name
str

The name of the bound resource.

resource_type
str

The standard Azure resource type of the bound resource.

resource_id
str

The Azure resource id of the bound resource.

key
str

The key of the bound resource.

binding_parameters
dict[str, any]

Binding parameters of the Binding resource.

generated_properties
str

The generated Spring Boot property file for this binding. The secret will be deducted.

created_at
str

Creation time of the Binding resource.

updated_at
str

Update time of the Binding resource.