Interface SpringAppServiceBinding
-
- All Superinterfaces:
ChildResource<SpringApp>,ExternalChildResource<SpringAppServiceBinding,SpringApp>,HasInnerModel<BindingResourceInner>,HasName,HasParent<SpringApp>,Indexable,Refreshable<SpringAppServiceBinding>
public interface SpringAppServiceBinding extends ExternalChildResource<SpringAppServiceBinding,SpringApp>, HasInnerModel<BindingResourceInner>
An immutable client-side representation of an Azure Spring App Service Binding.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BindingResourcePropertiesproperties()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.ExternalChildResource
id
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent
parent
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
-
-
-
Method Detail
-
properties
BindingResourceProperties properties()
- Returns:
- the properties of the service binding
-
-