ArmSynapseModelFactory.SynapseEncryptionProtectorData Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von 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
Parameter
Die ID.
- name
- String
Der Name.
- resourceType
- ResourceType
Der resourceType.
- systemData
- SystemData
SystemDaten.
- kind
- String
Art von Verschlüsselungsschutz. Dies sind Metadaten, die für die Azure-Portal-Benutzeroberfläche verwendet werden.
- location
- Nullable<AzureLocation>
Ressourcenspeicherort
- subregion
- String
Unterbereich der Verschlüsselungsschutzvorrichtung.
- serverKeyName
- String
Der Name des Serverschlüssels.
- serverKeyType
- Nullable<SynapseServerKeyType>
Der Verschlüsselungsschutztyp wie "ServiceManaged", "AzureKeyVault".
- uri
- Uri
Der URI des Serverschlüssels.
- thumbprint
- BinaryData
Fingerabdruck des Serverschlüssels.
Gibt zurück
Eine neue SynapseEncryptionProtectorData instance zum Mocking.