Uses of Class
com.azure.resourcemanager.appcontainers.models.JavaComponentServiceBind
Packages that use JavaComponentServiceBind
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of JavaComponentServiceBind in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return JavaComponentServiceBindModifier and TypeMethodDescriptionstatic JavaComponentServiceBind
JavaComponentServiceBind.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of JavaComponentServiceBind from the JsonReader.Set the name property: Name of the service bind.JavaComponentServiceBind.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 JavaComponentServiceBindModifier and TypeMethodDescriptionJavaComponentProperties.serviceBinds()
Get the serviceBinds property: List of Java Components that are bound to the Java component.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type JavaComponentServiceBindModifier and TypeMethodDescriptionJavaComponentProperties.withServiceBinds
(List<JavaComponentServiceBind> serviceBinds) Set the serviceBinds property: List of Java Components that are bound to the Java component.SpringBootAdminComponent.withServiceBinds
(List<JavaComponentServiceBind> serviceBinds) Set the serviceBinds property: List of Java Components that are bound to the Java component.SpringCloudConfigComponent.withServiceBinds
(List<JavaComponentServiceBind> serviceBinds) Set the serviceBinds property: List of Java Components that are bound to the Java component.SpringCloudEurekaComponent.withServiceBinds
(List<JavaComponentServiceBind> serviceBinds) Set the serviceBinds property: List of Java Components that are bound to the Java component.