ServiceBind Class
Configuration to bind a ContainerApp to a dev ContainerApp Service.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelServiceBind
Constructor
ServiceBind(*, service_id: str | None = None, name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
service_id
|
Resource id of the target service. |
name
|
Name of the service bind. |
Variables
Name | Description |
---|---|
service_id
|
Resource id of the target service. |
name
|
Name of the service bind. |
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Python