Partager via


IEncryptionScope Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.EncryptionScopeTypeConverter))]
public interface IEncryptionScope : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.EncryptionScopeTypeConverter))>]
type IEncryptionScope = interface
    interface IJsonSerializable
    interface IResource
Public Interface IEncryptionScope
Implements IResource
Derived
Attributes
Implements

Properties

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from IResource)
KeyVaultPropertyCurrentVersionedKeyIdentifier

The object identifier of the current versioned Key Vault Key in use.

KeyVaultPropertyKeyUri

The object identifier for a key vault key object. When applied, the encryption scope will use the key referenced by the identifier to enable customer-managed key support on this encryption scope.

KeyVaultPropertyLastKeyRotationTimestamp

Timestamp of last rotation of the Key Vault Key.

Name

The name of the resource

(Inherited from IResource)
PropertyCreationTime

Gets the creation date and time of the encryption scope in UTC.

PropertyLastModifiedTime

Gets the last modification date and time of the encryption scope in UTC.

PropertyRequireInfrastructureEncryption

A boolean indicating whether or not the service applies a secondary layer of encryption with platform managed keys for data at rest.

PropertySource

The provider for the encryption scope. Possible values (case-insensitive): Microsoft.Storage, Microsoft.KeyVault.

PropertyState

The state of the encryption scope. Possible values (case-insensitive): Enabled, Disabled.

Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from IResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to