VaultExtendedInfoResource Interface

public interface VaultExtendedInfoResource

An immutable client-side representation of VaultExtendedInfoResource.

Method Summary

Modifier and Type Method and Description
abstract String algorithm()

Gets the algorithm property: Algorithm for Vault ExtendedInfo.

abstract String encryptionKey()

Gets the encryptionKey property: Encryption key.

abstract String encryptionKeyThumbprint()

Gets the encryptionKeyThumbprint property: Encryption key thumbprint.

abstract String etag()

Gets the etag property: Optional ETag.

abstract String id()

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

abstract VaultExtendedInfoResourceInner innerModel()

Gets the inner com.azure.resourcemanager.recoveryservices.fluent.models.VaultExtendedInfoResourceInner object.

abstract String integrityKey()

Gets the integrityKey property: Integrity key.

abstract String name()

Gets the name property: The name of the resource.

abstract String type()

Gets the type property: The type of the resource.

Method Details

algorithm

public abstract String algorithm()

Gets the algorithm property: Algorithm for Vault ExtendedInfo.

Returns:

the algorithm value.

encryptionKey

public abstract String encryptionKey()

Gets the encryptionKey property: Encryption key.

Returns:

the encryptionKey value.

encryptionKeyThumbprint

public abstract String encryptionKeyThumbprint()

Gets the encryptionKeyThumbprint property: Encryption key thumbprint.

Returns:

the encryptionKeyThumbprint value.

etag

public abstract String etag()

Gets the etag property: Optional ETag.

Returns:

the etag value.

id

public abstract String id()

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

Returns:

the id value.

innerModel

public abstract VaultExtendedInfoResourceInner innerModel()

Gets the inner com.azure.resourcemanager.recoveryservices.fluent.models.VaultExtendedInfoResourceInner object.

Returns:

the inner object.

integrityKey

public abstract String integrityKey()

Gets the integrityKey property: Integrity key.

Returns:

the integrityKey value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to