Class CertificateInner
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.core.management.Resource
-
- com.azure.resourcemanager.appcontainers.fluent.models.CertificateInner
-
public final class CertificateInner extends com.azure.core.management.Resource
Certificate used for Custom Domain bindings of Container Apps in a Managed Environment.
-
-
Constructor Summary
Constructors Constructor Description CertificateInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CertificateProperties
properties()
Get the properties property: Certificate resource specific properties.com.azure.core.management.SystemData
systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.void
validate()
Validates the instance.CertificateInner
withLocation(String location)
CertificateInner
withProperties(CertificateProperties properties)
Set the properties property: Certificate resource specific properties.CertificateInner
withTags(Map<String,String> tags)
-
-
-
Method Detail
-
properties
public CertificateProperties properties()
Get the properties property: Certificate resource specific properties.- Returns:
- the properties value.
-
withProperties
public CertificateInner withProperties(CertificateProperties properties)
Set the properties property: Certificate resource specific properties.- Parameters:
properties
- the properties value to set.- Returns:
- the CertificateInner object itself.
-
systemData
public com.azure.core.management.SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.- Returns:
- the systemData value.
-
withLocation
public CertificateInner withLocation(String location)
- Overrides:
withLocation
in classcom.azure.core.management.Resource
-
withTags
public CertificateInner withTags(Map<String,String> tags)
- Overrides:
withTags
in classcom.azure.core.management.Resource
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-