CloudEndpointAfsShareMetadataCertificatePublicKeys Interface

public interface CloudEndpointAfsShareMetadataCertificatePublicKeys

An immutable client-side representation of CloudEndpointAfsShareMetadataCertificatePublicKeys.

Method Summary

Modifier and Type Method and Description
abstract String firstKey()

Gets the firstKey property: The first public key.

abstract CloudEndpointAfsShareMetadataCertificatePublicKeysInner innerModel()

Gets the inner com.azure.resourcemanager.storagesync.fluent.models.CloudEndpointAfsShareMetadataCertificatePublicKeysInner object.

abstract String secondKey()

Gets the secondKey property: The second public key.

Method Details

firstKey

public abstract String firstKey()

Gets the firstKey property: The first public key.

Returns:

the firstKey value.

innerModel

public abstract CloudEndpointAfsShareMetadataCertificatePublicKeysInner innerModel()

Gets the inner com.azure.resourcemanager.storagesync.fluent.models.CloudEndpointAfsShareMetadataCertificatePublicKeysInner object.

Returns:

the inner object.

secondKey

public abstract String secondKey()

Gets the secondKey property: The second public key.

Returns:

the secondKey value.

Applies to