CertificateProfile Interface
public interface CertificateProfile
An immutable client-side representation of CertificateProfile.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Certificate |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Certificate |
properties()
Gets the properties property: The resource-specific properties for this resource. |
|
abstract
Certificate |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Certificate |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract void |
revokeCertificate(RevokeCertificate body)
Revoke a certificate under a certificate profile. |
| abstract Response<Void> |
revokeCertificateWithResponse(RevokeCertificate body, Context context)
Revoke a certificate under a certificate profile. |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
type()
Gets the type property: The type of the resource. |
Method Details
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract CertificateProfileInner innerModel()
Gets the inner com.azure.resourcemanager.trustedsigning.fluent.models.CertificateProfileInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
properties
public abstract CertificateProfileProperties properties()
Gets the properties property: The resource-specific properties for this resource.
Returns:
refresh
public abstract CertificateProfile refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract CertificateProfile refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
revokeCertificate
public abstract void revokeCertificate(RevokeCertificate body)
Revoke a certificate under a certificate profile.
Parameters:
revokeCertificateWithResponse
public abstract Response<Void> revokeCertificateWithResponse(RevokeCertificate body, Context context)
Revoke a certificate under a certificate profile.
Parameters:
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns: