次の方法で共有


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 CertificateProfileInner innerModel()

Gets the inner com.azure.resourcemanager.trustedsigning.fluent.models.CertificateProfileInner object.

abstract String name()

Gets the name property: The name of the resource.

abstract CertificateProfileProperties properties()

Gets the properties property: The resource-specific properties for this resource.

abstract CertificateProfile refresh()

Refreshes the resource to sync with Azure.

abstract CertificateProfile 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 SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

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:

the id value.

innerModel

public abstract CertificateProfileInner innerModel()

Gets the inner com.azure.resourcemanager.trustedsigning.fluent.models.CertificateProfileInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

properties

public abstract CertificateProfileProperties properties()

Gets the properties property: The resource-specific properties for this resource.

Returns:

the properties value.

refresh

public abstract CertificateProfile refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource.

refresh

public abstract CertificateProfile refresh(Context context)

Refreshes the resource to sync with Azure.

Parameters:

context - The context to associate with this operation.

Returns:

the refreshed resource.

revokeCertificate

public abstract void revokeCertificate(RevokeCertificate body)

Revoke a certificate under a certificate profile.

Parameters:

body - Parameters to revoke the certificate profile.

revokeCertificateWithResponse

public abstract Response<Void> revokeCertificateWithResponse(RevokeCertificate body, Context context)

Revoke a certificate under a certificate profile.

Parameters:

body - Parameters to revoke the certificate profile.
context - The context to associate with this operation.

Returns:

systemData

public abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to