EncryptionProtector 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.
The server encryption protector.
[Microsoft.Rest.Serialization.JsonTransformation]
public class EncryptionProtector : Microsoft.Azure.Management.Synapse.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type EncryptionProtector = class
inherit ProxyResource
Public Class EncryptionProtector
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
EncryptionProtector() |
Initializes a new instance of the EncryptionProtector class. |
EncryptionProtector(String, String, String, String, String, String, String, String, String, String) |
Initializes a new instance of the EncryptionProtector class. |
Properties
Id |
Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from Resource) |
Kind |
Gets kind of encryption protector. This is metadata used for the Azure portal experience. |
Location |
Gets resource location. |
Name |
Gets the name of the resource (Inherited from Resource) |
ServerKeyName |
Gets or sets the name of the server key. |
ServerKeyType |
Gets or sets the encryption protector type like 'ServiceManaged', 'AzureKeyVault'. Possible values include: 'ServiceManaged', 'AzureKeyVault' |
Subregion |
Gets subregion of the encryption protector. |
Thumbprint |
Gets thumbprint of the server key. |
Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from Resource) |
Uri |
Gets the URI of the server key. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET