Interface SpringServiceCertificate
-
- All Superinterfaces:
ChildResource<SpringService>,ExternalChildResource<SpringServiceCertificate,SpringService>,HasInnerModel<CertificateResourceInner>,HasName,HasParent<SpringService>,Indexable,Refreshable<SpringServiceCertificate>
public interface SpringServiceCertificate extends ExternalChildResource<SpringServiceCertificate,SpringService>, HasInnerModel<CertificateResourceInner>
An immutable client-side representation of an Azure Spring Service Certificate.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CertificatePropertiesproperties()-
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
CertificateProperties properties()
- Returns:
- the properties of the service binding
-
-