ArmSynapseModelFactory.SynapseRecommendedSensitivityLabelUpdate Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de SynapseRecommendedSensitivityLabelUpdate.
public static Azure.ResourceManager.Synapse.Models.SynapseRecommendedSensitivityLabelUpdate SynapseRecommendedSensitivityLabelUpdate (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.Synapse.Models.SynapseRecommendedSensitivityLabelUpdateKind? op = default, string schema = default, string table = default, string column = default);
static member SynapseRecommendedSensitivityLabelUpdate : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.Synapse.Models.SynapseRecommendedSensitivityLabelUpdateKind> * string * string * string -> Azure.ResourceManager.Synapse.Models.SynapseRecommendedSensitivityLabelUpdate
Public Shared Function SynapseRecommendedSensitivityLabelUpdate (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional op As Nullable(Of SynapseRecommendedSensitivityLabelUpdateKind) = Nothing, Optional schema As String = Nothing, Optional table As String = Nothing, Optional column As String = Nothing) As SynapseRecommendedSensitivityLabelUpdate
Paramètres
ID.
- name
- String
Nom.
- resourceType
- ResourceType
ResourceType.
- systemData
- SystemData
SystemData.
- schema
- String
Nom de schéma de la colonne à mettre à jour.
- table
- String
Nom de la table de la colonne à mettre à jour.
- column
- String
Nom de colonne à mettre à jour.
Retours
Une nouvelle SynapseRecommendedSensitivityLabelUpdate instance pour se moquer.