Aracılığıyla paylaş


DataBoxEdgeDeviceExtendedInfo Interface

public interface DataBoxEdgeDeviceExtendedInfo

An immutable client-side representation of DataBoxEdgeDeviceExtendedInfo.

Method Summary

Modifier and Type Method and Description
abstract String encryptionKey()

Gets the encryptionKey property: The public part of the encryption certificate.

abstract String encryptionKeyThumbprint()

Gets the encryptionKeyThumbprint property: The digital signature of encrypted certificate.

abstract String id()

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

abstract DataBoxEdgeDeviceExtendedInfoInner innerModel()

Gets the inner com.azure.resourcemanager.databoxedge.fluent.models.DataBoxEdgeDeviceExtendedInfoInner object.

abstract String name()

Gets the name property: The name of the resource.

abstract String resourceKey()

Gets the resourceKey property: The Resource ID of the Resource.

abstract String type()

Gets the type property: The type of the resource.

Method Details

encryptionKey

public abstract String encryptionKey()

Gets the encryptionKey property: The public part of the encryption certificate. Client uses this to encrypt any secret.

Returns:

the encryptionKey value.

encryptionKeyThumbprint

public abstract String encryptionKeyThumbprint()

Gets the encryptionKeyThumbprint property: The digital signature of encrypted certificate.

Returns:

the encryptionKeyThumbprint value.

id

public abstract String id()

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

Returns:

the id value.

innerModel

public abstract DataBoxEdgeDeviceExtendedInfoInner innerModel()

Gets the inner com.azure.resourcemanager.databoxedge.fluent.models.DataBoxEdgeDeviceExtendedInfoInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

resourceKey

public abstract String resourceKey()

Gets the resourceKey property: The Resource ID of the Resource.

Returns:

the resourceKey value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to