Uses of Class
com.azure.resourcemanager.appcontainers.models.ServiceBind
Packages that use ServiceBind
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of ServiceBind in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return ServiceBindModifier and TypeMethodDescriptionstatic ServiceBind
ServiceBind.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ServiceBind from the JsonReader.Set the name property: Name of the service bind.ServiceBind.withServiceId
(String serviceId) Set the serviceId property: Resource id of the target service.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type ServiceBindModifier and TypeMethodDescriptionTemplate.serviceBinds()
Get the serviceBinds property: List of container app services bound to the app.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type ServiceBindModifier and TypeMethodDescriptionTemplate.withServiceBinds
(List<ServiceBind> serviceBinds) Set the serviceBinds property: List of container app services bound to the app.