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 encoded |
|
abstract
Offset |
expiryTimeInUtc()
Gets the expiry |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Ca |
innerModel()
Gets the inner com. |
|
abstract
Offset |
issueTimeInUtc()
Gets the issue |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Ca |
provisioningState()
Gets the provisioning |
|
abstract
Ca |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Ca |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Ca |
Method Details
description
public abstract String description()
Gets the description property: Description for the CA Certificate resource.
Returns:
encodedCertificate
public abstract String encodedCertificate()
Gets the encodedCertificate property: Base64 encoded PEM (Privacy Enhanced Mail) format certificate data.
Returns:
expiryTimeInUtc
public abstract OffsetDateTime expiryTimeInUtc()
Gets the expiryTimeInUtc property: Certificate expiry time in UTC. This is a read-only field.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract CaCertificateInner innerModel()
Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.CaCertificateInner object.
Returns:
issueTimeInUtc
public abstract OffsetDateTime issueTimeInUtc()
Gets the issueTimeInUtc property: Certificate issue time in UTC. This is a read-only field.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
provisioningState
public abstract CaCertificateProvisioningState provisioningState()
Gets the provisioningState property: Provisioning state of the CA Certificate resource.
Returns:
refresh
public abstract CaCertificate refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract CaCertificate refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: The system metadata relating to the Event Grid resource.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract CaCertificate.Update update()
Begins update for the CaCertificate resource.
Returns: