Bagikan melalui


ArmSynapseModelFactory.SynapseEncryptionProtectorData Method

Definition

Initializes a new instance of SynapseEncryptionProtectorData.

public static Azure.ResourceManager.Synapse.SynapseEncryptionProtectorData SynapseEncryptionProtectorData (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.Synapse.Models.SynapseServerKeyType? serverKeyType = default, Uri uri = default, BinaryData thumbprint = default);
static member SynapseEncryptionProtectorData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * Nullable<Azure.Core.AzureLocation> * string * string * Nullable<Azure.ResourceManager.Synapse.Models.SynapseServerKeyType> * Uri * BinaryData -> Azure.ResourceManager.Synapse.SynapseEncryptionProtectorData
Public Shared Function SynapseEncryptionProtectorData (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 SynapseServerKeyType) = Nothing, Optional uri As Uri = Nothing, Optional thumbprint As BinaryData = Nothing) As SynapseEncryptionProtectorData

Parameters

id
ResourceIdentifier

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<SynapseServerKeyType>

The encryption protector type like 'ServiceManaged', 'AzureKeyVault'.

uri
Uri

The URI of the server key.

thumbprint
BinaryData

Thumbprint of the server key.

Returns

A new SynapseEncryptionProtectorData instance for mocking.

Applies to