ArmSqlModelFactory.EncryptionProtectorData 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 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
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<SqlServerKeyType>
Der Verschlüsselungsschutztyp wie "ServiceManaged", "AzureKeyVault".
- uri
- Uri
Der URI des Serverschlüssels.
- thumbprint
- String
Fingerabdruck des Serverschlüssels.
Gibt zurück
Eine neue EncryptionProtectorData instance zum Mocking.
Gilt für:
Azure SDK for .NET