Certificate Interface

public interface Certificate

An immutable client-side representation of Certificate.

Method Summary

Modifier and Type Method and Description
abstract OffsetDateTime creationTime()

Gets the creationTime property: Gets the creation time.

abstract String description()

Gets the description property: Gets or sets the description.

abstract OffsetDateTime expiryTime()

Gets the expiryTime property: Gets the expiry time of the certificate.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract CertificateInner innerModel()

Gets the inner com.azure.resourcemanager.automation.fluent.models.CertificateInner object.

abstract Boolean isExportable()

Gets the isExportable property: Gets the is exportable flag of the certificate.

abstract OffsetDateTime lastModifiedTime()

Gets the lastModifiedTime property: Gets the last modified time.

abstract String name()

Gets the name property: The name of the resource.

abstract Certificate refresh()

Refreshes the resource to sync with Azure.

abstract Certificate refresh(Context context)

Refreshes the resource to sync with Azure.

abstract String resourceGroupName()

Gets the name of the resource group.

abstract String thumbprint()

Gets the thumbprint property: Gets the thumbprint of the certificate.

abstract String type()

Gets the type property: The type of the resource.

abstract Update update()

Begins update for the Certificate resource.

Method Details

creationTime

public abstract OffsetDateTime creationTime()

Gets the creationTime property: Gets the creation time.

Returns:

the creationTime value.

description

public abstract String description()

Gets the description property: Gets or sets the description.

Returns:

the description value.

expiryTime

public abstract OffsetDateTime expiryTime()

Gets the expiryTime property: Gets the expiry time of the certificate.

Returns:

the expiryTime value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract CertificateInner innerModel()

Gets the inner com.azure.resourcemanager.automation.fluent.models.CertificateInner object.

Returns:

the inner object.

isExportable

public abstract Boolean isExportable()

Gets the isExportable property: Gets the is exportable flag of the certificate.

Returns:

the isExportable value.

lastModifiedTime

public abstract OffsetDateTime lastModifiedTime()

Gets the lastModifiedTime property: Gets the last modified time.

Returns:

the lastModifiedTime value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

refresh

public abstract Certificate refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource.

refresh

public abstract Certificate refresh(Context context)

Refreshes the resource to sync with Azure.

Parameters:

context - The context to associate with this operation.

Returns:

the refreshed resource.

resourceGroupName

public abstract String resourceGroupName()

Gets the name of the resource group.

Returns:

the name of the resource group.

thumbprint

public abstract String thumbprint()

Gets the thumbprint property: Gets the thumbprint of the certificate.

Returns:

the thumbprint value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

update

public abstract Certificate.Update update()

Begins update for the Certificate resource.

Returns:

the stage of resource update.

Applies to