ArmSqlModelFactory.EncryptionProtectorData Method
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.
Initializes a new instance of EncryptionProtectorData.
public static Azure.ResourceManager.Sql.EncryptionProtectorData EncryptionProtectorData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string kind = default, Azure.Core.AzureLocation? location = default, string subregion = default, string serverKeyName = default, Azure.ResourceManager.Sql.Models.SqlServerKeyType? serverKeyType = default, Uri uri = default, string thumbprint = default, bool? isAutoRotationEnabled = default);
static member EncryptionProtectorData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * Nullable<Azure.Core.AzureLocation> * string * string * Nullable<Azure.ResourceManager.Sql.Models.SqlServerKeyType> * Uri * string * Nullable<bool> -> Azure.ResourceManager.Sql.EncryptionProtectorData
Public Shared Function EncryptionProtectorData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional kind As String = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional subregion As String = Nothing, Optional serverKeyName As String = Nothing, Optional serverKeyType As Nullable(Of SqlServerKeyType) = Nothing, Optional uri As Uri = Nothing, Optional thumbprint As String = Nothing, Optional isAutoRotationEnabled As Nullable(Of Boolean) = Nothing) As EncryptionProtectorData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- kind
- String
Kind of encryption protector. This is metadata used for the Azure portal experience.
- location
- Nullable<AzureLocation>
Resource location.
- subregion
- String
Subregion of the encryption protector.
- serverKeyName
- String
The name of the server key.
- serverKeyType
- Nullable<SqlServerKeyType>
The encryption protector type like 'ServiceManaged', 'AzureKeyVault'.
- uri
- Uri
The URI of the server key.
- thumbprint
- String
Thumbprint of the server key.
Returns
A new EncryptionProtectorData instance for mocking.