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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python