EncryptionProtector Constructors
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.
Overloads
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. |
EncryptionProtector()
Initializes a new instance of the EncryptionProtector class.
public EncryptionProtector ();
Public Sub New ()
Applies to
EncryptionProtector(String, String, String, String, String, String, String, String, String, String)
Initializes a new instance of the EncryptionProtector class.
public EncryptionProtector (string serverKeyType, string id = default, string name = default, string type = default, string kind = default, string location = default, string subregion = default, string serverKeyName = default, string uri = default, string thumbprint = default);
new Microsoft.Azure.Management.Synapse.Models.EncryptionProtector : string * string * string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.Synapse.Models.EncryptionProtector
Public Sub New (serverKeyType As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional location As String = Nothing, Optional subregion As String = Nothing, Optional serverKeyName As String = Nothing, Optional uri As String = Nothing, Optional thumbprint As String = Nothing)
Parameters
- serverKeyType
- String
The encryption protector type like 'ServiceManaged', 'AzureKeyVault'. Possible values include: 'ServiceManaged', 'AzureKeyVault'
- id
- String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
The name of the resource
- type
- String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- kind
- String
Kind of encryption protector. This is metadata used for the Azure portal experience.
- location
- String
Resource location.
- subregion
- String
Subregion of the encryption protector.
- serverKeyName
- String
The name of the server key.
- uri
- String
The URI of the server key.
- thumbprint
- String
Thumbprint of the server key.
Applies to
Azure SDK for .NET