Uses of Class
com.azure.resourcemanager.appplatform.models.BindingResourceProperties
Packages that use BindingResourceProperties
Package
Description
Package containing the inner data models for AppPlatformManagementClient.
Package containing the data models for AppPlatformManagementClient.
-
Uses of BindingResourceProperties in com.azure.resourcemanager.appplatform.fluent.models
Methods in com.azure.resourcemanager.appplatform.fluent.models that return BindingResourcePropertiesModifier and TypeMethodDescriptionBindingResourceInner.properties()Get the properties property: Properties of the Binding resource.Methods in com.azure.resourcemanager.appplatform.fluent.models with parameters of type BindingResourcePropertiesModifier and TypeMethodDescriptionBindingResourceInner.withProperties(BindingResourceProperties properties) Set the properties property: Properties of the Binding resource. -
Uses of BindingResourceProperties in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return BindingResourcePropertiesModifier and TypeMethodDescriptionstatic BindingResourcePropertiesBindingResourceProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BindingResourceProperties from the JsonReader.SpringAppServiceBinding.properties()Gets the properties of the service binding.BindingResourceProperties.withBindingParameters(Map<String, Object> bindingParameters) Set the bindingParameters property: Binding parameters of the Binding resource.Set the key property: The key of the bound resource.BindingResourceProperties.withResourceId(String resourceId) Set the resourceId property: The Azure resource id of the bound resource.Methods in com.azure.resourcemanager.appplatform.models with parameters of type BindingResourcePropertiesModifier and TypeMethodDescriptionSpringApp.DefinitionStages.WithServiceBinding.withServiceBinding(String name, BindingResourceProperties bindingProperties) Specifies a service binding for the spring app.SpringApp.UpdateStages.WithServiceBinding.withServiceBinding(String name, BindingResourceProperties bindingProperties) Specifies a service binding for the spring app.