IntegrationAccountCertificateInner Class

public final class IntegrationAccountCertificateInner
extends Resource

The integration account certificate.

Constructor Summary

Constructor Description
IntegrationAccountCertificateInner()

Creates an instance of IntegrationAccountCertificateInner class.

Method Summary

Modifier and Type Method and Description
OffsetDateTime changedTime()

Get the changedTime property: The changed time.

OffsetDateTime createdTime()

Get the createdTime property: The created time.

KeyVaultKeyReference key()

Get the key property: The key details in the key vault.

Object metadata()

Get the metadata property: The metadata.

String publicCertificate()

Get the publicCertificate property: The public certificate.

void validate()

Validates the instance.

IntegrationAccountCertificateInner withKey(KeyVaultKeyReference key)

Set the key property: The key details in the key vault.

IntegrationAccountCertificateInner withLocation(String location)
IntegrationAccountCertificateInner withMetadata(Object metadata)

Set the metadata property: The metadata.

IntegrationAccountCertificateInner withPublicCertificate(String publicCertificate)

Set the publicCertificate property: The public certificate.

IntegrationAccountCertificateInner withTags(Map<String,String> tags)

Methods inherited from ProxyResource

Methods inherited from Resource

Methods inherited from java.lang.Object

Constructor Details

IntegrationAccountCertificateInner

public IntegrationAccountCertificateInner()

Creates an instance of IntegrationAccountCertificateInner class.

Method Details

changedTime

public OffsetDateTime changedTime()

Get the changedTime property: The changed time.

Returns:

the changedTime value.

createdTime

public OffsetDateTime createdTime()

Get the createdTime property: The created time.

Returns:

the createdTime value.

key

public KeyVaultKeyReference key()

Get the key property: The key details in the key vault.

Returns:

the key value.

metadata

public Object metadata()

Get the metadata property: The metadata.

Returns:

the metadata value.

publicCertificate

public String publicCertificate()

Get the publicCertificate property: The public certificate.

Returns:

the publicCertificate value.

validate

public void validate()

Validates the instance.

withKey

public IntegrationAccountCertificateInner withKey(KeyVaultKeyReference key)

Set the key property: The key details in the key vault.

Parameters:

key - the key value to set.

Returns:

the IntegrationAccountCertificateInner object itself.

withLocation

public IntegrationAccountCertificateInner withLocation(String location)

Overrides:

IntegrationAccountCertificateInner.withLocation(String location)

Parameters:

location

withMetadata

public IntegrationAccountCertificateInner withMetadata(Object metadata)

Set the metadata property: The metadata.

Parameters:

metadata - the metadata value to set.

Returns:

the IntegrationAccountCertificateInner object itself.

withPublicCertificate

public IntegrationAccountCertificateInner withPublicCertificate(String publicCertificate)

Set the publicCertificate property: The public certificate.

Parameters:

publicCertificate - the publicCertificate value to set.

Returns:

the IntegrationAccountCertificateInner object itself.

withTags

public IntegrationAccountCertificateInner withTags(Map tags)

Overrides:

IntegrationAccountCertificateInner.withTags(Map<String,String> tags)

Parameters:

tags

Applies to