次の方法で共有


CaCertificate Interface

public interface CaCertificate

An immutable client-side representation of CaCertificate.

Method Summary

Modifier and Type Method and Description
abstract String description()

Gets the description property: Description for the CA Certificate resource.

abstract String encodedCertificate()

Gets the encodedCertificate property: Base64 encoded PEM (Privacy Enhanced Mail) format certificate data.

abstract OffsetDateTime expiryTimeInUtc()

Gets the expiryTimeInUtc property: Certificate expiry time in UTC.

abstract String id()

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

abstract CaCertificateInner innerModel()

Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.CaCertificateInner object.

abstract OffsetDateTime issueTimeInUtc()

Gets the issueTimeInUtc property: Certificate issue time in UTC.

abstract String name()

Gets the name property: The name of the resource.

abstract CaCertificateProvisioningState provisioningState()

Gets the provisioningState property: Provisioning state of the CA Certificate resource.

abstract CaCertificate refresh()

Refreshes the resource to sync with Azure.

abstract CaCertificate refresh(Context context)

Refreshes the resource to sync with Azure.

abstract String resourceGroupName()

Gets the name of the resource group.

abstract SystemData systemData()

Gets the systemData property: The system metadata relating to the Event Grid resource.

abstract String type()

Gets the type property: The type of the resource.

abstract Update update()

Begins update for the CaCertificate resource.

Method Details

description

public abstract String description()

Gets the description property: Description for the CA Certificate resource.

Returns:

the description value.

encodedCertificate

public abstract String encodedCertificate()

Gets the encodedCertificate property: Base64 encoded PEM (Privacy Enhanced Mail) format certificate data.

Returns:

the encodedCertificate value.

expiryTimeInUtc

public abstract OffsetDateTime expiryTimeInUtc()

Gets the expiryTimeInUtc property: Certificate expiry time in UTC. This is a read-only field.

Returns:

the expiryTimeInUtc value.

id

public abstract String id()

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

Returns:

the id value.

innerModel

public abstract CaCertificateInner innerModel()

Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.CaCertificateInner object.

Returns:

the inner object.

issueTimeInUtc

public abstract OffsetDateTime issueTimeInUtc()

Gets the issueTimeInUtc property: Certificate issue time in UTC. This is a read-only field.

Returns:

the issueTimeInUtc value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

provisioningState

public abstract CaCertificateProvisioningState provisioningState()

Gets the provisioningState property: Provisioning state of the CA Certificate resource.

Returns:

the provisioningState value.

refresh

public abstract CaCertificate refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource.

refresh

public abstract CaCertificate 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.

systemData

public abstract SystemData systemData()

Gets the systemData property: The system metadata relating to the Event Grid resource.

Returns:

the systemData value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

update

public abstract CaCertificate.Update update()

Begins update for the CaCertificate resource.

Returns:

the stage of resource update.

Applies to