CognitiveServicesEncryptionScopeProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties to EncryptionScope.
public class CognitiveServicesEncryptionScopeProperties : Azure.ResourceManager.CognitiveServices.Models.ServiceAccountEncryptionProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesEncryptionScopeProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesEncryptionScopeProperties>
type CognitiveServicesEncryptionScopeProperties = class
inherit ServiceAccountEncryptionProperties
interface IJsonModel<CognitiveServicesEncryptionScopeProperties>
interface IPersistableModel<CognitiveServicesEncryptionScopeProperties>
Public Class CognitiveServicesEncryptionScopeProperties
Inherits ServiceAccountEncryptionProperties
Implements IJsonModel(Of CognitiveServicesEncryptionScopeProperties), IPersistableModel(Of CognitiveServicesEncryptionScopeProperties)
- Inheritance
- Implements
Constructors
CognitiveServicesEncryptionScopeProperties() |
Initializes a new instance of CognitiveServicesEncryptionScopeProperties. |
Properties
KeySource |
Enumerates the possible value of keySource for Encryption. (Inherited from ServiceAccountEncryptionProperties) |
KeyVaultProperties |
Properties of KeyVault. (Inherited from ServiceAccountEncryptionProperties) |
ProvisioningState |
Gets the status of the resource at the time the operation was called. |
State |
The encryptionScope state. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET