Interface SpringAppDomain
-
- All Superinterfaces:
ChildResource<SpringApp>,ExternalChildResource<SpringAppDomain,SpringApp>,HasInnerModel<CustomDomainResourceInner>,HasName,HasParent<SpringApp>,Indexable,Refreshable<SpringAppDomain>
public interface SpringAppDomain extends ExternalChildResource<SpringAppDomain,SpringApp>, HasInnerModel<CustomDomainResourceInner>
An immutable client-side representation of an Azure Spring App Custom Domain.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomDomainPropertiesproperties()-
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
CustomDomainProperties properties()
- Returns:
- the properties of the spring app custom domain
-
-